dispatch help: fold 'lights-out' into the headless/cascade one-line summaries #154

Open
opened 2026-05-28 23:15:03 +00:00 by coilysiren · 0 comments
Owner

Context

The coily dispatch surfaces headless and cascade are 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". The coily-dispatch skill 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 headless and cascade so 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.
  • Leave interactive and consult unchanged. They are supervised, not lights-out.

Notes

  • Pure copy change in the command-registration help strings. No behavior change.
  • Keep "never consults". lights-out and never-consults are the two halves of the same property, both worth stating.
## Context The `coily dispatch` surfaces `headless` and `cascade` are 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". The `coily-dispatch` skill 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 `headless` and `cascade` so 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. - Leave `interactive` and `consult` unchanged. They are supervised, not lights-out. ## Notes - Pure copy change in the command-registration help strings. No behavior change. - Keep "never consults". lights-out and never-consults are the two halves of the same property, both worth stating.
coilysiren added
P4
and removed
P3
labels 2026-05-31 06:59:39 +00:00
Sign in to join this conversation.
No labels
P0
P1
P2
P3
P4
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
coilyco-bridge/coily#154
No description provided.