dispatch: expose cascade mode via cli-guard bump + skill docs #132
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?
Expose the new
cascadedispatch 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
--depthbudget, dictation triggers like "swarm"/"fan out").