huskies: merge 1009

This commit is contained in:
dave
2026-05-13 22:50:13 +00:00
parent a5cd3a2152
commit 4e007bb770
56 changed files with 453 additions and 384 deletions
+1 -3
View File
@@ -142,7 +142,7 @@ pub fn get_work_item_content(
let stages = [
("1_backlog", Stage::Backlog),
("2_current", Stage::Coding),
("2_current", Stage::Coding { claim: None }),
("3_qa", Stage::Qa),
(
"4_merge",
@@ -317,8 +317,6 @@ max_budget_usd = 5.0
None,
None,
None,
None,
None,
);
let item = get_work_item_content(tmp.path(), "42_story_foo").unwrap();
assert!(item.content.contains("Some content."));