Stats
Actions
Tags
From fewword
{"riskFlags": {"touchesBash": true, "matchAllTools": false, "touchesFileWrites": false}, "typeStats": {"command": 5}, "eventStats": {"Stop": 1, "PreToolUse": 2, "SessionEnd": 1, "SessionStart": 1}, "originCounts": {"absolutePaths": 0, "pluginScripts": 2, "projectScripts": 0}, "timeoutStats": {"commandsWithoutTimeout": 5}}
4 events · 5 hooks
Safety signals detected in this hook configuration
Where this hook configuration is defined
Defined in hooks/hooks.json
Event handlers and matchers — expand Raw Configuration for the full JSON
*bash -c 'size=$(du -sm .fewword/scratch 2>/dev/null | cut -f1); if [ "${size:-0}" -gt 100 ]; then echo "[fewword] Warning: .fewword/scratch/ is ${size}MB - consider cleanup"; fi'Bashpython3 "${CLAUDE_PLUGIN_ROOT}/hooks/scripts/offload_bash.py"mcp__*python3 "${CLAUDE_PLUGIN_ROOT}/hooks/scripts/mcp_interceptor.py"*bash -c 'if [ -f .fewword/index/current_plan.yaml ] && grep -q "status: completed" .fewword/index/current_plan.yaml 2>/dev/null; then ts=$(date +%Y%m%d_%H%M%S); mv .fewword/index/current_plan.yaml ".fewword/memory/plans/archived_${ts}.yaml" 2>/dev/null && echo "[fewword] Archived completed plan"; fi'*bash -c 'mkdir -p .fewword/{scratch/{tool_outputs,subagents},memory/{plans,history,patterns},index} 2>/dev/null; find .fewword/scratch/tool_outputs -type f -mmin +60 -delete 2>/dev/null; find .fewword/scratch/subagents -type f -mmin +120 -delete 2>/dev/null; if [ -d .git ] && ! grep -q ".fewword/scratch" .gitignore 2>/dev/null; then echo -e "\n# FewWord context plugin\n.fewword/scratch/\n.fewword/index/" >> .gitignore 2>/dev/null && echo "[fewword] Added to .gitignore"; fi; echo "[fewword] Ready"'3plugins reuse this hooks config
First indexed Jul 15, 2026
npx claudepluginhub friday-james/few-word