Update tmux titling guidance in AGENTS

This commit is contained in:
2026-02-11 00:32:16 -08:00
committed by Kat Huang
parent 1010682e00
commit 0b1c1554d6

View File

@@ -1,7 +1,8 @@
# Agentic Session Preferences # Agentic Session Preferences
## Tmux session titling ## Tmux session titling
- If the TMUX environment variable is set, treat this chat as the controller for the current tmux session. - Treat this chat as the controller for the current tmux session.
- Run the tmux rename one-liner eagerly without checking whether TMUX is set first.
- Maintain a session/window/pane title that updates when the task focus changes substantially. - Maintain a session/window/pane title that updates when the task focus changes substantially.
- Prefer automatic titling: infer a concise <task> from the current user request and context without asking. - Prefer automatic titling: infer a concise <task> from the current user request and context without asking.
- Title format: "<project> - <task>". - Title format: "<project> - <task>".