Installer now creates/updates CLAUDE.md with CodeGraph instructions
- Added claude-md-template.ts with the instructions template - Installer writes to ~/.claude/CLAUDE.md (global) or ./.claude/CLAUDE.md (local) - Smart detection: updates existing CodeGraph section or appends if not found - Uses HTML comment markers for reliable section replacement on upgrades Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.5
parent
1ca43a85e0
commit
8d1fb680e5
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@colbymchenry/codegraph",
|
||||
"version": "0.2.4",
|
||||
"version": "0.2.5",
|
||||
"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