From abc654d753b6597e53301de5162291445b80de32 Mon Sep 17 00:00:00 2001 From: mwiegand Date: Wed, 22 Jul 2026 14:58:56 +0200 Subject: [PATCH] chore(agents): drop rtk hook reference rtk has been uninstalled and its Claude Code integration removed. --- agents/AGENTS-claude.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/agents/AGENTS-claude.md b/agents/AGENTS-claude.md index dacf1bc..a3da5ce 100644 --- a/agents/AGENTS-claude.md +++ b/agents/AGENTS-claude.md @@ -1,7 +1,5 @@ @./AGENTS.md -@~/.claude/RTK.md - ## Subagents Spawn subagents to (a) isolate context-heavy work from the main thread, or (b) parallelize independent subtasks. Before spawning, ask: *could `Bash`/`Grep`/`Read` do this directly?* Subagents have overhead — skip the middleman for mechanical lookups.