Commit ec4c4d2
feat(spec): declare MetadataProtocol.historyMetaItem and de-cast the REST history door (#13521)
* feat(spec): declare MetadataProtocol.historyMetaItem and de-cast the REST history door
The history door schemas mirror the implementation's parameter and return
types member for member (the #11006 pattern, carried one door over exactly
as #11678 carried it to the audit twin). The REST door literal now compiles
against the declared contract through TransportScopedMetaRequest; wire
payload byte-identical.
Co-Authored-By: Claude <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01KX8wnyjStaZcuMyAMNsy3N
* docs(spec): strip internal issue ids from the two new describe() strings
check:doc-authoring measured them in the customer-facing describe
population; the reasoning stays in the TSDoc comments, which are internal.
Co-Authored-By: Claude <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01KX8wnyjStaZcuMyAMNsy3N
* docs(permissions): re-anchor the eight rest-server.ts isSystem citations the history-door diff shifted
check-system-context-census (CI 'Lint & Repo Gates') caught pure line rot:
the new import line shifted every site below it by +1 and the de-cast door
block shifted the two sites below it by +19. The gate's --fix refused (its
population sanity compares page anchors against census reads without folding
in the two NON_READ_ANCHORS-excused seams), so the eight anchors are
rewritten by hand to the lines the census and ledger already resolve to.
Census now: 109 sites all anchored, 145 anchors resolve, 27 declared
non-read.
Co-Authored-By: Claude <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01KX8wnyjStaZcuMyAMNsy3N
* docs(spec): regenerate protocol.mdx from the merged tree
Discharges the regeneration the merge commit deferred (os-regen).
Co-Authored-By: Claude <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01KX8wnyjStaZcuMyAMNsy3N
---------
Co-authored-by: Claude <noreply@anthropic.com>1 parent ae8edd2 commit ec4c4d2
14 files changed
Lines changed: 494 additions & 18 deletions
File tree
- .changeset
- content/docs
- permissions
- references
- api
- docs/audits
- packages
- rest/src
- spec
- api-surface
- authorable-surface
- export-origins
- json-schema.manifest
- src
- api
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
| 106 | + | |
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| |||
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
161 | | - | |
| 161 | + | |
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
| |||
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
202 | | - | |
| 202 | + | |
203 | 203 | | |
204 | 204 | | |
205 | 205 | | |
| |||
0 commit comments