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
@@ -324,8 +324,6 @@ mod tests {
None,
None,
None,
None,
None,
);
let agents = std::sync::Arc::new(AgentPool::new_test(3000));
@@ -379,8 +377,6 @@ mod tests {
None,
None,
None,
None,
None,
);
let agents = std::sync::Arc::new(AgentPool::new_test(3000));
@@ -429,8 +425,6 @@ mod tests {
None,
None,
None,
None,
None,
);
let agents = std::sync::Arc::new(AgentPool::new_test(3000));
+1 -3
View File
@@ -108,7 +108,7 @@ fn stage_display_label(stage: &crate::pipeline_state::Stage) -> &'static str {
match stage {
Stage::Upcoming => "upcoming",
Stage::Backlog => "backlog",
Stage::Coding => "in-progress",
Stage::Coding { .. } => "in-progress",
Stage::Blocked { .. } => "blocked",
Stage::Qa => "QA",
Stage::Merge { .. } => "merge",
@@ -254,8 +254,6 @@ mod tests {
None,
None,
None,
None,
None,
);
// Seed in content store so find_story_by_number can resolve it.