Installer now installs codegraph globally

The installer runs `npm install -g @colbymchenry/codegraph` so users
can simply run `codegraph init -i` instead of the full npx command.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Colby McHenry
2026-01-19 15:20:53 -06:00
co-authored by Claude Opus 4.5
parent 26f8f2f59f
commit 1ca43a85e0
4 changed files with 19 additions and 7 deletions
+1 -1
View File
@@ -172,7 +172,7 @@ For each project you want to use CodeGraph with:
```bash
cd your-project
npx @colbymchenry/codegraph init -i
codegraph init -i
```
That's it! Claude Code will now use CodeGraph tools automatically when a `.codegraph/` directory exists.