docs(claude): list all 8 installer targets in developer guide#885
Open
Dashsoap wants to merge 1 commit into
Open
docs(claude): list all 8 installer targets in developer guide#885Dashsoap wants to merge 1 commit into
Dashsoap wants to merge 1 commit into
Conversation
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Update the installer section of
CLAUDE.mdso it reflects the targets actually registered insrc/installer/targets/registry.ts.Why
The guide was stale on the number of agent targets:
But
registry.tsregisters 8 targets: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.