docs: Claude Code 以外のエージェント(Codex / Grok)にも対応していることを README で明示 - #131
Merged
Conversation
- 冒頭のタグライン・紹介文を「コーディングエージェント(Claude Code / Codex / Grok)」に変更 - 対応エージェントの表と、機能差(許可ダイアログ / コスト / 使用状況 / ログ復元)の比較表を追加 - 特徴の 2 番目に「エージェントを選べる」を繰り上げ、Claude 固有の項目には注記を付ける - 「Codex / Grok で動かす」→「エージェントを選ぶ・切り替える」に改題 - package.json の description / keywords、CLAUDE.md・docs/PRD.md の概要も追従
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.
概要
README などの説明が「Claude Code 専用アプリ」に読める状態だったので、Claude Code 以外(Codex / Grok)でも使えることを明示しました。実装は既に 3 エージェント対応済み(#128 / #130)で、本 PR はドキュメント・パッケージメタのみの変更です。
変更内容
README.md
claude/codex/grok)を並べた。/modelはどのエージェントでも同じ、と先に書いた(表の値はCLAUDE_CAPABILITIES/CODEX_CAPABILITIES/GROK_CAPABILITIESと一致)。claude auth loginを追記、Claude 前提の言い回し(ghレート制限・トランスクリプトの説明)を中立化。その他
package.json—descriptionを "parallel coding-agent sessions (Claude Code / Codex / Grok)" に変更(npm ページの 1 行説明)。keywordsにcodex/grok/coding-agentを追加。CLAUDE.md/docs/PRD.md— 概要 1 行を同じ方針に更新。テスト計画
package.jsonのメタ情報のみ(コード・テストへの影響なし)#エージェントを選ぶ切り替えるagent)が正しく解決されることを確認