Skip to content

docs: sync agent registry mappings with source code#55

Open
gandli wants to merge 1 commit intoopenclaw:mainfrom
gandli:docs/agent-registry-consistency
Open

docs: sync agent registry mappings with source code#55
gandli wants to merge 1 commit intoopenclaw:mainfrom
gandli:docs/agent-registry-consistency

Conversation

@gandli
Copy link
Contributor

@gandli gandli commented Mar 5, 2026

Summary

The documentation listed incorrect agent commands that were out of sync with the actual registry in src/agent-registry.ts.

Changes

  • claude: add missing -y flag for npx
  • opencode: add missing -y flag and acp subcommand

These flags are important for correctness when npx runs the adapters. The -y flag confirms package installation prompts automatically, and the acp subcommand is required for the OpenCode adapter.

Files Changed

  • AGENTS.md
  • docs/2026-02-17-agent-registry.md
  • docs/CLI.md
  • skills/acpx/SKILL.md

Validation

  • Format check: oxfmt --check passed
  • All documentation now matches the source code in src/agent-registry.ts

The documentation listed incorrect agent commands that were out of sync
with the actual registry in src/agent-registry.ts:
- claude: add missing '-y' flag
- opencode: add missing '-y' flag and 'acp' subcommand

These flags are important for correctness when npx runs the adapters.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant