Stats
Actions
Tags
From add
Logs session events to .claude/pipeline/events.log: reminds to write field notes after planning mode, records file writes/edits with timestamps, and captures dotnet test results and Terraform command outcomes.
1 event · 3 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
Writeif [[ "$TOOL_INPUT_FILE_PATH" == *.py ]]; then ruff check --fix "$TOOL_INPUT_FILE_PATH" 2>/dev/null; elif [[ "$TOOL_INPUT_FILE_PATH" == *.ts ]] || [[ "$TOOL_INPUT_FILE_PATH" == *.tsx ]]; then npx eslint --fix "$TOOL_INPUT_FILE_PATH" 2>/dev/null; fiEditif [[ "$TOOL_INPUT_FILE_PATH" == *.py ]]; then ruff check --fix "$TOOL_INPUT_FILE_PATH" 2>/dev/null; elif [[ "$TOOL_INPUT_FILE_PATH" == *.ts ]] || [[ "$TOOL_INPUT_FILE_PATH" == *.tsx ]]; then npx eslint --fix "$TOOL_INPUT_FILE_PATH" 2>/dev/null; fiBashif echo "$TOOL_INPUT_COMMAND" | grep -q 'git push' && [ -f CHANGELOG.md ]; then echo '[ADD] Changelog: CHANGELOG.md exists. Run /add:changelog to update it with new commits.'; finpx claudepluginhub mountainunicorn/add --plugin add