huskies: merge 1009

This commit is contained in:
dave
2026-05-13 22:55:05 +00:00
parent a5cd3a2152
commit 4e007bb770
56 changed files with 453 additions and 384 deletions
+1 -1
View File
@@ -130,7 +130,7 @@ pub async fn handle_timer_command(
let in_valid_stage =
if let Ok(Some(item)) = crate::pipeline_state::read_typed(&story_id) {
use crate::pipeline_state::Stage;
matches!(item.stage, Stage::Backlog | Stage::Coding)
matches!(item.stage, Stage::Backlog | Stage::Coding { .. })
} else {
let work_dir = project_root.join(".huskies").join("work");
work_dir