Quality Gate Reference
- Domain: Version Control (85.7)
- Impact: Medium
- Effort: Low
Description
Commit history references v3.0.0 and v3.1.0 development, but pyproject.toml shows version = "2.2.0" and only v2.1.0/v2.2.0 tags exist. The v3.0.0 breaking changes (skill migration, agent consolidation) are on main but untagged.
Implementation
- Update
pyproject.toml version to match CHANGELOG
- Create v3.0.0 and v3.1.0 tags/releases
- Ensure release automation keeps version in sync
Acceptance Criteria
Quality Gate Reference
Description
Commit history references v3.0.0 and v3.1.0 development, but
pyproject.tomlshowsversion = "2.2.0"and only v2.1.0/v2.2.0 tags exist. The v3.0.0 breaking changes (skill migration, agent consolidation) are on main but untagged.Implementation
pyproject.tomlversion to match CHANGELOGAcceptance Criteria