Context
The TeamSpace migration code now provides the repair and dry-run path, but we have not run doctor mission-state --fix across the real active repositories. That operation will intentionally create a large Git event in kitty-specs/ and .kittify/migrations/mission-state/.
This needs to be coordinated separately from landing the implementation PRs.
Acceptance Criteria
- Choose the repositories to repair for public TeamSpace launch.
- Ask contributors to pause
kitty-specs/ edits during the repair window.
- Pull the target branch in each repo before repair.
- Run:
spec-kitty doctor mission-state --audit --json
spec-kitty doctor mission-state --fix
spec-kitty doctor mission-state --teamspace-dry-run --json
- Review generated migration manifests and diffs.
- Commit each repository repair as a single coordinated migration commit.
- Verify TeamSpace import dry-runs pass after the commits land.
Related Work
Context
The TeamSpace migration code now provides the repair and dry-run path, but we have not run
doctor mission-state --fixacross the real active repositories. That operation will intentionally create a large Git event inkitty-specs/and.kittify/migrations/mission-state/.This needs to be coordinated separately from landing the implementation PRs.
Acceptance Criteria
kitty-specs/edits during the repair window.Related Work