Architecture guide: the public framework release 0.1.0a3 does not implement message transport or scheduling. This page explains the intended model. It does not provide working publish, reply, or scheduler commands for that release.
Sovereign messaging
Each environment owns an outbound messages repository. It publishes its messages there. Authorized peers read that repository and publish replies from their own outbound repositories. Git hosting permissions control access; a sender or recipient name inside a message does not grant it. This lets each environment retain ownership of its own outbound history while sharing the specific work another environment needs.A useful development exchange
The intended workflow is a bounded task followed by implementation, an independent review of the exact candidate commit, and either correction or acceptance. Each handoff needs enough information to identify the work:
This is a conceptual checklist, not a published message schema for 0.1.0a3.
An execution record’s
input_messages field can hold State references. That field alone does not publish, deliver, read, or acknowledge a message.