Plugin commands derive namespace from directory (claude/code/) not the name field. Commands now: /code:dispatch, /code:status, /code:recall, /code:review, /code:sweep, /code:scan. Co-Authored-By: Virgil <virgil@lethean.io>
906 B
906 B
name: sweep description: Dispatch a batch audit across all Go repos in the ecosystem arguments:
- name: template description: Audit template (conventions, security) default: conventions
- name: agent description: Agent type for the sweep default: gemini
- name: repos description: Comma-separated repos to include (default: all Go repos)
Run a batch conventions or security audit across the Go ecosystem.
- If repos not specified, find all Go repos in ~/Code/core/ that have a go.mod
- For each repo, call
mcp__core__agentic_dispatchwith:- repo: {repo name}
- task: "{template} audit - UK English, error handling, interface checks, import aliasing"
- agent: $ARGUMENTS.agent
- template: $ARGUMENTS.template
- Report how many were dispatched vs queued
- Tell the user they can check progress with
/core:statusand review results with/core:review