Add loader-ready ValidationBinding schema corpus - #643
Merged
evomimic merged 1 commit intoAug 17, 2026
Conversation
…mpleting issue 628
8 tasks
Owner
Author
|
Approved. PR #643 fulfills #628’s loader-ready Validation Schema scope: canonical TDL and generated JSON, validation-owned Verified CI is green ( The PR appropriately stops at schema/package loading and does not claim to implement runtime descriptor-aware validation, wrapper dispatch, or |
evomimic
deleted the
628-val0-descriptor-aware-validation-tdldocs-seed-precursor
branch
August 17, 2026 18:38
12 tasks
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
Implements #628: deliver the loader-ready MAP Validation Schema as canonical TDL and generated JSON.
Validation applicability is now validation-owned:
This preserves Core ownership of Core descriptors while making rule applicability explicit and traversable.
Changes
schema-src/map-validation-schema.tdlas the canonical Validation Schema source.map-validation-schema.jsonundergenerated/json-imports.Validationsattachments withValidationBinding,AppliesTo,UsesRule, and inverse relationships.DS-*semantic authorities, includingDS-CONSTRAINT-001.ComponentOfthroughInstanceRelationships, allowing the package to load after Core.Validation
npm run map-schema:check -- schema-srcnpm testCompletestatus.Notes
This PR delivers the Validation Schema corpus and loader-ready package boundary. It does not implement descriptor-aware runtime validation,
ValidationRulewrapper dispatch, orValidateexecution; those remain later Validation-track work.