Take A Coffee

Claude Code Agent View

Background sessions still need an awake host.

Agent View can keep Claude sessions supervised after a terminal closes. It does not automatically prove the notebook stayed awake when the lid closed.

Terminal

Can close safely

Agent View and supervisor processes are designed for this layer. The work can continue without the terminal window being the single source of truth.

Session

Needs receipts

Use separate worktrees, explicit stop budgets, success tests, and a short receipt so the next human or agent knows what happened.

Host

Still separate

The laptop can sleep, drop network, drain battery, or heat up. Verify this layer before trusting closed-lid or transport runs.

60-second proof

Test host wakefulness, not just session persistence.

Start a timestamp loop, close the lid briefly, reopen, then confirm the file kept changing while the notebook was closed.

while true; do date >> ~/agent-view-host-awake.log; sleep 15; done

What the Skill handles for local runs.

Want Codex to run this host check?

The Skill gives Codex a temporary carry mode for macOS and Windows local-agent work.

Run it with Codex