huskies: merge 880
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
//! MCP story tools — create, update, move, and manage stories, bugs, refactors,
|
||||
//! and spikes via MCP.
|
||||
//! spikes, and epics via MCP.
|
||||
//!
|
||||
//! This module is a thin adapter: it deserialises MCP payloads, delegates to
|
||||
//! `crate::service::story` and `crate::http::workflow` for business logic,
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
mod bug;
|
||||
mod criteria;
|
||||
mod epic;
|
||||
mod refactor;
|
||||
mod spike;
|
||||
mod story;
|
||||
@@ -16,6 +17,7 @@ pub(crate) use criteria::{
|
||||
tool_add_criterion, tool_check_criterion, tool_edit_criterion, tool_ensure_acceptance,
|
||||
tool_get_story_todos, tool_record_tests, tool_remove_criterion,
|
||||
};
|
||||
pub(crate) use epic::{tool_create_epic, tool_list_epics, tool_show_epic};
|
||||
pub(crate) use refactor::{tool_create_refactor, tool_list_refactors};
|
||||
pub(crate) use spike::tool_create_spike;
|
||||
pub(crate) use story::{
|
||||
|
||||
Reference in New Issue
Block a user