Restore arrow notation in SPEC.md - #30
Merged
Merged
Conversation
Reverts the arrow-to-semicolon substitution made during #29 review; the arrows read better in the terse condition → outcome style SPEC.md uses throughout. The three sentences that had been split to avoid two semicolons in one clause are restored to their original single-sentence form as well. Content is otherwise untouched: applying the semicolon substitution to this file reproduces the merged version byte-for-byte.
markmnl
added a commit
to markmnl/fmsgd
that referenced
this pull request
Aug 25, 2026
markmnl
added a commit
to markmnl/fmsgd
that referenced
this pull request
Aug 25, 2026
* Sync SPEC.md from fmsg-spec v0.5.0 consistency fixes Notable for fmsgd: the spec now states what the implementation already does — stored-message verification includes messages the host sent, exactly one header-response code, add to may not overlap to, add-to copies omit topic and set has-pid, unsupported first byte gets code 2. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> * Sync SPEC.md: add-to batch branch semantics and hash identity Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> * Sync SPEC.md: batch hash verification by reconstruction Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> * Sync SPEC.md: terminate on unsupported challenge version Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> * Sync SPEC.md: name the one notification-only case explicitly Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> * Sync SPEC.md: simplify code 11 wording Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> * Sync SPEC.md: code 10 is simply duplicate Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> * Sync SPEC.md: code 10 row without qualifiers Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> * Sync SPEC.md: terse code 11 table row Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> * Re-sync SPEC.md after review changes to fmsg#29 Picks up the review outcome: unsupported versions TERMINATE on both first-byte branches, code 2 retired from the table (numbering unchanged), and the notification-only re-iteration trimmed from the sending intro. * Re-sync SPEC.md: notification-only defined at point of use * Re-sync SPEC.md: recipients are a set, to/add-to overlap permitted * Re-sync SPEC.md: one code per recipient entry; semicolons for arrows * Re-sync SPEC.md: restore arrow notation (markmnl/fmsg#30) --------- Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
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.
Reverts the arrow → semicolon substitution made during review of #29. The arrows suit SPEC.md's terse
condition → outcomestyle, and the semicolon form read worse in the step lists.Also restores the three sentences that had been split to avoid producing two semicolons in one clause, e.g.:
back to:
Purely notational — 31 arrows restored, no wording or normative change. Verified mechanically: applying the semicolon substitution to this branch's SPEC.md reproduces the merged
mainversion byte-for-byte.A companion commit syncs the same file into markmnl/fmsgd#33.
🤖 Generated with Claude Code