gsxdsm
acad46cc10
FN-5764: expose mission assertion backfill through API and CLI
Expose mission assertion backfill controls and run paths across engine, API, and CLI surfaces.
- add mission assertion backfill gating classification and reliability coverage for assertion-linked validation recovery
- add dashboard mission routes plus legacy API coverage and e2e checks for running assertion backfill
- expose new extension tool support and update Fusion skill docs/capability references
- add a changeset for @runfusion/fusion and refresh mission documentation
Files changed:
.changeset/fn-5764-mission-backfill-assertions.md | 9 ++
docs/missions-completion-contract.md | 7 +-
docs/missions.md | 7 +-
packages/cli/skill/fusion/SKILL.md | 2 +-
.../cli/skill/fusion/references/extension-tools.md | 9 ++
.../skill/fusion/references/fusion-capabilities.md | 1 +
packages/cli/src/__tests__/extension.test.ts | 41 +++++++
packages/cli/src/extension.ts | 43 +++++++
.../dashboard/app/__tests__/api-missions.test.ts | 44 +++++++
packages/dashboard/app/api/legacy.ts | 34 ++++++
.../dashboard/src/__tests__/mission-e2e.test.ts | 127 +++++++++++++++++++++
packages/dashboard/src/mission-routes.ts | 29 +++++
.../mission-validation-trigger-gap.test.ts | 66 +++++++++++
.../workflow-step-readonly-allowlist.test.ts | 1 +
packages/engine/src/gating-classifications.ts | 1 +
15 files changed, 418 insertions(+), 3 deletions(-)
Fusion-Task-Id: FN-5764
Fusion-Task-Lineage: b16123c2-7cfe-4b17-a899-4e30044a7a49
2026-05-31 08:32:01 -07:00
..
2026-05-18 05:57:43 -07:00
2026-05-30 13:43:36 -07:00
2026-05-30 08:39:38 -07:00
2026-05-27 21:31:13 -07:00
2026-05-10 06:14:19 -07:00
2026-05-10 06:14:19 -07:00
2026-05-11 08:32:52 -07:00
2026-05-30 10:06:51 -07:00
2026-05-11 13:36:51 +02:00
2026-05-04 22:17:10 -07:00
2026-05-04 23:59:52 -07:00
2026-05-14 04:42:32 -07:00
2026-05-10 23:36:10 -07:00
2026-05-17 10:45:41 -07:00
2026-05-17 18:46:42 -07:00
2026-05-19 06:51:26 -07:00
2026-05-18 23:50:00 -07:00
2026-05-30 22:53:24 -07:00
2026-05-29 07:13:23 -07:00
2026-05-07 00:05:34 -07:00
2026-05-12 07:47:10 -07:00
2026-05-19 16:15:25 -07:00
2026-05-15 21:08:05 -07:00
2026-05-31 08:32:01 -07:00
2026-05-29 08:25:38 -07:00
2026-05-28 19:44:15 -07:00
2026-05-23 09:00:02 -07:00
2026-04-09 19:04:12 -07:00
2026-05-01 23:35:44 -07:00
2026-05-23 04:18:55 -07:00
2026-05-09 19:41:09 -07:00
2026-05-18 06:39:52 -07:00
2026-05-06 09:43:51 -07:00
2026-04-25 20:07:49 -07:00
2026-05-23 17:07:14 -07:00
2026-05-18 22:47:51 -07:00
2026-05-18 22:47:51 -07:00
2026-05-16 19:16:48 -07:00
2026-04-29 08:15:38 -07:00
2026-05-16 18:40:04 -07:00