subagent daemon: address review on the killed-session docs
argus's review on #4333 flagged one real vale error (Microsoft.Contractions): "did not" in the new "A killed turn" section reads as "didn't" instead. The rest of the diff's new prose (docs/tools/subagent.md and the tool descriptions in hive-subagent-mcp/src/mcp.rs) has no other instance of the same expansion, confirmed both by a local `vale --minAlertLevel=error` run (clean) and by grepping the added lines. Also tidies session.rs's module doc: the two `//!` runs split to dodge the 30-line comment-block lint had a bare trailing `//!` right before the blank separator; dropped so the first run ends on content. Refs #4326
This commit is contained in:
parent
f817e27d4c
commit
0bdee751b9
2 changed files with 1 additions and 2 deletions
|
|
@ -15,7 +15,6 @@
|
|||
//! reattaches to it, whether that's "give it a new turn" or "the daemon
|
||||
//! restarted and I want to pick this back up" — after a restart, re-supply
|
||||
//! `dir` once if the session isn't in the daemon's own default directory.
|
||||
//!
|
||||
|
||||
//! **A killed turn is not a finished turn.** A child that died on a signal
|
||||
//! arrives as a `hive_claude::Error::Exit` carrying its `ExitStatus`, so the
|
||||
|
|
|
|||
Loading…
Reference in a new issue