- Adds opt-in Claude Code hooks that integrate with BMAD's quality framework - Prevents technical debt by blocking simulation patterns before they're written - Automates story context loading and progress tracking - Zero impact on non-Claude Code users (requires explicit opt-in) - Uses only Node.js built-in modules (no external dependencies) Includes: - Complete hook implementation (UserPromptSubmit, PreToolUse, PostToolUse, Stop) - Installation script with Claude Code detection - Demo projects showing TODO prevention and security enforcement - Comprehensive documentation and test scenarios - Configuration system with presets (strict/balanced/relaxed) |
||
|---|---|---|
| .. | ||
| pre-tool-use.test.js | ||
| run-all-tests.js | ||
| test-helpers.js | ||
| user-prompt-submit.test.js | ||