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
|
|
@ -37,7 +37,7 @@ restart loses the _in-flight turn_, not the subagent's history.
|
|||
|
||||
A subagent whose `claude` process dies on a signal — the kernel's OOM
|
||||
killer under memory pressure, a stopped unit, an `interrupt` from the
|
||||
owning agent — did not finish its turn, and the daemon says so rather
|
||||
owning agent — didn't finish its turn, and the daemon says so rather
|
||||
than letting it settle back into `idle`:
|
||||
|
||||
- `status` reports the session **killed**, naming the signal, instead of
|
||||
|
|
|
|||
Loading…
Reference in a new issue