- Core installer with tmux, LazyVim, OpenCode integration
- Basic workspaces: dev, debug, review, test
- CLI with basic commands
- AI keymaps for refactor/fix
| Week | Task | Status |
|---|---|---|
| 1-2 | Bootstrap installer, tmux scripts | Done |
| 3-4 | LazyVim keymaps, CLI commands | Done |
| 5-6 | AI prompts, workflows | Done |
| 7-8 | Test, debug sessions | Done |
- Enhanced CLI with status/config/list
- Additional workspaces (review, test)
- Configuration persistence
inari status # Show active sessions
inari config # Show/set configuration
inari list # List workflows
- YAML workflow execution engine
- Dev, refactor, debug workflows
- Custom workflow support
- Run workflows via
inari run <workflow> - Define custom workflows in
~/.inari-code/workflows/ - AI usage points in workflows
| Week | Task |
|---|---|
| 9-10 | Workflow YAML parser |
| 11-12 | Custom workflow runner |
| 13-14 | Integration tests |
| 15-16 | Documentation |
- Multi-model support (Claude, GPT)
- Inline AI suggestions
- Code review automation
- Session sharing
- Pair programming mode
- Shared memory
- Plugin system
- Theme support
- Release v2.0
v1.0 (Month 1-2) ──► v1.1 (Month 3-4) ──► v1.2 (Month 5-6)
Foundation Enhancement Workflows
│
▼
v2.0 (Month 7-12)
Features
- Fork repository
- Create feature branch
- Submit PR
- Keep minimal dependencies
- Focus on core functionality
- Maintain cross-platform compatibility
- Document breaking changes