-
released this
2026-05-29 17:18:33 +00:00 | 38 commits to main since this releasev0.6.0 — Milestone: Honest Baseline
All 6 phases complete. This is the corrected milestone tag per the 3-tier versioning model (feature milestone → next minor, not base minor).
Phases
- v0.5.1 — Quick Wins: dead refs, unused imports, postinstall fix
- v0.5.2 — Backend Test Coverage: 4 new test suites
- v0.5.3 — Honest Execution: real rollback, honest orchestrator
- v0.5.4 — Verification Intelligence: git-log coverage, npm audit, TS check
- v0.5.5 — Parser Completeness: real markdown parsing
- v0.5.6 — 3-Tier Versioning, Branch Hierarchy, Architecture Synthesis
What the CI system now does
- Executes honestly — fails clearly when backends are unavailable
- Verifies git-natively — checks real git history and npm audit
- Parses markdown requirements and architecture docs for real
- Enforces branch hierarchy: main > milestone > phase
- Validates semver ordering before creating any tag
- 3-tier versioning: NFR (patch-only), Feature (patch+minor), Schema-breaking (minor+major)
- 31 test suites, 370 tests, all passing
- TypeScript typecheck and build clean
Note: The earlier v0.5.0 tag was incorrectly placed as the base minor instead of the next minor. This v0.6.0 tag is the correct milestone completion tag.
Downloads