Commit 5b1b530
committed
docs(spec): move the two hand-kept schema counts and four
Adding `src/shared/epoch.zod.ts` and its generated reference page moved two
counts that no generator re-derives, and left four JSDoc `@example` blocks
teaching keys this branch turned into tombstones.
The counts (both re-derived by gates, both hand-kept by design):
- `packages/spec/llms.txt` schema-inventory heading 207 -> 208 and the
`shared` row 13 -> 14. Per that gate's header the number is not the claim,
the prose beside it is: the row's Key Schemas cell now names the epoch
instant, so the sentence and the count say the same thing.
- `content/docs/getting-started/quick-reference.mdx` "Shared Protocol"
(5 of 8) -> (5 of 9). Only M moves: the table is a curated subset by that
page's own stated rule, so N stays 5 and no row is added.
The examples (no gate reads a JSDoc `@example`, so each was classified in
context by reading the schema it documents):
- `WebSocketEventSchema`'s two examples: `timestamp` -> `occurredAt`.
- `HealthStatusSchema`'s example: `"timestamp"` -> `"checkedAt"`.
- `PluginStartupResultSchema`'s example: the nested `health.timestamp` ->
`"checkedAt"` — `health` carries `HealthStatusSchema`, so it is the same
renamed key. Its sibling `"duration"` is untouched.
No key name, describe, meta, schema shape, tombstone, disposition, retired-key
row, conversion or changeset changes.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01G4138K1EG7kQ81FNba5Kp4@example keys onto the epoch rename (#15676)1 parent 9605808 commit 5b1b530
4 files changed
Lines changed: 7 additions & 7 deletions
File tree
- content/docs/getting-started
- packages/spec
- src
- api
- kernel
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
209 | | - | |
| 209 | + | |
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
| 94 | + | |
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
447 | 447 | | |
448 | 448 | | |
449 | 449 | | |
450 | | - | |
| 450 | + | |
451 | 451 | | |
452 | 452 | | |
453 | 453 | | |
| |||
457 | 457 | | |
458 | 458 | | |
459 | 459 | | |
460 | | - | |
| 460 | + | |
461 | 461 | | |
462 | 462 | | |
463 | 463 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| |||
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
140 | | - | |
| 140 | + | |
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
| |||
0 commit comments