From f95fd57aa459194e18e4161aa1f6b7e0a443b1c7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 22 Feb 2026 18:30:40 -0700 Subject: [PATCH] docs: replace CI workflow row with embeddable JS library differentiator MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove "CI workflow included" (trivial) and add "Embeddable JS library (npm install)" — codegraph is the only competitor that can be imported into VS Code extensions, Node.js MCP servers, and JS toolchains. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 01b06ec1..a6fb83c4 100644 --- a/README.md +++ b/README.md @@ -79,10 +79,10 @@ Most code graph tools make you choose: **fast local analysis with no AI, or powe | MCP / AI agent support | **Yes** | — | **Yes** | **Yes** | **Yes** | — | **Yes** | — | | Git diff impact | **Yes** | — | — | — | — | — | — | **Yes** | | Watch mode | **Yes** | — | **Yes** | — | — | — | — | — | -| CI workflow included | **Yes** | — | — | — | — | — | — | — | | Cycle detection | **Yes** | — | **Yes** | — | — | — | — | **Yes** | | Incremental rebuilds | **Yes** | — | **Yes** | — | — | — | — | — | | Zero config | **Yes** | — | **Yes** | — | — | **Yes** | — | — | +| Embeddable JS library (`npm install`) | **Yes** | — | — | — | — | — | — | — | | LLM-optional (works without API keys) | **Yes** | **Yes** | **Yes** | — | **Yes** | **Yes** | **Yes** | **Yes** | | Open source | **Yes** | Yes | Yes | Yes | Yes | Yes | Custom | — |