docs: add the agmsgd RFC for comment - #1105
Open
fujibee wants to merge 2 commits into
Open
Conversation
… control Publishes the design for comment before implementation, in English and Japanese. It proposes folding the per-session watchers, the per-team sync engines and the Codex helper stack into one resident daemon; splitting noticed from read so a notification can never consume a message; replacing pushed full text with a one-line notification plus search; letting a subscription carry identity so claiming a role explicitly is no longer a separate step; and executing control messages in the daemon rather than asking the receiving model to comply. It is an RFC, not a decision record: settled decisions continue to land as ADRs. Six open questions at the end mark where outside experience would change the design.
A semicolon inside a sequenceDiagram message is a statement separator, so "full text; receipt: read" ended the message early and left the rest unparseable. Replace it with a comma, and drop the quotes and brackets from the notify line for the same reason: they are structural characters in mermaid, and the parser stops at the first one it cannot place.
fujibee
force-pushed
the
docs/agmsgd-rfc
branch
from
September 10, 2026 09:04
adfd8e6 to
4a8b0d0
Compare
fujibee
changed the base branch from
main
to
integration/terminal-driver-v1
September 10, 2026 09:04
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Publishes the agmsgd design for comment, ahead of implementation, as
docs/design/agmsgd-rfc.md(with a Japanese translation alongside).What it proposes
noticedsplit fromread— a notification can never consume a message; only an actual inbox fetch marks anything read.Review focus
This is prose, so the useful review is factual rather than structural:
The six open questions at the end are the ones intended for outside readers once this is published for discussion; they are not blockers for merging the document.
Not in scope here
It is an RFC, not a decision record — settled decisions continue to land as ADRs under
docs/adr/. Nothing in it changes code.