docs: reposition RTK as agent-agnostic#421
Open
FlorianBruniaux wants to merge 4 commits intomasterfrom
Open
Conversation
- Intro: clarify RTK works with any AI coding agent, not Claude-only - Token Savings header: "Claude Code Session" → "Coding Session" - Quick Start: two-path structure (any agent first, Claude Code hook second) - How It Works diagram: "Claude" → "Agent" in ASCII art - Auto-Rewrite Hook: add "(Claude Code)" qualifier + agent-agnostic context - Applied consistently to all 6 language files (EN, FR, ZH, JA, KO, ES) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
This PR repositions RTK documentation to present the tool as agent-agnostic rather than Claude Code-specific. All 6 language README files (EN, FR, ZH, JA, KO, ES) plus CLAUDE.md and ARCHITECTURE.md are updated consistently. Side-fixes update version references from 0.27.1 → 0.27.2 and the module count from 57 → 58.
Changes:
- Intro paragraphs, token savings headers, Quick Start sections, and How It Works ASCII diagrams across all 6 language README files updated to use agent-neutral language ("Claude" → "Agent", "Claude Code Session" → "Coding Session")
- Quick Start restructured into two paths: direct usage with any agent first, then Claude Code auto-rewrite hook second, with a summary sentence preserving Claude Code as the highlighted integration
- Version references updated to 0.27.2 in CLAUDE.md and ARCHITECTURE.md, and module count updated to 58 in ARCHITECTURE.md
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| README.md | Agent-agnostic intro, Quick Start two-path structure, diagram update, Auto-Rewrite Hook section gets "(Claude Code)" qualifier, version 0.27.2 |
| README_fr.md | French translation matching all agent-agnostic changes |
| README_zh.md | Chinese translation matching all agent-agnostic changes |
| README_ja.md | Japanese translation matching all agent-agnostic changes |
| README_ko.md | Korean translation matching all agent-agnostic changes |
| README_es.md | Spanish translation matching all agent-agnostic changes |
| CLAUDE.md | Version reference updated to 0.27.2 |
| ARCHITECTURE.md | Version reference updated to 0.27.2, module count updated to 58 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Some commands are still Claude Code only:
❯ rtk discover
Error: Claude Code projects directory not found: /home/user/.claude/projects
Make sure Claude Code has been used at least once.They should be marked as such now that README says it is agent-agnostic |
…oming soon - Separate universal analytics (gain) from Claude Code-specific commands - Add "Coming soon" note for multi-agent discover (Aider, Cline, Goose, shell) - Link to #273 for tracking progress - Applied to all 6 language files Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.
Summary
Side-fixed: version refs 0.27.1 → 0.27.2, module count 57 → 58 (pre-existing drift caught by pre-push hook).
Motivation
RTK is agent-agnostic by design but the README implied Claude Code exclusivity. A non-Claude-Code user should understand RTK works for them within 10 seconds. Claude Code remains the highlighted integration (hook advantage preserved), but without false exclusivity claims.
Test plan
🤖 Generated with Claude Code