|
|
@@ -2,7 +2,7 @@
|
|
|
|
|
|
# CodeGraph
|
|
|
|
|
|
-### Supercharge Claude Code, Cursor, Codex, OpenCode, Hermes Agent, Gemini CLI, and Antigravity IDE with Semantic Code Intelligence
|
|
|
+### Supercharge Claude Code, Cursor, Codex, OpenCode, Hermes Agent, Gemini CLI, Antigravity IDE, and Kiro with Semantic Code Intelligence
|
|
|
|
|
|
**~35% cheaper · ~70% fewer tool calls · 100% local**
|
|
|
|
|
|
@@ -23,6 +23,7 @@
|
|
|
[](#supported-agents)
|
|
|
[](#supported-agents)
|
|
|
[](#supported-agents)
|
|
|
+[](#supported-agents)
|
|
|
|
|
|
</div>
|
|
|
|
|
|
@@ -45,7 +46,7 @@ npx @colbymchenry/codegraph # zero-install, or:
|
|
|
npm i -g @colbymchenry/codegraph
|
|
|
```
|
|
|
|
|
|
-<sub>CodeGraph bundles its own runtime — nothing to compile, no native build, works the same everywhere. The interactive installer auto-configures your agent(s) — Claude Code, Cursor, Codex CLI, opencode, Hermes Agent, Gemini CLI, Antigravity IDE.</sub>
|
|
|
+<sub>CodeGraph bundles its own runtime — nothing to compile, no native build, works the same everywhere. The interactive installer auto-configures your agent(s) — Claude Code, Cursor, Codex CLI, opencode, Hermes Agent, Gemini CLI, Antigravity IDE, Kiro.</sub>
|
|
|
|
|
|
### Initialize Projects
|
|
|
|
|
|
@@ -232,7 +233,7 @@ npx @colbymchenry/codegraph
|
|
|
```
|
|
|
|
|
|
The installer will:
|
|
|
-- Ask which agent(s) to configure — auto-detects installed ones from: **Claude Code**, **Cursor**, **Codex CLI**, **opencode**, **Hermes Agent**, **Gemini CLI**, **Antigravity IDE**
|
|
|
+- Ask which agent(s) to configure — auto-detects installed ones from: **Claude Code**, **Cursor**, **Codex CLI**, **opencode**, **Hermes Agent**, **Gemini CLI**, **Antigravity IDE**, **Kiro**
|
|
|
- Prompt to install `codegraph` on your PATH (so agents can launch the MCP server)
|
|
|
- Ask whether configs apply to all your projects or just this one
|
|
|
- Write each chosen agent's MCP server config + an instructions file (e.g. `CLAUDE.md`, `.cursor/rules/codegraph.mdc`, `~/.codex/AGENTS.md`, `~/.gemini/GEMINI.md`)
|
|
|
@@ -258,7 +259,7 @@ codegraph install --print-config codex # print snippet, no file wr
|
|
|
|
|
|
### 2. Restart Your Agent
|
|
|
|
|
|
-Restart your agent (Claude Code / Cursor / Codex CLI / opencode / Hermes Agent / Gemini CLI / Antigravity IDE) for the MCP server to load.
|
|
|
+Restart your agent (Claude Code / Cursor / Codex CLI / opencode / Hermes Agent / Gemini CLI / Antigravity IDE / Kiro) for the MCP server to load.
|
|
|
|
|
|
### 3. Initialize Projects
|
|
|
|
|
|
@@ -523,6 +524,9 @@ the MCP server and writing its instructions file:
|
|
|
- **Codex CLI**
|
|
|
- **opencode**
|
|
|
- **Hermes Agent**
|
|
|
+- **Gemini CLI**
|
|
|
+- **Antigravity IDE**
|
|
|
+- **Kiro**
|
|
|
|
|
|
## Supported Languages
|
|
|
|
|
|
@@ -584,7 +588,7 @@ MIT
|
|
|
|
|
|
<div align="center">
|
|
|
|
|
|
-**Made for AI coding agents — Claude Code, Cursor, Codex CLI, opencode, and Hermes Agent**
|
|
|
+**Made for AI coding agents — Claude Code, Cursor, Codex CLI, opencode, Hermes Agent, Gemini CLI, Antigravity IDE, and Kiro**
|
|
|
|
|
|
[Report Bug](https://github.com/colbymchenry/codegraph/issues) · [Request Feature](https://github.com/colbymchenry/codegraph/issues)
|
|
|
|