huskies: merge 1009
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user