Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 1.74 KB

File metadata and controls

46 lines (33 loc) · 1.74 KB

Summary

Type of Change

  • 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)

Affected Areas

  • 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:

Testing

Checklist

  • 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

Security Considerations