story-kit: merge 306_story_replace_manual_qa_boolean_with_configurable_qa_mode_field

This commit is contained in:
Dave
2026-03-19 11:56:39 +00:00
parent a058fa5f19
commit 2067abb2e5
12 changed files with 418 additions and 125 deletions

View File

@@ -34,7 +34,7 @@ export interface PipelineStageItem {
merge_failure: string | null;
agent: AgentAssignment | null;
review_hold: boolean | null;
manual_qa: boolean | null;
qa: string | null;
}
export interface PipelineState {