Skip to content

docs(compliance): document v3_envelope_integrity in universal-storyboards tables#3243

Closed
bokelley wants to merge 1 commit into
mainfrom
bokelley/v3-envelope-parity
Closed

docs(compliance): document v3_envelope_integrity in universal-storyboards tables#3243
bokelley wants to merge 1 commit into
mainfrom
bokelley/v3-envelope-parity

Conversation

@bokelley

Copy link
Copy Markdown
Contributor

Summary

Unblocks main — Build Check, Release, and Deploy have been red since #3045 merged because the v3_envelope_integrity storyboard was added to static/compliance/source/universal/ but the two universal-storyboards tables in docs/building/ weren't updated. The doc-parity lint at scripts/lint-universal-storyboard-doc-parity.cjs enforces 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 51
  • docs/building/compliance-catalog.mdx — kebab-case slug form (v3-envelope-integrity), per the lint comment on line 20

Description copied from the storyboard YAML and the original changeset for #3045: schema-level enforcement is immediate via protocol-envelope.json; the storyboard's field_absent checks await runner support in @adcp/client.

Test plan

  • npm run build passes locally (compliance, schemas, tarball — all green)
  • npm run test:unit && npm run typecheck (pre-commit hook) — green
  • CI green

🤖 Generated with Claude Code

…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>
@bokelley

Copy link
Copy Markdown
Contributor Author

Superseded by #3234, which landed the same doc-parity fix on main while this was in flight. Closing as no-longer-needed.

@bokelley bokelley closed this Apr 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant