Workers need proof
Do not trust a queue length or tmux pane alone. Check timestamps, output files, worker logs, and whether the actual job advanced while the lid was closed.
MCP, local models, harnesses
Routers, MCP servers, browser profiles, local model workers, and file watchers all assume the notebook keeps running.
Do not trust a queue length or tmux pane alone. Check timestamps, output files, worker logs, and whether the actual job advanced while the lid was closed.
Long local runs need battery, thermal, disk, memory, network, and token budgets before they are left unattended.
Temporary awake settings should have a clear off path, a receipt, and a baseline check so the next operator is not inheriting mystery state.
Host heartbeat
Run this next to an MCP server, local model worker, or browser harness and verify the timestamps continue through the closed-lid window.
while true; do date >> ~/local-agent-stack-host.log; sleep 15; done
Take A Coffee gives Codex a temporary awake mode, host checks, restore step, and receipt for local macOS and Windows agent stacks.