docs(compliance): document v3_envelope_integrity in universal-storyboards tables#3243
Closed
bokelley wants to merge 1 commit into
Closed
docs(compliance): document v3_envelope_integrity in universal-storyboards tables#3243bokelley wants to merge 1 commit into
bokelley wants to merge 1 commit into
Conversation
…ards tables The v3_envelope_integrity storyboard was added by #3045 but the two universal-storyboards tables in docs/building/ weren't updated. The scripts/lint-universal-storyboard-doc-parity.cjs check has been failing on main since, breaking Build Check / Release / Deploy for every branch rooted on main. Adds the row to: - docs/building/conformance.mdx (snake_case YAML id form) - docs/building/compliance-catalog.mdx (kebab-case slug form) Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Contributor
Author
|
Superseded by #3234, which landed the same doc-parity fix on main while this was in flight. Closing as no-longer-needed. |
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
Unblocks main —
Build Check,Release, andDeployhave been red since #3045 merged because thev3_envelope_integritystoryboard was added tostatic/compliance/source/universal/but the two universal-storyboards tables indocs/building/weren't updated. The doc-parity lint atscripts/lint-universal-storyboard-doc-parity.cjsenforces this synchronization and fails on every branch built off main.This PR adds the missing rows:
docs/building/conformance.mdx— snake_case YAML id form (v3_envelope_integrity), per the lint comment on line 51docs/building/compliance-catalog.mdx— kebab-case slug form (v3-envelope-integrity), per the lint comment on line 20Description copied from the storyboard YAML and the original changeset for #3045: schema-level enforcement is immediate via
protocol-envelope.json; the storyboard'sfield_absentchecks await runner support in@adcp/client.Test plan
npm run buildpasses locally (compliance, schemas, tarball — all green)npm run test:unit && npm run typecheck(pre-commit hook) — green🤖 Generated with Claude Code