Skip to content

Commit b90ce30

Browse files
authored
Merge pull request #68 from optave/perf/wasm-js-extractor
chore: lazy-load node:os in builder, remove dogfooding guide
2 parents e383f94 + 603ee55 commit b90ce30

7 files changed

Lines changed: 244 additions & 437 deletions

File tree

CLAUDE.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,10 @@ Multiple Claude Code instances run concurrently in this repo. **Every session mu
150150
- Never add AI co-authorship lines (`Co-Authored-By` or similar) to commit messages.
151151
- Never add "Built with Claude Code", "Generated with Claude Code", or any variation referencing Claude Code or Anthropic to commit messages, PR descriptions, code comments, or any other output.
152152

153+
## PR Reviews (Greptile)
154+
155+
This repo uses [Greptile](https://greptile.com) for automated PR reviews. After pushing fixes that address review feedback, trigger a re-review by commenting `@greptileai` on the PR. Do **not** use the GitHub "re-request review" API — Greptile only responds to the comment trigger.
156+
153157
## Node Version
154158

155159
Requires Node >= 20.

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -583,15 +583,16 @@ const { results: fused } = await multiSearchData(
583583

584584
## 🗺️ Roadmap
585585

586-
See **[ROADMAP.md](ROADMAP.md)** for the full development roadmap. Current plan:
586+
See **[ROADMAP.md](ROADMAP.md)** for the full development roadmap and **[STABILITY.md](STABILITY.md)** for the stability policy and versioning guarantees. 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)