feat(baseline): model per-platform vendor and NDDev support tiers#10
Merged
Conversation
Record machine-readable support tiers with a freshness window in references/zcode-baseline.json:platform_support. macOS is a vendor general-availability download; upstream ZCode Linux ships only through the vendor Linux beta group, so Ubuntu is documented as NDDev-supported on top of a vendor beta channel. Document the distinction in docs/install.md and record it under CHANGELOG [Unreleased]. No installed runtime behavior changes.
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.
Why
The installer treats macOS and Ubuntu as co-equal platforms, but upstream ZCode ships macOS as a general-availability download and Linux only through the vendor Linux beta group (per the official install docs). This records that distinction honestly and machine-readably.
What
references/zcode-baseline.json— newplatform_supportblock: per-platformvendor_support_tier(macOSstable, Ubuntubeta),vendor_distribution_channel,nddev_support_tier(supported),artifact_prefix, and averified_at_utc/expires_at_utcfreshness window.docs/install.md— note that Ubuntu is NDDev-supported on top of a vendor beta channel.CHANGELOG.md—[Unreleased]entry.No installed runtime behavior changes; this is release/compatibility metadata. Private freshness/expiry + tier-consistency tests land in the harness alongside the pin advance.