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:
co-authored by
Claude Opus 4.5
parent
26f8f2f59f
commit
1ca43a85e0
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@colbymchenry/codegraph",
|
||||
"version": "0.2.3",
|
||||
"version": "0.2.4",
|
||||
"description": "A local-first code intelligence system that builds a semantic knowledge graph from any codebase",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
|
||||
Reference in New Issue
Block a user