Skip to content

Commit 36b94b0

Browse files
roderikclaude
andcommitted
fix: update RTK GitHub URL to rtk-ai/rtk
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent cdce1f7 commit 36b94b0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/content/blog/remote-ai-dev-stack-install-spec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ brew install fish git gh lazygit rtk worktrunk yadm fzf zoxide bat eza ripgrep s
2525

2626
- **fish** — shell
2727
- **lazygit** — git TUI (runs in the right pane)
28-
- **[rtk](https://github.com/reachingforthejack/rtk)** — token optimizer for Claude Code
28+
- **[rtk](https://github.com/rtk-ai/rtk)** — token optimizer for Claude Code
2929
- **[worktrunk](https://github.com/max-sixty/worktrunk)** — git worktree manager with cmux integration
3030
- **[linear](https://github.com/schpet/linear-cli)** — Linear CLI for ticket fetching (used by `wtn`)
3131
- **yadm** — dotfile manager

src/content/blog/remote-ai-development-stack.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ I have about 60 skills installed. Most are marketing and design related (I use t
5151

5252
Here's something that isn't obvious until you try running agents for hours: context fills up fast. Every shell command output, every file read, every tool result eats into the context window. Once it's full, Claude Code compacts the conversation—summarizes everything and drops the details. After compaction, the agent gets dumber. It forgets constraints, misses requirements, repeats mistakes it already fixed.
5353

54-
[**RTK**](https://github.com/reachingforthejack/rtk) (Rust Token Killer) intercepts every shell command Claude Code runs and strips the output. A `git status` that returns 200 lines gets compressed to the 15 that matter. It's installed via homebrew and works transparently through hooks. I can check the actual numbers with `rtk gain`:
54+
[**RTK**](https://github.com/rtk-ai/rtk) (Rust Token Killer) intercepts every shell command Claude Code runs and strips the output. A `git status` that returns 200 lines gets compressed to the 15 that matter. It's installed via homebrew and works transparently through hooks. I can check the actual numbers with `rtk gain`:
5555

5656
![RTK token savings — 21.3M tokens saved at 67.8% efficiency across 6628 commands.](/blog-images/rtk-gain.png)
5757

@@ -119,7 +119,7 @@ If you want to try any of this:
119119
- **[cmux](https://cmux.dev)** — terminal multiplexer with socket API
120120
- **[OpenClaw](https://openclaw.ai)** — AI gateway, skills runtime, and CLI
121121
- **[My dotfiles](https://github.com/roderik/dotfiles-2026/tree/main)** — fish config, cmux functions, wt wrappers, Brewfile
122-
- **[RTK](https://github.com/reachingforthejack/rtk)** — Rust Token Killer, keeps context clean
122+
- **[RTK](https://github.com/rtk-ai/rtk)** — Rust Token Killer, keeps context clean
123123
- **[context-mode](https://github.com/mksglu/context-mode)** — context window virtualization via FTS5
124124
- **[claude-hud](https://github.com/jarrodwatts/claude-hud)** — status line for context usage and agent progress
125125
- **[Plannotator](https://github.com/backnotprop/plannotator)** — annotation UI for plans and code review

0 commit comments

Comments
 (0)