docs: reconcile masthead SVG + substrate maturity to the canonical ladder (scoped -> early access)#1044
Merged
Merged
Conversation
…l ladder Replace the ambiguous "SCOPED" label the founder flagged with "Early access" and align every substrate label to the canonical status manifest (openadapt.ai/status.json). The ladder is Beta / Early access / Exploratory / Research, with a one-line definition for each tier. - Masthead SVG (media/openadapt-hero.svg): Windows / macOS / RDP bands go from SCOPED to EARLY ACCESS; the "RUNS ACROSS" row is re-laid out (chip widths, badge pills, and downstream x-positions recomputed) so the wider label fits without overlap and stays within the 1240 canvas. Browser (Beta), Linux (Research), Citrix/VDI (Exploratory), and Cloud (Beta browser) are unchanged. - README substrate-maturity table: Windows / macOS / RDP is now Early access (was "Scoped acceptance"); Citrix / VDI is Exploratory (was "Research / design-partner qualification"); a tier legend defines each label. Alt text and the inline prose use the same vocabulary. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01NyCHrzA1psrKMFfroYbzaM
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 founder asked: "macOS/Windows/RDP say 'scoped' - what does this mean? why not beta? don't these work?" They do work. "Scoped" was an unclear label, and the same maturity was written three different ways across surfaces (
status.json, docs, and this masthead). This aligns theopenadaptrepo to the single canonical ladder defined inpublic/status.jsonon openadapt.ai.Canonical ladder
Changes
media/openadapt-hero.svg— the threeSCOPEDbands becomeEARLY ACCESS. Because the badge pills are fixed-geometry chips, the entire "RUNS ACROSS" row is re-laid out (chip widths, badge rects, badge text centers, and all downstream x-positions recomputed; every inter-chip gap stays 12.0px and the row ends at 1180.5, inside the 1240 canvas). Verified by rendering in Chrome (CSSvar()colors resolve there;librsvgdoes not):Browser [BETA] Windows [EARLY ACCESS] macOS [EARLY ACCESS] Linux [RESEARCH] RDP [EARLY ACCESS] Citrix / VDI [EXPLORATORY]README.md— substrate-maturity table: Windows / macOS / RDP -> Early access; Citrix / VDI -> Exploratory (its note already said "No validated ICA/HDX integration yet"). Added a tier legend. Alt text and inline prose use the same vocabulary.Companion PR openadapt-web#259 defines the canonical
status.jsonladder + fixes the hosted-scope overclaim. openadapt-ops docs divergence is flagged separately.