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
..
2026-06-13 10:01:01 -07:00
2026-05-13 17:44:46 -07:00
2026-05-14 20:21:09 -07:00
2026-05-13 22:41:30 -07:00
2026-05-23 19:51:36 -07:00
2026-05-19 17:19:03 -07:00
2026-06-14 15:29:35 -07:00
2026-06-14 15:29:35 -07:00
2026-06-13 19:22:00 -07:00
2026-06-03 20:34:51 -07:00
2026-06-13 10:01:01 -07:00
2026-05-06 15:21:45 -07:00
2026-06-03 19:12:28 -07:00
2026-06-08 15:19:27 -07:00
2026-06-18 13:41:37 -07:00
2026-05-15 12:24:30 -07:00
2026-06-03 21:03:38 -07:00
2026-05-04 14:35:23 -07:00
2026-06-18 16:47:09 -07:00
2026-05-06 17:51:09 -07:00
2026-05-11 06:47:43 -07:00
2026-06-03 00:28:41 -07:00
2026-05-12 17:04:33 -07:00
2026-05-20 02:46:49 -07:00
2026-05-11 06:47:43 -07:00
2026-05-23 03:33:53 -07:00
2026-06-16 15:08:24 -07:00
2026-06-15 02:30:41 -07:00
2026-05-23 03:09:00 -07:00
2026-05-09 13:21:47 -07:00
2026-06-13 15:21:00 -07:00
2026-05-10 15:33:25 -07:00
2026-06-03 17:57:29 -07:00
2026-06-13 16:30:28 -07:00
2026-06-17 19:25:06 -07:00
2026-05-07 18:08:08 +02:00
2026-06-17 20:09:05 -07:00
2026-05-05 13:25:02 -07:00
2026-06-19 05:13:39 -07:00