improve agent-tracker

This commit is contained in:
David Chen 2025-09-17 20:11:08 -07:00
parent 8f16528434
commit f9a1d8e569
2 changed files with 4 additions and 2 deletions

View file

@ -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.