discover
Detect installed ACP agents from the community registry, probe each with a read-only round trip, and propose a configuration block to adopt them as drivers.
Instructions
Find installed ACP agents via the community registry and propose [agents.<id>] config for them.
The registry-driven companion to setup/doctor. It fetches the ACP agent registry (cached under
~/.rutherford/acp-registry.json for offline use), detects which registry agents are ALREADY installed
here -- scanning PATH plus curated install dirs (~/.local/bin, ~/.cargo/bin, ~/.<vendor>/bin),
never downloading or running npx -- and (with probe=true, the default) drives each found agent with a
real read-only ACP round trip so the proposal only includes ones that actually answer. Returns the
discovered agents and a proposed [agents.<id>] config block for the new drivers. write=true appends
that block to the config for scope (project -> <cwd>/.rutherford/config.toml, global -> the
platform path), creating the file if needed and never overwriting an existing section. refresh
re-fetches the registry. Use this to adopt an ACP agent (or bridge) Rutherford does not ship as a built-in.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| probe | No | ||
| scope | No | project | |
| write | No | ||
| refresh | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |