Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/validate-schemas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,6 @@ jobs:

- name: Validate schemas and examples
run: npm test

- name: Check spec-schema sync
run: npm run check:sync
4 changes: 2 additions & 2 deletions spec/core/04-presentation-layers.md
Original file line number Diff line number Diff line change
Expand Up @@ -997,7 +997,7 @@ If `matrix` is specified, it overrides all other transform properties.

## 17. Examples

### 16.1 Minimal Continuous Presentation
### 17.1 Minimal Continuous Presentation

```json
{
Expand All @@ -1024,7 +1024,7 @@ If `matrix` is specified, it overrides all other transform properties.
}
```

### 16.2 Print-Ready Paginated Presentation
### 17.2 Print-Ready Paginated Presentation

```json
{
Expand Down
2 changes: 2 additions & 0 deletions spec/extensions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,6 @@ When implementing Codex support, consider the following priority order:
- Minor: New optional features, backward-compatible
- Major: Breaking changes

**Note:** Most extensions are at version 0.1 (initial draft). The Collaboration extension is at version 0.2 because it underwent breaking changes to its comment threading model during development. This version difference is intentional and reflects actual specification maturity.

See individual extension READMEs for version history and migration notes.