diff --git a/README.md b/README.md
index c3f1df4..958a4b5 100644
--- a/README.md
+++ b/README.md
@@ -132,8 +132,8 @@ Know exactly what breaks before you change it. Trace callers, callees, and the f
|
-### π 18+ Languages
-TypeScript, JavaScript, Python, Go, Rust, Java, C#, PHP, Ruby, C, C++, Swift, Kotlin, Dart, Svelte, Pascal/Delphiβall with the same API.
+### π 19+ Languages
+TypeScript, JavaScript, Python, Go, Rust, Java, C#, PHP, Ruby, C, C++, Swift, Kotlin, Dart, Svelte, Liquid, Pascal/Delphiβall with the same API.
|
@@ -145,7 +145,7 @@ No data leaves your machine. No API keys. No external services. Everything runs
|
### β‘ Always Fresh
-Git hooks automatically sync the index on every commit. Your code intelligence is always up to date.
+Claude Code hooks automatically sync the index as you work. Your code intelligence is always up to date.
|
@@ -165,6 +165,7 @@ The interactive installer will:
- Configure the MCP server in `~/.claude.json`
- Set up auto-allow permissions for CodeGraph tools
- Add global instructions to `~/.claude/CLAUDE.md` (teaches Claude how to use CodeGraph)
+- Install Claude Code hooks for automatic index syncing
- Optionally initialize your current project
### 2. Restart Claude Code
@@ -216,7 +217,8 @@ npm install -g @colbymchenry/codegraph
"mcp__codegraph__codegraph_callees",
"mcp__codegraph__codegraph_impact",
"mcp__codegraph__codegraph_node",
- "mcp__codegraph__codegraph_status"
+ "mcp__codegraph__codegraph_status",
+ "mcp__codegraph__codegraph_files"
]
}
}
@@ -246,6 +248,7 @@ CodeGraph builds a semantic knowledge graph of codebases for faster, smarter cod
| `codegraph_callees` | Find what a function calls |
| `codegraph_impact` | See what's affected by changing a symbol |
| `codegraph_node` | Get details + source code for a symbol |
+| `codegraph_files` | Get project file structure from the index |
**When spawning Explore agents in a codegraph-enabled project:**
@@ -279,12 +282,13 @@ At the start of a session, ask the user if they'd like to initialize CodeGraph:
codegraph # Run interactive installer
codegraph install # Run interactive installer (explicit)
codegraph init [path] # Initialize in a project
+codegraph uninit [path] # Remove CodeGraph from a project
codegraph index [path] # Full index
codegraph sync [path] # Incremental update
codegraph status [path] # Show statistics
codegraph query