gsxdsm
|
3383a095b7
|
FN-6694: add workflow reliability release-check harness
Add an on-demand executable release-check lane for custom workflow reliability signoff.
- Add a manifest-backed release-check runner with dry-run, JSON output, validation, and targeted Vitest command planning.
- Define the custom workflow reliability checklist seams and cover runner validation, planning, reporting, and failure behavior with node tests.
- Document the QA signoff command and manifest mapping while keeping the lane out of the merge gate.
Files changed:
docs/custom-workflow-reliability-acceptance-map.md | 29 +-
docs/testing.md | 3 +
package.json | 1 +
.../workflow-reliability-release-check.test.mjs | 138 +++++++++
.../lib/workflow-reliability-release-check.json | 102 +++++++
scripts/workflow-reliability-release-check.mjs | 312 +++++++++++++++++++++
6 files changed, 579 insertions(+), 6 deletions(-)
Fusion-Task-Id: FN-6694
Fusion-Task-Lineage: 21d45bb5-6c45-4cb7-8b29-9eaea8b29ad4
|
2026-06-19 05:13:39 -07:00 |
|
gsxdsm
|
5403a774de
|
FN-6571: define custom workflow reliability acceptance map
Document the reliability bar for custom workflow authoring, selection, execution, recovery, and restart durability.
- Add a docs index entry for the custom workflow reliability acceptance map.
- Define MVP/blocking versus enhancement acceptance areas for custom workflow reliability.
- Catalog critical journeys, measurable success signals, known deferred gaps, non-goals, and release checks.
Files changed:
docs/README.md | 1 +
docs/custom-workflow-reliability-acceptance-map.md | 125 +++++++++++++++++++++
2 files changed, 126 insertions(+)
Fusion-Task-Id: FN-6571
Fusion-Task-Lineage: 81760c46-8dc4-4828-8784-e734c406c996
|
2026-06-17 05:53:09 -07:00 |
|