3.0.0 (2025-12-18)
Features
- devops: make *create-pr title format configurable via core-config (7fb81fa)
BREAKING CHANGES
- devops: Default PR title format changed from 'conventional' to 'story-first'
- Add github.pr section to core-config.yaml with title_format options:
- 'conventional': For semantic-release (feat: description [Story X.Y])
- 'story-first': Simple format ([Story X.Y] Title) - NEW DEFAULT
- 'branch-based': Just branch name as title
- Update *create-pr task to read format from core-config
- Add configuration to greenfield template for new projects
- Projects can now choose the format that matches their workflow
This ensures AIOS remains agnostic - not all projects use NPM/semantic-release
🤖 Generated with Claude Code
Co-Authored-By: Claude Opus 4.5 noreply@anthropic.com