gsxdsm
a6ce7f89ef
FN-8987: expose release-gate verdicts for Promote visibility
Expose server-evaluated release-gate state so Promote controls accurately reflect approval readiness.
- Attach transient release-gate verdicts to task API responses.
- Preserve only fresh REST verdicts across task snapshots and render them in task cards.
- Align hold-release gating and document the Promote-state contract.
Files changed:
.changeset/fn-8987-release-gate-verdict.md | 7 +
docs/dashboard-guide.md | 4 +
docs/solutions/workflow-learnings/project-union-versus-per-task-lanes.md | 1 +
docs/workflow-steps.md | 4 +
packages/core/src/index.gate.ts | 2 +-
packages/core/src/index.ts | 2 +-
packages/core/src/types.ts | 2 +
packages/core/src/types/task/task-core.ts | 20 +++
packages/dashboard/app/components/TaskCard.tsx | 3 +-
packages/dashboard/app/components/__tests__/TaskCard.test.tsx | 31 ++++
packages/dashboard/app/hooks/__tests__/useTasks.test.ts | 26 ++++
packages/dashboard/app/hooks/useTasks.ts | 135 +++++++++++++++--
packages/dashboard/app/utils/__tests__/releaseGate.contract.test.ts | 29 ++++
packages/dashboard/app/utils/__tests__/releaseGate.test.ts | 49 ++++++
packages/dashboard/app/utils/releaseGate.ts | 26 ++++
packages/dashboard/app/utils/reviewBudgetApproval.ts | 9 ++
packages/dashboard/src/routes/register-task-workflow-routes.ts | 20 ++-
packages/engine/src/__tests__/release-gate-verdict.test.ts | 40 +++++
packages/engine/src/execution/hold-release.ts | 166 +++++++++------------
packages/engine/src/index.ts | 3 +
20 files changed, 469 insertions(+), 110 deletions(-)
Fusion-Task-Id: FN-8987
Fusion-Task-Lineage: 6f1742bc-2b2b-4a32-9be5-92160335d90d
Co-authored-by: Fusion (runfusion.ai) <noreply@runfusion.ai>
2026-08-11 14:22:14 -07:00
..
2026-08-11 14:22:14 -07:00
2026-07-18 12:41:42 -07:00
2026-07-26 11:17:52 -07:00
2026-05-04 21:21:22 -07:00
2026-07-30 13:55:10 -07:00
2026-07-26 09:50:44 -07:00
2026-07-01 11:12:59 -07:00
2026-07-01 07:33:56 -07:00
2026-06-30 18:15:10 -07:00
2026-07-23 11:41:15 -07:00
2026-06-22 15:23:43 -07:00
2026-05-14 02:23:45 -07:00
2026-07-30 02:47:26 -07:00
2026-05-18 03:10:52 -07:00
2026-07-16 03:17:35 -07:00
2026-05-21 08:43:57 -07:00
2026-07-26 11:17:52 -07:00
2026-07-15 14:06:42 -07:00
2026-06-27 17:22:12 -07:00
2026-06-25 12:25:13 -07:00
2026-05-22 17:24:38 -07:00
2026-05-12 21:55:43 -07:00
2026-06-14 13:50:17 -07:00
2026-08-01 01:00:57 -07:00
2026-07-16 14:08:43 -07:00
2026-06-27 23:53:51 -07:00
2026-04-23 00:06:03 -07:00
2026-04-02 09:58:04 -07:00
2026-07-30 12:46:12 -07:00
2026-07-04 21:28:19 -07:00
2026-06-26 09:32:53 -07:00
2026-04-23 23:02:36 -07:00
2026-04-03 18:33:23 -07:00
2026-08-08 23:54:40 -07:00
2026-05-08 18:44:16 -07:00
2026-07-18 00:33:14 -07:00
2026-06-30 19:21:53 -07:00
2026-04-29 07:10:52 -07:00
2026-06-27 23:47:21 -07:00
2026-07-30 08:06:04 -07:00
2026-07-11 22:16:48 -07:00
2026-04-08 14:38:36 -07:00
2026-06-02 14:14:24 -07:00
2026-07-20 12:09:23 -07:00
2026-07-02 11:38:31 -07:00
2026-07-22 17:29:20 -07:00
2026-07-31 17:27:43 -07:00
2026-06-17 17:57:19 -07:00
2026-08-11 14:22:14 -07:00
2026-07-19 16:44:40 -07:00
2026-07-30 02:38:58 -07:00
2026-08-05 11:39:23 -07:00
2026-08-11 14:22:14 -07:00
2026-05-20 20:27:11 -07:00
2026-05-07 18:35:45 -07:00
2026-07-30 12:46:12 -07:00
2026-07-26 11:17:52 -07:00
2026-08-03 00:20:53 -07:00
2026-05-14 05:55:16 -07:00
2026-05-19 18:56:24 -07:00
2026-06-14 13:50:17 -07:00
2026-08-06 08:11:22 -07:00
2026-07-16 20:28:05 -07:00
2026-08-01 13:30:18 -07:00
2026-05-13 06:29:35 -07:00
2026-08-07 20:33:42 -07:00
2026-07-30 12:46:12 -07:00
2026-07-30 12:02:53 -07:00
2026-08-03 00:20:53 -07:00
2026-07-12 13:06:08 -07:00
2026-04-28 22:43:51 -07:00
2026-05-29 20:05:14 -07:00
2026-07-18 13:50:58 -07:00
2026-07-30 12:46:12 -07:00