Commit Graph

1 Commits

Author SHA1 Message Date
DevForgeAI 37d3a7a840 feat: PR0 - Claude Code Hooks Integration for BMAD Quality Enforcement
- 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)
2025-07-25 09:29:50 -04:00