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
|
A subagent whose `claude` process dies on a signal — the kernel's OOM
|
||||||
killer under memory pressure, a stopped unit, an `interrupt` from the
|
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`:
|
than letting it settle back into `idle`:
|
||||||
|
|
||||||
- `status` reports the session **killed**, naming the signal, instead of
|
- `status` reports the session **killed**, naming the signal, instead of
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,6 @@
|
||||||
//! reattaches to it, whether that's "give it a new turn" or "the daemon
|
//! 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
|
//! 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.
|
//! `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
|
//! **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
|
//! arrives as a `hive_claude::Error::Exit` carrying its `ExitStatus`, so the
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue