Operational problem
Cross-computer agents needed full context without an always-running model relay.
A relay that reads message bodies adds unnecessary authority and privacy exposure. A model loop that stays resident adds cost and complexity. The bounded alternative was to transfer a sealed file, use a lightweight notification only to locate the intended task, and let the exact destination claim the body once.
Constraints
Identity, exclusivity, recovery, and privacy had to be explicit.
- Exact Codex task addressing and GUID JSON envelopes keep routing unambiguous.
- The MCP bridge remains transparent and schema-agnostic rather than interpreting message bodies.
- Wake notifications carry metadata only.
- Exclusive pickup and one-winner concurrency prevent duplicate consumption.
- Startup reconciliation, deduplication, bounded leases, retries, and privacy-bounded diagnostics make interruption recoverable.
- Successful pickup removes the bounded mail item rather than retaining it indefinitely.
Architecture
Separate context transport from wake identity.
Bounded file
A GUID-addressed JSON envelope carries the substantive context within a fixed body ceiling.
Metadata wake
The notification identifies the intended task without exposing the body to the wake layer.
Exclusive claim
The exact destination task claims the envelope; one-winner concurrency and leases protect consumption.
Recovery and cleanup
Reconciliation, retries, deduplication, and final cleanup preserve truthful queue state.
What Shayne owned
The simplifying product rule and its acceptance behavior.
AI role
Implementation assistance within a human-defined trust model.
AI agents contributed implementation, tests, diagnosis, and packaging. Shayne retained the context-versus-notification boundary, identity and deletion rules, simplification decisions, failure interpretation, and acceptance criteria.
Verification
Executable checks plus substantive two-machine use.
Two self-contained executables were packaged. A second independent request reused the same tasks and sessions, and the acceptance ended with zero remaining test mail.
Result & next stage
A packaged, two-computer Windows prototype.
The system was tested, packaged, installed, and substantively live-verified between two Windows computers. Its current scope is exact-task coordination on a controlled local network; broader network and security validation is the next expansion stage.