Commit Graph

11 Commits

Author SHA1 Message Date
gsxdsm
8872fadfb3 test(integration): user testing validation round 1 — 5/12 assertions passed
6 flow validators tested all integration milestone assertions against
the live dashboard and API. 5 assertions passed (E2E validation cycle,
fix cycle, loop state visuals, validate button, responsive). 7 failed
due to 3 systemic issues: (1) assertions panel renders empty despite
correct API data, (2) run history TypeError crash (.map on undefined),
(3) missing UI components (rollup badge, retry budget, lineage link).

Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
2026-04-12 09:02:57 -07:00
gsxdsm
d2e9aafff9 feat(FN-1465): merge fusion/fn-1465 2026-04-12 07:00:49 -07:00
gsxdsm
b6dda1296a scrutiny(api-endpoints): synthesize validation findings
- FEAT-005 (assertion CRUD): FAIL - VAL-API-018 SSE events not implemented
- FEAT-006 (validation APIs): PASS with non-blocking issues
- 4 pre-existing test failures in store.test.ts (git cleanup tests)
- 4338 pre-existing lint errors (not addressed)
2026-04-11 21:10:10 -07:00
gsxdsm
6b6761dbb3 test(user-testing): execution-loop milestone validation pass
Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
2026-04-11 20:26:09 -07:00
gsxdsm
3764a1e66e scrutiny: round 4 synthesis for execution-loop milestone
Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
2026-04-11 20:19:03 -07:00
gsxdsm
eb643053f6 scrutiny: round 3 synthesis for execution-loop milestone
Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
2026-04-11 20:03:33 -07:00
gsxdsm
537d0f3c05 test(scrutiny): fix missing MissionExecutionLoop mock in serve.test.ts
Add MissionExecutionLoop mock to @fusion/engine vi.mock block in
serve.test.ts. The mock provides start, stop, processTaskOutcome,
and recoverActiveMissions methods to match the actual class interface.

Also adds the scrutiny synthesis report for milestone execution-loop
which identifies 3 blocking issues in FEAT-004:
- parseValidationResult stub always returns pass
- notifyValidationComplete passes featureId instead of taskId
- recoverActiveMissions doesn't perform state transitions

Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
2026-04-11 18:37:49 -07:00
gsxdsm
494638d78b test(data-model): add user-testing synthesis for milestone validation
Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
2026-04-11 17:53:55 -07:00
gsxdsm
051856e3e9 chore: add data-model milestone scrutiny synthesis
Scrutiny validation for data-model milestone:
- All 3 features pass (FEAT-001, FEAT-002, FEAT-003)
- 28 VAL-DM validation contract items addressed
- Test suite passes (2212 core + 1889 engine tests)
- Typecheck passes
- Lint has pre-existing errors unrelated to data-model features
2026-04-11 17:46:02 -07:00
gsxdsm
49ab322ebf chore: add mission infrastructure for execution loop validation system
Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
2026-04-11 16:06:24 -07:00
gsxdsm
f915d10c59 feat(FN-1348): export HeartbeatMonitor and HeartbeatTriggerScheduler from @fusion/engine 2026-04-09 09:42:21 -07:00