Hooks Manager
Manage Claude Code lifecycle hooks for deterministic workflow automation.
Steps
- Identify the hook event type needed (PreToolUse, PostToolUse, Stop, etc.)
- Configure hook entry in hooks/hooks.json using ${PRISM_DEVTOOLS_ROOT} for paths
- Write hook script with proper exit code handling (0=success, 2=blocking error)
- Test with sample input using *test-hook and validate with *validate-config
- Deploy and verify integration with PRISM workflow
For detailed instructions, see instructions.md.