3.2.0rc2 adds the TeamSpace mission-state repair and validation surface needed
before public TeamSpace import. The repair command is available now; the
TeamSpace dry-run path requires spec-kitty-events>=5.0.0 once that contract
package is published.
Added
- Added deterministic
doctor mission-state --fixrepair for historical
kitty-specs/state, including Git safety checks, migration manifests, legacy
key cleanup, typed-row quarantine, lane normalization, and production
status.jsonrematerialization (#980). - Added
doctor mission-state --teamspace-dry-runto synthesize canonical
TeamSpace envelopes in memory and validate them with the 5.0.0 event contract
when available (#980). - Documented the distributed Git repair workflow for coordinated repository
migration before TeamSpace launch (#980). - Added
doctor mission-state --include-fixturesand the packaged
mission-state survey fixture pack used by the TeamSpace readiness audit
contract (#920, #922, #929). - Added an opt-in
TeamSpace Mission-State ReadinessGitHub Actions workflow
that runsdoctor mission-state --audit --fail-on teamspace-blockerand
uploads the JSON audit artifact (#920, #934).
Changed
- Aligned CLI sync emission for
WPStatusChangedandMissionClosedwith the
canonical TeamSpace event payload shape while keeping launch dry-run gated on
the published events contract (#980). doctor mission-state --auditJSON reports now expose TeamSpace blocker
counts, and--fail-on teamspace-blockergates import/sync readiness
without requiring network access (#920, #934).