Skip to content

Commit 02b8da7

Browse files
v2.0.0 - Final launch: Universal agent integration for all 13 supported harnesses
1 parent 138c349 commit 02b8da7

3 files changed

Lines changed: 5 additions & 6 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,11 @@ rtk-improved/
7878
├── BENCHMARK.md # Four-arm test design (base vs. rtk-ai vs. rtk-improved)
7979
├── CONTRIBUTING.md # How to contribute
8080
├── LICENSE # Apache 2.0
81-
├── SKILL.md # Command Code skill definition
81+
├── SKILL.md # Universal RTK skill definition
8282
├── install.sh # Linux/macOS multi-agent installer
8383
├── install.ps1 # Windows multi-agent installer
8484
├── agents/ # Per-agent awareness docs
85-
│ ├── command-code/ # Command Code CLI (AGENTS.md + references)
85+
│ ├── command-code/ # Command Code CLI awareness docs
8686
│ ├── claude-code/ # Claude Code (awareness doc)
8787
│ ├── copilot/ # GitHub Copilot (awareness doc)
8888
│ ├── cursor/ # Cursor (awareness doc)

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ updated as we investigate.
2121
This project ships Markdown instructions and shell/PowerShell installers. The
2222
most relevant risks are:
2323

24-
- The `install.sh` / `install.ps1` scripts, which write to `~/.commandcode/`.
24+
- The `install.sh` / `install.ps1` scripts, which write to agent-specific config directories (`~/.commandcode/`, `~/.config/rtk/`, etc.).
2525
- The `curl … | sh` and `iwr … | iex` one-liners documented in the README.
2626

2727
If you find a way these could be abused (for example path traversal or

agents/command-code/AGENTS.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# RTK Token Optimization for Command Code
1+
# RTK Token Optimization
22

33
RTK (Rust Token Killer) compresses **shell command output** before it enters the
44
context window. Used well it cuts tokens on noisy commands *and* sharpens context
@@ -9,8 +9,7 @@ These rules keep it net-positive.
99
## Setup
1010

1111
RTK is optional. If `rtk --version` fails or `rtk` isn't on PATH, run commands
12-
normally — never block work to install it. There's no auto-rewrite hook for
13-
Command Code yet, so prefix commands yourself per the tiers in
12+
normally — never block work to install it. Some agents have auto-rewrite hooks, others don't. For agents without them, prefix commands yourself per the tiers in
1413
@references/commands.md.
1514

1615
## The one rule: compress noise, preserve signal

0 commit comments

Comments
 (0)