npx claudepluginhub ildunari/kosta-plugins --plugin productivity-forgeDefined in hooks/hooks.json
Bashpython3 "${CLAUDE_PLUGIN_ROOT}/hooks/scripts/guard_destructive_bash.py" "$TOOL_INPUT"5msEditpython3 "${CLAUDE_PLUGIN_ROOT}/hooks/scripts/post_edit_integrity.py" "$TOOL_INPUT"30msWritepython3 "${CLAUDE_PLUGIN_ROOT}/hooks/scripts/post_edit_integrity.py" "$TOOL_INPUT"30msbash "${CLAUDE_PLUGIN_ROOT}/hooks/scripts/session_init.sh"10msPrevents edits/writes on main branch or invalid worktrees via PreToolUse guards on Edit/Write/Bash; normalizes bash output post-Bash; runs session-start script. Uses bash, touches files.