|
| 1 | +# Changelog |
| 2 | + |
| 3 | +All notable changes to this template will be documented in this file. |
| 4 | + |
| 5 | +## [v1.0.0] - 2026-03-12 |
| 6 | + |
| 7 | +### Added |
| 8 | +- **AI-Enhanced Development Workflow** - Complete OpenCode integration for AI-powered development |
| 9 | +- **Developer Agent** - Main development agent with 7-phase TDD/BDD workflow |
| 10 | +- **Architect Agent** - Design review agent for SOLID principles and object calisthenics compliance |
| 11 | +- **Repository Manager Agent** - Git operations, PRs, and themed releases management |
| 12 | +- **Development Skills** - feature-definition, prototype-script, tdd-bdd, signature-design, implementation, code-quality |
| 13 | +- **Repository Skills** - git-release (hybrid calver versioning with themed releases), pr-management |
| 14 | +- **Meta Skills** - create-skill, create-agent for extending OpenCode |
| 15 | +- **Template Management** - template-manager agent, template-test, template-release skills |
| 16 | +- **Comprehensive CI Workflow** - Template validation, generated project tests, Docker builds |
| 17 | +- **Validation Scripts** - cookiecutter.json, pyproject.toml, YAML frontmatter validation |
| 18 | + |
| 19 | +### Changed |
| 20 | +- Updated README.md with modern AI-focused branding |
| 21 | +- Updated generated project README template with AI development workflow |
| 22 | + |
| 23 | +### Features |
| 24 | +- **7-Phase Development Cycle**: Feature Definition → Prototype → TDD → Signature Design → Architecture Review → Implementation → Quality Assurance |
| 25 | +- **SOLID Principles Enforcement** - Single responsibility, dependency inversion, interface segregation |
| 26 | +- **Object Calisthenics** - No primitives, small classes, behavior-rich objects |
| 27 | +- **Hybrid Calver Versioning**: v1.2.20260302r1 format with themed releases |
| 28 | +- **Themed Release Names**: "Swift Cheetah", "Vigilant Owl", "Creative Fox" based on PR sentiment |
| 29 | +- **Property-Based Testing**: Hypothesis integration for robust test coverage |
| 30 | + |
| 31 | +### Migration Notes |
| 32 | +- This is the first semantic version release |
| 33 | +- No breaking changes to cookiecutter.json structure |
| 34 | +- Generated projects now include OpenCode agents and skills |
| 35 | +- Existing projects can regenerate to get new features |
0 commit comments