Routing v0.4: stale reference cleanup and typed/legacy parity matrix - #279
Open
sigilabcodex wants to merge 5 commits into
Open
Routing v0.4: stale reference cleanup and typed/legacy parity matrix#279sigilabcodex wants to merge 5 commits into
sigilabcodex wants to merge 5 commits into
Conversation
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.
Summary
This PR advances the v0.4 routing consolidation work in two compatibility-first phases:
The PR intentionally does not migrate routing ownership, remove legacy routing, change the patch schema, or make
Patch.routesthe sole runtime authority.Phase 3 — confirmed stale routing cleanup
Adds a user-confirmed cleanup action for routing references whose module or bus endpoint no longer exists.
Covered representations:
triggerSourcemodulationsconnectionsPatch.routesSafety constraints:
Phase 4 — typed/legacy parity characterization
Adds
docs/routing-compatibility-matrix.mdand executable characterization tests covering:Important documented findings:
compileRoutingGraph()is still a normalizer/read model rather than the sole runtime authority;triggerSourcefallback;modulations;Validation
npm run typecheck— passednpm test— passed, 164 testsnpm run build— passedScope
This PR is intentionally limited to safe cleanup, characterization tests, and documentation. The next recommended step is an event-domain read resolver that can report both compiler-canonical and scheduler-effective sources before any ownership or runtime behavior is changed.