Repair script-test contracts to match the current repository policies and live workflow coverage. - Align static-gate and pretest mirrors with authoritative validator chains. - Update the merger-rule floor and parameterized flake registration. - Repoint workflow reliability evidence to the surviving dispatch test. Files changed: .../test-failures/suite-only-flakes-observed-register.md | 4 +++- scripts/__tests__/agents-md-invariants.test.mjs | 10 ++++++++-- scripts/__tests__/engine-vitest-gate-policy.test.mjs | 6 ++++++ scripts/__tests__/run-static-gate-checks.test.mjs | 7 +++++++ scripts/__tests__/verify-fast.test.mjs | 6 ++++++ scripts/lib/workflow-reliability-release-check.json | 4 ++-- 6 files changed, 32 insertions(+), 5 deletions(-) Fusion-Task-Id: FN-9123 Fusion-Task-Lineage: 1a3dad24-69e3-423e-a159-56fd3f1085a3 Co-authored-by: Fusion (runfusion.ai) <noreply@runfusion.ai>
103 lines
4.6 KiB
JSON
103 lines
4.6 KiB
JSON
{
|
|
"version": 1,
|
|
"_comment": "FNXC:CustomWorkflowReliability 2026-08-10-18:03: FN-6694 requires this manifest to encode goal G-MPW67VQR-0001-97S3's release-check checklist as objective, runnable seam evidence instead of prose-only QA signoff. FN-8951 repointed deleted pre-cutover seams to live tests that cover definitions and route validation, selection dispatch, REVISE completion, interpreter recovery, and restart durability. FNXC:CustomWorkflowReliability 2026-08-16-10:52: FN-9123 repoints the custom-v1 dispatch seam after f1a8b271bd consolidated its coverage into no-selection-default-workflow-move.test.ts; the manifest must retain a live file that contains the characterization.",
|
|
"checklist": [
|
|
{
|
|
"id": "author-import-save-discover-reload",
|
|
"title": "Custom workflow authoring, import, invalid rejection, save, discovery, selection, and reload",
|
|
"journey": "A custom workflow can be authored/imported, rejected on invalid IR, saved, discovered, selected, and reloaded.",
|
|
"seams": [
|
|
{
|
|
"package": "@fusion/core",
|
|
"file": "packages/core/src/__tests__/postgres/workflow-definitions.pg.test.ts"
|
|
},
|
|
{
|
|
"package": "@fusion/dashboard",
|
|
"file": "packages/dashboard/src/routes/__tests__/workflow-validate-route.test.ts"
|
|
},
|
|
{
|
|
"package": "@fusion/dashboard",
|
|
"file": "packages/dashboard/src/routes/__tests__/workflow-setting-attribution.test.ts"
|
|
},
|
|
{
|
|
"package": "@fusion/core",
|
|
"file": "packages/core/src/__tests__/workflow-ir-selection-cache.test.ts"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "selected-workflow-execution-fail-closed",
|
|
"title": "Selected workflow execution and fail-closed missing custom workflow IDs",
|
|
"journey": "A task can execute the selected workflow through runtime primitives, and explicit missing custom workflow IDs fail closed.",
|
|
"seams": [
|
|
{
|
|
"package": "@fusion/core",
|
|
"file": "packages/core/src/__tests__/no-selection-default-workflow-move.test.ts"
|
|
},
|
|
{
|
|
"package": "@fusion/engine",
|
|
"file": "packages/engine/src/__tests__/workflow-task-runtime.test.ts"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "gate-advisory-readonly-revise-required-artifact",
|
|
"title": "Gate, advisory, readonly, REVISE, and required-artifact observability",
|
|
"journey": "Gate/advisory/readonly/REVISE/required-artifact behavior is observable in task state, workflow results, task documents, and logs.",
|
|
"seams": [
|
|
{
|
|
"package": "@fusion/engine",
|
|
"file": "packages/engine/src/__tests__/workflow-malformed-verdict-gate.test.ts"
|
|
},
|
|
{
|
|
"package": "@fusion/engine",
|
|
"file": "packages/engine/src/__tests__/workflow-required-artifact-gate.test.ts"
|
|
},
|
|
{
|
|
"package": "@fusion/engine",
|
|
"file": "packages/engine/src/__tests__/workflow-step-readonly-allowlist.test.ts"
|
|
},
|
|
{
|
|
"package": "@fusion/engine",
|
|
"file": "packages/engine/src/__tests__/executor-task-done-revise-verdict-guard.test.ts"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "automerge-hard-cancel-file-scope-recovery",
|
|
"title": "autoMerge:false, hard-cancel, file-scope, and recovery invariants",
|
|
"journey": "autoMerge:false, hard-cancel, file-scope, and recovery invariants are preserved under custom workflow execution.",
|
|
"seams": [
|
|
{
|
|
"package": "@fusion/engine",
|
|
"file": "packages/engine/src/__tests__/reliability-interactions/workflow-and-file-scope.test.ts"
|
|
},
|
|
{
|
|
"package": "@fusion/engine",
|
|
"file": "packages/engine/src/__tests__/interpreter-merge-seam.test.ts"
|
|
},
|
|
{
|
|
"package": "@fusion/engine",
|
|
"file": "packages/engine/src/__tests__/workflow-step-results-self-healing-recovery.test.ts"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "restart-selection-progress-run-audit",
|
|
"title": "Restart durability for workflow selection, progress, and recovery evidence",
|
|
"journey": "Engine/scheduler restart preserves workflow selection and progress, and any recovery emits typed run-audit evidence instead of silent lifecycle mutation.",
|
|
"seams": [
|
|
{
|
|
"package": "@fusion/core",
|
|
"file": "packages/core/src/__tests__/postgres/workflow-continuation-slot.pg.test.ts"
|
|
},
|
|
{
|
|
"package": "@fusion/engine",
|
|
"file": "packages/engine/src/__tests__/restart-recovery-coordinator.test.ts"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"manual": []
|
|
}
|