chore(agents): drop rtk hook reference

rtk has been uninstalled and its Claude Code integration removed.
This commit is contained in:
mwiegand 2026-07-22 14:58:56 +02:00
parent df85d45c46
commit abc654d753
No known key found for this signature in database

View file

@ -1,7 +1,5 @@
@./AGENTS.md @./AGENTS.md
@~/.claude/RTK.md
## Subagents ## 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. 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.