Skip to content

docs: reposition RTK as agent-agnostic#421

Open
FlorianBruniaux wants to merge 4 commits intomasterfrom
docs/agent-agnostic-readme
Open

docs: reposition RTK as agent-agnostic#421
FlorianBruniaux wants to merge 4 commits intomasterfrom
docs/agent-agnostic-readme

Conversation

@FlorianBruniaux
Copy link
Collaborator

Summary

  • Intro paragraph: clarifies 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: adds "(Claude Code)" qualifier + agent-agnostic framing
  • Applied consistently to all 6 language files (EN, FR, ZH, JA, KO, ES)

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

  • Read flow: tagline → intro (agent-agnostic) → token savings → quick start (2 paths) → how it works → commands
  • Grep for "Claude Code" references that imply RTK is Claude-only (none should remain in intro/hero)
  • Verify all 6 language files updated consistently
  • Validate-docs passes (confirmed locally)

🤖 Generated with Claude Code

FlorianBruniaux and others added 3 commits March 8, 2026 19:02
- 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>
Copilot AI review requested due to automatic review settings March 8, 2026 18:08
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@KuSh
Copy link

KuSh commented Mar 9, 2026

Some commands are still Claude Code only:

  • cc-economics
  • discover
  • learn
❯ 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>
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.

3 participants