huskies: merge 487_story_display_story_dependencies_in_web_ui_and_chat_commands

This commit is contained in:
dave
2026-04-07 11:46:25 +00:00
parent 05eb13eab3
commit 4e082009c2
8 changed files with 140 additions and 4 deletions
+1
View File
@@ -48,6 +48,7 @@ export interface PipelineStageItem {
agent: AgentAssignment | null;
review_hold: boolean | null;
qa: string | null;
depends_on: number[] | null;
}
export interface PipelineState {