docs: full ROADMAP update + fix stale read-only NET/ROM module docs - #61
Merged
Conversation
ROADMAP.md: correct the stale June "current state", add the 2026-07-12 Fable-wave delivery log (PRs #53–#60 + mirror #605/#73), the ground-truth reconciliation (L4/NODES/INP3 were already built; mod-128 was missing at the codec; radio was greenfield; no shared vectors existed), the INP3 and prefer_extended_connect decision reconciliations, the parity-CI "now implemented" status, and the follow-up list. Fix the earlier ax25spec/ax25sdl mix-up (SDL Rust crate is packet-net/ax25sdl; ax25spec is prose-only) and note the SDL version-skew pin. netrom/mod.rs + lib.rs: the module docs claimed "read-only, originates nothing, no L4" — false. Rewrite to the actual full L3+L4 slice (hear + originate NODES, age the table, forward, L4 circuits, INP3 runtime-gated off); keep the accurate "NetRomService is a pure observer" note, reframed as the observation tap. Co-Authored-By: Claude Code <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.
Full
docs/ROADMAP.mdrefresh reflecting the true post-recon state and the 2026-07-12 Fable wave: delivery log mapped to PRs #53–#60 (+ cross-repo mirror #605/#73), the ground-truth reconciliation, the INP3 ("present, runtime-gated — not cargo-gated") andprefer_extended_connectdecisions, parity-CI marked implemented, and the follow-up list (XID/MDL, SDL version pin, fw bench validation, SDM link). Also corrects my earlier ax25spec/ax25sdl mix-up. Plus a real doc-bug fix:netrom/mod.rs+lib.rsstill claimed NET/ROM was "read-only, originates nothing" — now accurate.🤖 Generated with Claude Code