huskies: merge 880

This commit is contained in:
dave
2026-04-29 21:41:44 +00:00
parent 4d24b5b661
commit 7e2f122d36
16 changed files with 508 additions and 40 deletions
+4
View File
@@ -62,6 +62,10 @@ pub async fn dispatch_tool_call(
// Refactor lifecycle tools
"create_refactor" => story_tools::tool_create_refactor(&args, ctx),
"list_refactors" => story_tools::tool_list_refactors(ctx),
// Epic lifecycle tools
"create_epic" => story_tools::tool_create_epic(&args, ctx),
"list_epics" => story_tools::tool_list_epics(ctx),
"show_epic" => story_tools::tool_show_epic(&args, ctx),
// Mergemaster tools
"merge_agent_work" => merge_tools::tool_merge_agent_work(&args, ctx).await,
"get_merge_status" => merge_tools::tool_get_merge_status(&args, ctx),