huskies: merge 1010

This commit is contained in:
dave
2026-05-14 08:07:43 +00:00
parent 4520e0e6f9
commit 13ab97a615
27 changed files with 572 additions and 95 deletions
+7 -1
View File
@@ -144,7 +144,13 @@ pub fn get_work_item_content(
let stages = [
("1_backlog", Stage::Backlog),
("2_current", Stage::Coding { claim: None }),
(
"2_current",
Stage::Coding {
claim: None,
plan: Default::default(),
},
),
("3_qa", Stage::Qa),
(
"4_merge",