diff --git a/hive-subagent-mcp/src/session.rs b/hive-subagent-mcp/src/session.rs index 19930820..c43eada4 100644 --- a/hive-subagent-mcp/src/session.rs +++ b/hive-subagent-mcp/src/session.rs @@ -1086,8 +1086,7 @@ fn start_reserved( /// Give an existing named session a new turn — resuming it whether that /// means "the previous turn finished, here's the next instruction" or "the -/// daemon restarted, reattaching." Refuses a name already running (same -/// concurrent-run hazard as `start`). +/// daemon restarted, reattaching." Refuses a name already running. /// /// A name with **no** session to resume is still not *pre-checked* here: /// claude's own `--resume` answers that, and the pre-check that used to live