- Bug fix (non-breaking change that fixes an issue)
- New feature (non-breaking change that adds functionality)
- New or modified skill (.claude/skills/)
- New or modified agent (.claude/agents/)
- Documentation update
- Refactoring (no functional change)
- Breaking change (existing functionality would not work as expected)
- CLAUDE.md (universal execution rules)
- Orchestrator skill (.claude/skills/daaf-orchestrator/)
- Agent protocols (.claude/agents/)
- Agent reference files (agent_reference/)
- Skills (.claude/skills/)
- Hooks (.claude/hooks/)
- Docker / container setup
- User documentation (user_reference/)
- Pre-commit / CI configuration
- Other:
- I have read the Contributing Guide
- My commits are signed off (
git commit -s) per the DCO - Pre-commit hooks pass (
pre-commit run --all-files) - I have updated relevant documentation for my changes
- I have not committed credentials, API keys, or data files