mirror of
https://github.com/theniceboy/.config.git
synced 2026-07-16 22:01:21 +08:00
improve agent-tracker
This commit is contained in:
parent
8f16528434
commit
f9a1d8e569
2 changed files with 4 additions and 2 deletions
|
|
@ -20,4 +20,6 @@ CRITICAL REQUIREMENT:
|
|||
3. When the response is ready (or you need clarification / are waiting), call `tracker_mark_respond_to_user`, then immediately send it. After that, do not call `tracker_mark_start_working` or `tracker_mark_respond_to_user` again until the user provides new work.
|
||||
If the response only requires a direct textual reply with no commands, file interactions, or web searches, skip both tracker calls.
|
||||
|
||||
CRITICAL: If the user has not responded since your last `tracker_mark_respond_to_user` call, ABSOLUTELY DO NOT call `tracker_mark_start_working` or `tracker_mark_respond_to_user` again until the user provides new work.
|
||||
|
||||
When invoking the tracker MCP tools, you must pass the exact tmux identifiers using the string format `session_id::window_id::pane_id` (two colons). Use the `TMUX_ID` value printed by `co` without modifications.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue