Stats
Actions
Tags
Manages CarTA session lifecycle: checks dependencies on start, runs a prompt hook on user submit, and executes a stop hook on exit.
3 events · 3 hooks
Where this hook configuration is defined
Defined in hooks/hooks.json
Event handlers and matchers — expand Raw Configuration for the full JSON
bash ${CLAUDE_PLUGIN_ROOT}/hooks/stop-quality-gate.sh10mscommand -v uv > /dev/null 2>&1 || echo 'WARNING: uv is not installed. This plugin requires uv for dependency management. Run: curl -LsSf https://astral.sh/uv/install.sh | sh'; command -v jq > /dev/null 2>&1 || echo 'WARNING: jq is not installed. Hook scripts require jq for JSON parsing. Install with: brew install jq'5msbash ${CLAUDE_PLUGIN_ROOT}/hooks/user-prompt-gate.sh5msnpx claudepluginhub fakoli/systems-thinking-plugin --plugin systems-thinking-plugin