Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From cc-governance
Captures session ID on session start and writes sections when the 'deep-plan:section-writer' subagent stops, using Python scripts managed by uv.
2 events · 2 hooks
npx claudepluginhub ImproperSubset/hh-agentics --plugin cc-governanceWhere this hook configuration is defined
Defined in hooks/hooks.json
Event handlers and matchers — expand Raw Configuration for the full JSON
MSG=""; PROJECT_ACTIVE="$CLAUDE_PROJECT_DIR/docs/tracking/ACTIVE.md"; META_DIR="$HOME/git/hh-meta/tracking"; if [ -f "$PROJECT_ACTIVE" ]; then MSG="📁 Project tracking: docs/tracking/ACTIVE.md"; fi; if [ -d "$META_DIR" ]; then [ -n "$MSG" ] && MSG="$MSG | "; MSG="${MSG}📁 Cross-project: ~/git/hh-meta/tracking/"; fi; if [ -n "$MSG" ]; then echo "{\"systemMessage\": \"$MSG\"}"; fi5msecho '{"systemMessage": "📋 Subagent completed: '$CLAUDE_SUBAGENT_TYPE' (model: '$CLAUDE_SUBAGENT_MODEL')"}'5msShare bugs, ideas, or general feedback.