Add missing examples, fix documentation, and improve tooling#22
Merged
gvonness-apolitical merged 1 commit intomainfrom Feb 1, 2026
Merged
Add missing examples, fix documentation, and improve tooling#22gvonness-apolitical merged 1 commit intomainfrom
gvonness-apolitical merged 1 commit intomainfrom
Conversation
Documentation: - Fix broken cross-reference in presentation layers (Section 5.1.2 → 5.4) - Add highlight annotation documentation to collaboration extension - Clarify core annotations vs collaboration extension relationship - Add CHANGELOG.md for tracking specification changes Examples: - Add legal extension example document (legal-document/) - Add precise layout example (presentation-document/presentation/layouts/) Tooling: - Add example coverage checking script (check-example-coverage.ts) - Reduce sync checker false positives with exclusion patterns - Fix sync checker to detect nested schema types (forms fields) - Exclude ubiquitous 'text' type from sync checking - Add legal.schema.json to content schema dependencies Schema: - Add legal:cite mark reference to content.schema.json
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
npm run check:coverage)Test plan
npm testpasses (schema and example validation)npm run check:syncshows 65/65 types synchronizednpm run check:refsshows 26/26 valid cross-referencesnpm run check:coverageshows 8/8 extensions covered