Uh oh!
There was an error while loading. Please reload this page.
Adopt governance-2026.12 - #4
Merged
Merged
Conversation
The level carrying SchemaBundle.loadProse and SchemaBundle.prose, the pair that lets a consumer of the shared name reach the schema prose. The naming map gains their two rows; the parity page moves only the tag it names, since this level adds no capability. Both pages are regenerated, not edited. conformance-2026.8, docs-2026.1 and the library level do not move.
Contributor
Docs preview for this PR is available at: Changed pages: |
Uh oh!
There was an error while loading. Please reload this page.
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 freeto 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.
Moves
[tool.idfkit.governance]togovernance-2026.12and regenerates the two pages that render from it.The level carries the register entries for
SchemaBundle.loadProseandSchemaBundle.prose, the pair added in idfkit-conformance#3 so that a consumer holding the shared name can reach the schema prose. The consumer side is idfkit-js#41.What changed
naming-map.mdgains two rows, bothdivergent: JavaScript deduplicates the prose into a side file read on demand, Python readsnoteandmemooff the schema record it already ships. Only the moment of loading differs, so this is not a capability difference anddescribe_object_typestill reports the same prose in both languages.parity.mdmoves only the tag it names. This level adds no capability, so the ledger is untouched.Both pages are regenerated by their scripts, not hand-edited.
What does not move
conformance-2026.8,docs-2026.1and[tool.idfkit.library]all stay where they are. No corpus case changes.Note on a pre-existing failure
make checkis red on this branch and onmainalike, for a reason unrelated to this change:ruffreportsS310inscripts/sync_js_artifacts.py, which neither branch touches. Separately,[tool.idfkit.library]is still0.15.0, which lacksload_idf_with_diagnostics,ParseResultand the fivewrite_idfcontrols that merged pages already document, so a reader on the declared version hits anImportErrorcopying those examples. Both want their own change.