Overview
Dev-Vortex solves AI context loss across sessions, models, and tools. It generates a complete AI workspace layer inside your project with state files, handoff protocols, session scripts, and auto-detected rule files for OpenCode, Cursor, Claude Code, VS Code Copilot, and Antigravity. Built for hackathons and professional AI-assisted development.
Features
- One-command scaffold with npx dev-vortex init
- Auto-detects project type, framework, and git context
- Creates state files, handoff protocols, session scripts, and AI rule files
- Works with OpenCode, Cursor, Claude Code, VS Code Copilot, Antigravity
- All context contained in .vortex/ directory — clean project root
- Available on npm — no global install needed
Challenges
Designing a file-based context system that works identically across every AI tool without any runtime dependencies or tool-specific configuration.
Solutions
Pure file-based architecture with standardized paths, template substitution for project-specific values, and auto-discovered rule files (AGENTS.md, .cursorrules, copilot-instructions.md) that each AI tool reads automatically.
