feat(FN-1706): merge fusion/fn-1706

This commit is contained in:
gsxdsm
2026-04-13 16:35:06 -07:00
parent f3087df5de
commit 1712866ae8
5 changed files with 390 additions and 51 deletions

View File

@@ -48,6 +48,15 @@ The dashboard supports mission planning workflows where you can:
- Associate features to executable tasks
- Track progress at each layer
### Auto-Generated Assertions
When missions are created through the interview planning workflow, Fusion automatically generates contract assertions for each feature:
- **Assertion text source priority**: `acceptanceCriteria``feature.description` → fallback text (`"Verify implementation of: {feature.title}"`)
- **Assertions are linked to features**: Each auto-generated assertion is automatically linked to its feature, enabling mission validation rollup and enriched triage context
- **Verification fields**: Milestone and slice verification criteria from the interview are stored in dedicated `verification` fields rather than concatenated into descriptions
- **Partial plans handled**: Auto-generation is robust to partial plans (missing slices/features or empty criteria) without throwing errors
## Slice Activation and Progress
Slices represent staged execution windows.