You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .planning/MILESTONES.md
+12-7Lines changed: 12 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,14 +49,19 @@
49
49
50
50
---
51
51
52
-
## v4.0 — Quality Hardening (ACTIVE)
52
+
## v4.0 — Quality Hardening (COMPLETE 2026-06-15)
53
53
54
54
**Goal:** Close the gap between "tests exist" and "CI actually runs them," fill xUnit coverage across 6 untested states, version the checkpoint schema, and complete portfolio polish.
55
55
56
-
**Phases:** 17-19 (in progress)
56
+
**Phases:** 17-19
57
57
58
-
**Target features:**
59
-
- CI runs dotnet test (not just build) + Coverlet coverage badge
60
-
- xUnit tests for Analyzing, Branching, Committing, Documenting, Editing, PrCreating states
61
-
- Checkpoint schema versioning (SchemaVersion field + mismatch guard)
62
-
- GitHub topics on all CAS repos + OgeonX-Ai profile README
58
+
**What shipped:**
59
+
- CI runs `dotnet test` with Coverlet XPlat Code Coverage; results uploaded as artifact
60
+
- README test badge: 
61
+
- xUnit tests for all 6 previously untested states: AnalyzingState, BranchingState, EditingState, CommittingState, DocumentingState, PrCreatingState (33 new tests)
0 commit comments