npx claudepluginhub ImproperSubset/hh-agentics --plugin cc-governanceDefined in hooks/hooks.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')"}'5msExecutes ensure-emdx.sh on SessionStart for setup and save-subagent-output.sh on SubagentStop for Explore/general-purpose/Plan subagents to capture output. No bash or file writes.