Skip to content

Commit 9bdc0e0

Browse files
docs: sync roadmap — add Phase 3 (Architectural Refactoring) to README
README was missing Phase 3 and had phases 3-7 numbered wrong. Also restore ROADMAP.md from main to include the full Phase 3 section.
1 parent 5ae1cde commit 9bdc0e0

2 files changed

Lines changed: 42 additions & 330 deletions

File tree

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -587,11 +587,12 @@ See **[ROADMAP.md](ROADMAP.md)** for the full development roadmap. Current plan:
587587

588588
1. ~~**Rust Core**~~**Complete** (v1.3.0) — native tree-sitter parsing via napi-rs, parallel multi-core parsing, incremental re-parsing, import resolution & cycle detection in Rust
589589
2. ~~**Foundation Hardening**~~**Complete** (v1.4.0) — parser registry, 12-tool MCP server with multi-repo support, test coverage 62%→75%, `apiKeyCommand` secret resolution, global repo registry
590-
3. **Intelligent Embeddings** — LLM-generated descriptions, hybrid search
591-
4. **Natural Language Queries**`codegraph ask` command, conversational sessions
592-
5. **Expanded Language Support** — 8 new languages (12 → 20)
593-
6. **GitHub Integration & CI** — reusable GitHub Action, PR review, SARIF output
594-
7. **Visualization & Advanced** — web UI, dead code detection, monorepo support, agentic search
590+
3. **Architectural Refactoring** — parser plugin system, repository pattern, pipeline builder, engine strategy, domain errors, curated API
591+
4. **Intelligent Embeddings** — LLM-generated descriptions, hybrid search
592+
5. **Natural Language Queries**`codegraph ask` command, conversational sessions
593+
6. **Expanded Language Support** — 8 new languages (12 → 20)
594+
7. **GitHub Integration & CI** — reusable GitHub Action, PR review, SARIF output
595+
8. **Visualization & Advanced** — web UI, dead code detection, monorepo support, agentic search
595596

596597
## 🤝 Contributing
597598

0 commit comments

Comments
 (0)