huskies: merge 951
This commit is contained in:
@@ -19,10 +19,11 @@ pub(super) async fn tool_merge_agent_work(
|
||||
if let Some(item) = crate::crdt_state::read_item(story_id)
|
||||
&& matches!(
|
||||
item.stage(),
|
||||
crate::crdt_state::Stage::Done | crate::crdt_state::Stage::Archived
|
||||
crate::pipeline_state::Stage::Done { .. }
|
||||
| crate::pipeline_state::Stage::Archived { .. }
|
||||
)
|
||||
{
|
||||
let stage_name = item.stage().as_dir().to_string();
|
||||
let stage_name = item.stage().dir_name().to_string();
|
||||
return serde_json::to_string_pretty(&json!({
|
||||
"story_id": story_id,
|
||||
"status": "completed",
|
||||
|
||||
Reference in New Issue
Block a user