subagent: trim continue_'s doc comment under the 30-line cap

The Errors-section addition in 46a6317 pushed continue_'s doc comment
to 31 lines. Drop the parenthetical on the already-running case — the
Errors section states it already.

Refs #4436
This commit is contained in:
atlas 2026-09-15 23:30:34 +02:00
commit 93faa944e6

View file

@ -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