Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions COOP.md
Original file line number Diff line number Diff line change
Expand Up @@ -357,10 +357,11 @@ local user who owns the mailbox.
If you prefer a supervisor that follows explicitly registered terminal sessions
instead of fixed plists, [amq-keepalive](https://github.com/ohade/amq-keepalive)
is a standalone companion tool that implements this recipe for macOS: it keeps a
registry of attached terminal targets (Ghostty, cmux), reattaches `wake` after
reboot or sleep through a user LaunchAgent, and can install SessionStart
reattach hooks for Claude Code and Codex. It follows the same daemon-free
contract and talks to AMQ only through the public `amq` CLI.
registry of attached terminal targets (Ghostty, cmux), keeps registered wakes
supervised through sleep with a user LaunchAgent, and can install SessionStart
hooks for Claude Code and Codex to reattach recreated sessions after reboot. It
follows the same daemon-free contract and talks to AMQ only through the public
`amq` CLI.

**Options:**
- `--inject-mode auto|raw|paste|none` - Injection strategy; `none` enforces zero terminal input
Expand Down