diff --git a/hive-subagent-mcp/src/session.rs b/hive-subagent-mcp/src/session.rs index c43eada4..071a3064 100644 --- a/hive-subagent-mcp/src/session.rs +++ b/hive-subagent-mcp/src/session.rs @@ -996,7 +996,7 @@ pub struct StartRequest { /// # Errors /// /// A name already running, an invalid name, a `model` the operator hasn't -/// made available (see [`check_model`]), an archive failure, or the +/// made available (see `check_model`), an archive failure, or the /// underlying `Claude::spawn` failing (binary missing, etc.) — the last /// case is the only one that can happen *after* commit-to-run, and it's /// exactly why nothing is registered in `running` until spawn actually @@ -1112,7 +1112,7 @@ fn start_reserved( /// # Errors /// /// An invalid name, one already running, a `model` the operator hasn't made -/// available (see [`check_model`]), `Claude::spawn` failing, or the resumed +/// available (see `check_model`), `Claude::spawn` failing, or the resumed /// turn failing within `RESUME_GRACE` — in practice a missed resume. pub async fn continue_( state: &Arc,