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
|
||||||
@@ -144,4 +144,4 @@ rtk init --global # Add RTK to ~/.claude/CLAUDE.md
|
|||||||
| Network | curl, wget | 65-70% |
|
| Network | curl, wget | 65-70% |
|
||||||
|
|
||||||
Overall average: **60-90% token reduction** on common development operations.
|
Overall average: **60-90% token reduction** on common development operations.
|
||||||
<!-- /rtk-instructions -->
|
<!-- /rtk-instructions -->
|
||||||
|
|||||||
Reference in New Issue
Block a user