feat(schema): retire transitional source imports - #647
Merged
evomimic merged 1 commit intoAug 18, 2026
Conversation
10 tasks
Owner
Author
ApproveReviewed PR #647 against Issue #644. The PR completes the T3 retirement as specified: The CI is green on the PR head. Manual verification also passed for hApp and host builds, Approved. |
evomimic
deleted the
644-tdl-t3----retire-transitional-schema-imports-and-normalize-schema-20-source-filenames
branch
August 18, 2026 01:01
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
Retires transitional Schema 2.0 source representations and makes
schema-src/the authoritative editable corpus.The generated loader JSON artifacts now use concise
map-…filenames, while the obsoletehost/import_files/tree and bootstrap JSON-Schema dependency are removed.Changes
MAP Schema Types-map-…to concisemap-…names.host/import_files/corpus, including legacy Core Schema JSON and bootstrap import schema.map-schemaandholons_loader_client.ContentSetto carry only generated JSON import files; update Rust command fixtures and TypeScript SDK wire types/tests.generated/json-imports/.TypeNameproperties.Testing
npm run map-schema:check:coreschemanpm run map-schema:compile:coreschemanpm run map-schema:roundtrip:coreschemanpm testnpm startend-to-end load completed successfully:Notes
This intentionally changes the
LoadHolonswire payload:ContentSet.schemahas been removed. Consumers now submit onlyfiles_to_load, which are generated from the authoritative TDL corpus.Descriptor semantics remain outside source tooling and continue to belong to Holons Core and Descriptor-Aware Holon Validation.