让中控替你盯全局Let HQ watch the fleet for you
舰队一大,雷达也看不过来了——十几个 agent,你成了那个不停轮询每个 pane 的人。gtmux HQ 是把「盯梢」这件事本身交出去:一个参谋长 agent,帮你分诊噪音、维护态势、只在真正需要人的时候拍你一下。 Past a certain size, even the radar is too much to watch — a dozen agents, and you’re the one polling every pane. gtmux HQ hands off the watching itself: a chief-of-staff agent that triages the noise, keeps the situation, and taps you only when something truly needs a human.
1 · 起中控1 · Start HQ
gtmux hq 这会在一个专属会话里起一个常驻的参谋长 agent。它开箱就带一套「宪章」(seed),知道自己该怎么当参谋长——你不用从零教它。This stands up a persistent chief-of-staff agent in its own session. It ships with a charter (a seed) that already teaches it how to be one — you don’t train it from scratch.
2 · 它替你做什么2 · What it does for you
- 态势板——一份
notes/board.md,跨上下文重置存活,随时是「现在整支舰队什么情况」的快照。A situation board — anotes/board.mdthat survives context resets: always a snapshot of where the whole fleet stands. - 事件账本——每条事件按
routine / notable / important分级,gtmux events --severity important就是「该我看的那条流」。An event ledger — every event taggedroutine / notable / important;gtmux events --severity importantis the attention stream. - 分诊——它消化底噪,把低价值的收进账本、不打扰你,只把要紧的浮上来。Triage — it digests the background noise, files the low-value stuff in the ledger without pinging you, and surfaces only what matters.
3 · 它能自己决定到哪一步3 · How far it decides on its own
它不是无脑转发事件,也不是什么都替你做主。规矩很清楚:可逆 ∧ 低风险 ∧ 在已聊范围内的事,它自己决定并派发;否则升级给你。所以它既帮你挡掉琐碎,又不会擅自动你没授权的东西。It neither just forwards events nor decides everything for you. The rule is explicit: reversible ∧ low-risk ∧ within already-discussed scope → it decides and dispatches itself; otherwise it escalates to you. So it absorbs the trivial without touching anything you haven’t authorized.
4 · 从哪问它4 · Where you talk to it
在手机 app 里点右上的「中控 HQ」卡,直接跟它对话:「现状」「谁在等我」「有什么要紧的」「该我拍板的」。桌面上它就是雷达里那一行 supervisor。In the phone app, tap the “HQ” card and talk to it directly: “brief me”, “who’s waiting”, “what’s important”, “what needs my call”. On the desktop it’s the supervisor row in the radar.
接下来:想让 HQ 或你自己开新 agent 干活并跟踪到底?看派活(spawn / tasks / reap,在 文档 里)· 或 从任意电脑接回会话 → Next: want HQ (or you) to launch an agent on a task and track it to done? See dispatch (spawn / tasks / reap, in the docs) · or attach from any computer →