From 771b4f901abd8bac11eb61caef24dc2d8ccc6876 Mon Sep 17 00:00:00 2001 From: David Chen Date: Thu, 18 Sep 2025 11:14:33 -0700 Subject: [PATCH] tmp disable tracker --- codex/AGENTS.md | 9 --------- codex/config.toml | 4 ++-- 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/codex/AGENTS.md b/codex/AGENTS.md index fc0962f..aa29961 100644 --- a/codex/AGENTS.md +++ b/codex/AGENTS.md @@ -14,12 +14,3 @@ When you need to call tools from the shell, **use this rubric**: - YAML/XML: `yq` - Use the `python3` command for python. There is no `python` command on this system. -CRITICAL REQUIREMENT: -1. Before you execute any command, read/edit files, perform web searches, or otherwise do work beyond replying in plain text, call `tracker_mark_start_working` once. -2. Do the work and prepare your reply. -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. diff --git a/codex/config.toml b/codex/config.toml index a1b1c5c..ebcbf80 100644 --- a/codex/config.toml +++ b/codex/config.toml @@ -5,5 +5,5 @@ model = "gpt-5-codex" tui = { theme = { name = "dark-zen-garden" }, spinner = { name = "brailleDotsClassic" }, alternate_screen = true, notifications = true } -[mcp_servers.tracker] -command = "/Users/david/.config/agent-tracker/bin/tracker-mcp" +# [mcp_servers.tracker] +# command = "/Users/david/.config/agent-tracker/bin/tracker-mcp"