Changes:
- Created documentation/WORKFLOW.md (comprehensive workflow guide)
- Daily development workflow (feature → dev → main)
- Branch naming conventions and examples
- PR creation and review process
- Common scenarios (new agent, bug fix, hotfix)
- Quality checks and best practices
- Emergency procedures
- Updated CLAUDE.md Git Workflow section
- Document branch protection on main (PR required)
- Add quick start workflow guide
- Reference new WORKFLOW.md document
- Update sprint status to complete
- Set up GitHub branch protection on main branch
- Required PR approval (1 reviewer)
- Dismiss stale reviews
- Require conversation resolution
- Enforce for admins
- Block force pushes and deletions
- Synced dev branch with main (merged 18 commits)
Resolves violation of pushing directly to main (18 commits).
Going forward: All changes via feature branches → dev → main (PR only).
Issue: Process improvement post-sprint-11-05-2025