dispatch help: fold 'lights-out' into the headless/cascade one-line summaries #154
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Context
The
coily dispatchsurfacesheadlessandcascadeare lights-out by design: detached child, returns immediately, survives the terminal closing, never consults. The verb help conveys this through "detached", "most autonomous dispatch surface", "AFK queue work", and "never consults", but never uses the phrase "lights-out". Thecoily-dispatchskill prose already uses "lights-out" for headless, so the term lives in the surrounding docs but not in the binary's own--help.Ask
Fold "lights-out" into the one-line summaries for
headlessandcascadeso the binary help matches the vocabulary operators already use.coily dispatch headless <ref>summary: name it lights-out (detached, AFK, never consults).coily dispatch cascade <ref>summary: lights-out plus bounded recursive fan-out.interactiveandconsultunchanged. They are supervised, not lights-out.Notes