diff --git a/tools/terminal_tool.py b/tools/terminal_tool.py index a988c2dbe24c..d7a64dc9ced7 100644 --- a/tools/terminal_tool.py +++ b/tools/terminal_tool.py @@ -1082,7 +1082,7 @@ _task_env_overrides: Dict[str, Dict[str, Any]] = {} # live cwd (post-command tracking, cwd-override registration) also records it # here. Readers still use the legacy env.cwd ladder. Later steps flip # file_tools and _resolve_command_cwd to read this store, then delete the -# env-side tracking + ownership guards. See .hermes/plans/cwd-rearch-audit.md. +# env-side tracking + ownership guards. _session_cwd: Dict[str, str] = {} _session_cwd_lock = threading.Lock()