huskies: merge 895

This commit is contained in:
dave
2026-05-13 08:48:36 +00:00
parent 4a8ed4348b
commit 6bd11d41f9
7 changed files with 405 additions and 49 deletions
+4
View File
@@ -60,6 +60,10 @@ export interface PipelineStageItem {
review_hold: boolean | null;
qa: string | null;
depends_on: number[] | null;
/** True when the item is in Stage::Blocked — awaiting human unblock. */
blocked?: boolean | null;
/** True when the item is in Stage::Frozen — paused at its current stage. */
frozen?: boolean | null;
}
/** Snapshot of all pipeline stages returned via WebSocket or REST. */