Adopt the cli-guard/dispatch package #6
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?
Originally filed by @coilysiren on 2026-05-21T12:25:27Z - https://github.com/coilysiren/agent-guard/issues/26
Goal - Wire the reusable
cli-guard/dispatchpackage (coilysiren/cli-guard#86, landed) into agent-guard's command tree, so agent-guard consumers getdispatch headless/dispatch interactive/dispatch reap.Wire - build a
dispatch.Configfrom agent-guard's runner + audit writer and hangdispatch.New(...).Command()off agent-guard's urfave/cli tree, the same way agent-guard wiresshell,verb,audittoday.Config.Wrapadapts agent-guard's verb pipeline.Config.AllowedOwner/RepoPath/WorktreeRoot/LogRootreflect agent-guard's host policy and workspace layout (these are the host-specific seams the package refuses to hard-code).Config.BinaryName="agent-guard".Config.Notifyoptional - wire ntfy / a done-banner if desired.Pin - bump the cli-guard pin to the commit that landed #86.
Surfaced from coilysiren/cli-guard#86 sequencing: cli-guard package first, then coily switches to thin wiring, then agent-guard adopts. Each repo is its own commit closing its own issue.