chore(agents): drop rtk hook reference
rtk has been uninstalled and its Claude Code integration removed.
This commit is contained in:
parent
df85d45c46
commit
abc654d753
1 changed files with 0 additions and 2 deletions
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue