SessionStart
01Hook
Runs when a session starts, executing session_audit.py via python3. From Ohswedd/praxis.
A quality harness for Claude Code. Routes any prompt into spec → plan → implement → adversarial audit → living docs, and holds the turn open until the work actually holds up: no TODOs, no deferred scope, no unverified test claims.
Hook
Runs when a session starts, executing session_audit.py via python3. From Ohswedd/praxis.
Hook
Runs when you submit a prompt, before the agent sees it, executing prompt_router.py via python3. From Ohswedd/praxis.
Hook
Runs before the agent uses a tool for Bash, Read, Edit, Write and MultiEdit tool calls, executing guard_paths.py via python3 (2 commands). From Ohswedd/praxis.
Hook
Runs after a tool call finishes for Write, Edit and MultiEdit tool calls, executing post_edit.py via python3. From Ohswedd/praxis.
Hook
Runs when the agent finishes a response, executing quality_gate.py via python3. From Ohswedd/praxis.