registry: document and validate hybrid registry discovery posture#107
Merged
Conversation
This was referenced May 22, 2026
mdheller
added a commit
that referenced
this pull request
May 22, 2026
Updates the v0.2.0 release note for current main and #92. Changes: - records current base commit baf9496 - records merged scope through #107 - records #93 / #107 registry posture resolution - points consumers to docs/registry-discovery-posture.md - lists remaining non-release-blocking follow-ups Validation before merge: - CI: success - validate: success - semantic-import-contract: success - no-raster-images: success - RDF parse: success - SHACL gates: success - JSON-LD roundtrip: success - dist + ledger verify: success - SPDX SBOM: success Updates #92.
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 the #93 registry-posture decision as an explicit hybrid discovery model instead of leaving supplemental registries as ambiguous transitional artifacts.
Adds
docs/registry-discovery-posture.mdcatalog/registry.ttlremains the primary registrycatalog/are first-class discovery inputs for nowregistry.ttl,*registry*.ttl, and*.registry.ttlscripts/validate_registry_discovery.pycatalog/og:Modulerecordsog:pathMakefilevalidate-registry-discoverymake validateRegistry posture
This PR does not force a central-only registry migration. It codifies the current state as:
A future normalization PR can still fold supplemental registry entries into
catalog/registry.ttlor permanently adopt hybrid discovery.Validation policy
Let CI run. If the new validator exposes malformed registry records, remediate them instead of weakening discovery semantics.
Related
Closes #93 after merge if validation passes.