story-kit: merge 304_story_mcp_tool_to_move_stories_between_pipeline_stages

This commit is contained in:
Dave
2026-03-19 10:57:27 +00:00
parent e7aa4e028e
commit f4376b01e1
3 changed files with 344 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ use serde::{Deserialize, Serialize};
pub use lifecycle::{
close_bug_to_archive, feature_branch_has_unmerged_changes, move_story_to_archived,
move_story_to_merge, move_story_to_qa, reject_story_from_qa,
move_story_to_merge, move_story_to_qa, move_story_to_stage, reject_story_from_qa,
};
pub use pool::AgentPool;