chore: add PreToolUse hooks scaffold, gitignore graphify outputs, fix CLAUDE.md newline
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,5 +1,8 @@
|
|||||||
{
|
{
|
||||||
"enabledPlugins": {
|
"enabledPlugins": {
|
||||||
"kyberforge@holocron": true
|
"kyberforge@holocron": true
|
||||||
|
},
|
||||||
|
"hooks": {
|
||||||
|
"PreToolUse": []
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
3
.gitignore
vendored
3
.gitignore
vendored
@@ -24,3 +24,6 @@ node_modules/
|
|||||||
|
|
||||||
# Claude Code local settings (machine-specific)
|
# Claude Code local settings (machine-specific)
|
||||||
.claude/settings.local.json
|
.claude/settings.local.json
|
||||||
|
|
||||||
|
graphify-out/cost.json # local only
|
||||||
|
graphify-out/cache/ # optional: commit for speed, skip to keep repo small
|
||||||
Reference in New Issue
Block a user