Skip to content

docs(claude): list all 8 installer targets in developer guide#885

Open
Dashsoap wants to merge 1 commit into
colbymchenry:mainfrom
Dashsoap:docs/claude-installer-targets
Open

docs(claude): list all 8 installer targets in developer guide#885
Dashsoap wants to merge 1 commit into
colbymchenry:mainfrom
Dashsoap:docs/claude-installer-targets

Conversation

@Dashsoap

Copy link
Copy Markdown

What

Update the installer section of CLAUDE.md so it reflects the targets actually registered in src/installer/targets/registry.ts.

Why

The guide was stale on the number of agent targets:

- adding a 5th agent (Continue, Zed, Windsurf…) ...
- Current targets: `claude.ts`, `cursor.ts`, `codex.ts`, `opencode.ts`.

But registry.ts registers 8 targets:

export const ALL_TARGETS: readonly AgentTarget[] = Object.freeze([
  claudeTarget, cursorTarget, codexTarget, opencodeTarget,
  hermesTarget, geminiTarget, antigravityTarget, kiroTarget,
]);

and the README's Supported Agents section already lists all 8 (Claude Code, Cursor, Codex CLI, opencode, Hermes Agent, Gemini CLI, Antigravity IDE, Kiro). This brings the developer guide in line with both the code and the README, and drops the now-misleading "5th agent" framing.

Docs-only; no code changes.

The architecture guide's installer section said "adding a 5th agent" and
listed "Current targets: claude.ts, cursor.ts, codex.ts, opencode.ts" — but
src/installer/targets/registry.ts has registered 8 targets for a while:
claude, cursor, codex, opencode, hermes, gemini, antigravity, kiro (and the
README's Supported Agents section already lists all 8). Sync the guide to the
registry so the count and file list match reality, and drop the now-stale
"5th agent" framing.
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