Klonode is early alpha. This is a rough sequence, not a firm timeline. Contributions welcome at every stage.
- Repository scanner respecting
.gitignore - Language detection (15+ languages)
- Regex-based export/import analysis
- 5-layer ICM routing graph
-
klonode initCLI - Basic Workstation UI
- Multi-session chat with Claude CLI
- Chief Organizer (CO) agent
- More language support: Java, Ruby, PHP, C#, C++
- More framework detectors: Astro, Remix, SolidJS, Deno, Bun
- AST-based analysis (via tree-sitter) for accuracy
- Unit tests across core analyzer
- Published
@klonode/clion npm (npx klonode init) - Design polish on the Workstation UI
- Telemetry-driven context optimization (already stubbed)
- Closed-session analysis by CO (learn from past conversations)
- Auto-regeneration when source files change significantly
- Context diff / health dashboard in the UI
- Per-folder tool definitions (different agents can have different permissions)
- Message bus for inter-agent communication
- Parallel task execution across multiple agents
- Agent specialization templates
- Tauri desktop app
- VS Code / Cursor extension
- Cloud-hosted demo
- npm-published packages
- Locked-in public API for
@klonode/core - Plugin system for custom analyzers
- Documentation site
- Stable CLI contract
- Cross-repo context (multi-project workspaces)
- Integration with GitHub Copilot context
- Native Cursor rules output
- Team telemetry sharing (opt-in)
- AI-evaluated context quality scoring
Something missing? Open an issue.