rtk-ai/rtk ships both files, and they share 6 of the 20 section tags.
The first runs 1,050 words and the second runs 464. Every list below is set membership over what the nightly stored for each file, never a re-reading of the text.
Everything indexed in rtk-ai/rtkCounted 13 September 2026
Headings
1 in both, 15 only in the first, 6 only in the second
CLAUDE.md
CLAUDE.md
Project Overview
Name Collision Warning
Development Commands
Build & Run
Testing
Linting & Quality
Pre-commit Gate
Package Building
Proxy Mode
Coding Rules
Build Verification (Mandatory)
Working Directory Confirmation
Avoiding Rabbit Holes
Plan Execution Protocol
.github/copilot-instructions.md
Copilot Instructions for rtk
Using rtk in this session
Instead of: Use:
Build, Test & Lint
Pre-commit gate (must all pass before any PR)
Key Conventions
In both files
Architecture
Commands
3 in both, 12 only in the first, 11 only in the second
CLAUDE.md
cargo build --release
cargo run -- <command>
cargo install --path .
cargo test <test_name>
cargo test <module_name>::
cargo check
cargo fmt
cargo clippy --all-targets
cargo fmt --all && cargo clippy --all-targets && cargo test --all
cargo deb
cargo generate-rpm
git branch
.github/copilot-instructions.md
git status rtk git status
git log -10 rtk git log -10
cargo test rtk cargo test
cargo clippy --all-targets rtk cargo clippy --all-targets
cargo test test_name
cargo test module::tests::
cargo fmt --all --check && cargo clippy --all-targets && cargo test
git
cargo
pnpm
git commit -s
In both files
cargo build
cargo test
cargo test -- --nocapture
Section tags
6 in both, 3 only in the first, 0 only in the second
CLAUDE.md
setup
architecture
do-not
.github/copilot-instructions.md
Nothing here that the first file does not also have.
In both files
build
test
lint-format
code-style
git-pr
agent-behaviour