{ "name": "caveman", "version": "2.7.0", "description": "Ultra-compressed communication mode. Shortens prose while preserving technical terms, code, commands, and exact errors.", "author": { "name": "Julius Brussee", "url": "https://github.com/JuliusBrussee" }, "hooks": { "SessionStart": [ { "hooks": [ { "type": "command", "command": "HOOK_ROOT=$(printf %s \"${CLAUDE_PLUGIN_ROOT}\" | sed 's|^/\\([a-zA-Z]\\)/|\\1:/|'); node \"$HOOK_ROOT/src/hooks/caveman-activate.js\"", "timeout": 30, "statusMessage": "Loading caveman mode..." } ] } ], "UserPromptSubmit": [ { "hooks": [ { "type": "command", "command": "HOOK_ROOT=$(printf %s \"${CLAUDE_PLUGIN_ROOT}\" | sed 's|^/\\([a-zA-Z]\\)/|\\1:/|'); node \"$HOOK_ROOT/src/hooks/caveman-mode-tracker.js\"", "timeout": 30, "statusMessage": "Tracking caveman mode..." } ] } ] } }