dispatch: expose cascade mode via cli-guard bump + skill docs #132

Closed
opened 2026-05-28 04:52:09 +00:00 by coilysiren · 0 comments
Owner

Expose the new cascade dispatch mode in coily by bumping cli-guard, and document it in the coily-dispatch skill.

Follow-on to #130. The dispatch subsystem lives in cli-guard; the cascade mode itself landed there in coilysiren/cli-guard#29. coily picks it up via a dependency bump - no coily code change beyond the bump.

What cascade is

A detached worker allowed to recursively dispatch its own headless/cascade sub-workers, bounded by a hard depth budget. For mass migrations and branching trees of dependent work that a single headless run rejects as scope-too-large. Not --dangerously-skip-permissions: still under the lockdown and audit.

Scope here

  • Bump cli-guard to the commit carrying cascade.
  • Document cascade as a fourth mode in the coily-dispatch skill (when to pick it vs headless/interactive, the --depth budget, dictation triggers like "swarm"/"fan out").
Expose the new `cascade` dispatch mode in coily by bumping cli-guard, and document it in the coily-dispatch skill. Follow-on to #130. The dispatch subsystem lives in cli-guard; the cascade mode itself landed there in [coilysiren/cli-guard#29](https://forgejo.coilysiren.me/coilysiren/cli-guard/issues/29). coily picks it up via a dependency bump - no coily code change beyond the bump. ## What cascade is A detached worker allowed to recursively dispatch its own headless/cascade sub-workers, bounded by a hard depth budget. For mass migrations and branching trees of dependent work that a single headless run rejects as scope-too-large. Not `--dangerously-skip-permissions`: still under the lockdown and audit. ## Scope here - Bump cli-guard to the commit carrying cascade. - Document cascade as a fourth mode in the coily-dispatch skill (when to pick it vs headless/interactive, the `--depth` budget, dictation triggers like "swarm"/"fan out").
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#132
No description provided.