feat(FN-3975): keep interview-stage missions visible in mission list

Made interview-stage missions visible in the mission list (MissionManager) and documented the behavior in the missions reference. Tests added for the new visibility logic.

Fusion-Task-Id: FN-3975
This commit is contained in:
Fusion
2026-05-10 21:44:29 -07:00
committed by gsxdsm
parent a3d67e088f
commit a4b268ce58
3 changed files with 73 additions and 6 deletions

View File

@@ -49,7 +49,8 @@ The dashboard supports mission planning workflows where you can:
- Break work into milestones/slices/features
- Associate features to executable tasks
- Track progress at each layer
- Resume in-progress mission interview sessions directly from the main missions list (generating, awaiting input, or error) before a mission record is created
- Persisted missions with `interviewState: "in_progress"` remain visible as interview-styled mission cards in the main mission list so planning work does not disappear after reloads
- Resume in-progress mission interview sessions directly from separate transient session rows in the main missions list (`mission_interview` sessions in `generating`, `awaiting_input`, or `error`) before a mission record is created
### Auto-Generated Assertions