Refresh downstream readiness after gate pass

This commit is contained in:
2026-03-24 01:39:55 +08:00
parent 9f9b66330c
commit 2786a3a7e7
3 changed files with 171 additions and 0 deletions
+1
View File
@@ -285,6 +285,7 @@ Behavior:
- recomputes the gate for the task
- keeps the task in `verifying` while required checks are still pending
- moves the task to `done` when all required checks pass
- refreshes dependent readiness immediately when the task enters or leaves `done`, so newly unblocked work emits `task_ready` in the same flow
- moves the task to `failed` when one or more required checks fail
### `orch verify status`