Skip to content

Commit e5c35b8

Browse files
committed
chore(spec): regenerate docs/liveness/strictness-ledger after main merge
Wholesale regen (gen:docs, gen:strictness-ledger, gen:liveness-counts) to re-materialize artifacts that drifted from the commits main picked up since this branch was cut. check:generated: 13/13 green.
1 parent 745e805 commit e5c35b8

3 files changed

Lines changed: 22 additions & 10 deletions

File tree

content/docs/references/system/translation.mdx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,12 @@ Translation data for a single field
6969

7070
---
7171

72+
## Locale
73+
74+
BCP-47 Language Tag (e.g. en-US, zh-CN)
75+
76+
**Type:** `string`
77+
7278

7379
---
7480

@@ -92,6 +98,12 @@ Translation data for a single object
9298

9399
---
94100

101+
## TranslationBundle
102+
103+
Map of locale codes to translation data
104+
105+
**Type:** `Record<string, { objects?: Record<string, object>; apps?: Record<string, object>; messages?: Record<string, string>; globalActions?: Record<string, object>; … }>`
106+
95107

96108
---
97109

docs/audits/2026-07-unknown-key-strictness-ledger.counts.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ regenerate.
2222
|---|---|
2323
| Triaged directories | 5 |
2424
| Object sites in them | 438 |
25-
| Still-open (strip) sites | 181 |
25+
| Still-open (strip) sites | 180 |
2626
| Files carrying at least one | 27 |
2727

2828
Remaining strip sites by class:
@@ -31,7 +31,7 @@ Remaining strip sites by class:
3131
|---|---|
3232
| authorable — the ruling's forced scope | 40 |
3333
| unresolved — needs a per-schema verdict | 34 |
34-
| wire / open — out of forced scope | 105 |
34+
| wire / open — out of forced scope | 104 |
3535
| no door — no carrier, ADR-0049 territory | 1 |
3636
| no gate — carrier live, no parse | 0 |
3737
| covered — no carrier, no parse, guarded at every consumer | 1 |
@@ -45,11 +45,11 @@ The `strict` column is the one the campaign schedules against; it counts both th
4545
| Dir | Sites | strict | passthrough | catchall | strip |
4646
|---|---|---|---|---|---|
4747
| `ui/` | 161 | 119 | 5 | 0 | 37 |
48-
| `data/` | 165 | 56 | 1 | 0 | 108 |
48+
| `data/` | 165 | 57 | 1 | 0 | 107 |
4949
| `automation/` | 65 | 42 | 0 | 0 | 23 |
5050
| `security/` | 20 | 7 | 0 | 0 | 13 |
5151
| `studio/` | 27 | 27 | 0 | 0 | 0 |
52-
| **total** | **438** | **251** | **6** | **0** | **181** |
52+
| **total** | **438** | **252** | **6** | **0** | **180** |
5353

5454
## File-level triage — site counts
5555

@@ -179,7 +179,7 @@ over it is here.
179179

180180
### `data/` — open
181181

182-
**108 strip of 165**, in 16 file(s).
182+
**107 strip of 165**, in 16 file(s).
183183

184184
| File | Strip | Sites |
185185
|---|---|---|
@@ -194,18 +194,18 @@ over it is here.
194194
| `external-lookup.zod.ts` | 12 | 12 |
195195
| `field-value.zod.ts` | 2 | 3 |
196196
| `field.zod.ts` | 2 | 10 |
197-
| `filter.zod.ts` | 11 | 11 |
197+
| `filter.zod.ts` | 10 | 11 |
198198
| `hook.zod.ts` | 5 | 7 |
199199
| `object.zod.ts` | 1 | 20 |
200200
| `query.zod.ts` | 4 | 5 |
201201
| `seed-loader.zod.ts` | 12 | 12 |
202-
| **total** | **108** | **165** |
202+
| **total** | **107** | **165** |
203203

204204
| Bucket | Sites |
205205
|---|---|
206206
| authorable — the ruling's forced scope | 8 |
207207
| unresolved — needs a per-schema verdict | 34 |
208-
| wire / open — out of forced scope | 66 |
208+
| wire / open — out of forced scope | 65 |
209209
| no door — no carrier, ADR-0049 territory | 0 |
210210
| no gate — carrier live, no parse | 0 |
211211
| covered — no carrier, no parse, guarded at every consumer | 0 |

packages/spec/liveness/state-counts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ for both corollaries.
2828
| Type | live | exp | dead | planned | classified |
2929
|---|---|---|---|---|---|
3030
| `object` | 49 | 0 | 0 | 1 | 50 |
31-
| `field` | 66 | 0 | 0 | 0 | 66 |
31+
| `field` | 67 | 0 | 0 | 0 | 67 |
3232
| `flow` | 34 | 0 | 6 | 0 | 40 |
3333
| `action` | 42 | 0 | 2 | 0 | 44 |
3434
| `hook` | 18 | 0 | 2 | 0 | 20 |
@@ -57,4 +57,4 @@ for both corollaries.
5757
| `api` | 25 | 0 | 0 | 2 | 27 |
5858
| `capability` | 12 | 0 | 0 | 0 | 12 |
5959
| `qa` | 4 | 0 | 5 | 0 | 9 |
60-
| **total** | **776** | **6** | **52** | **7** | **841** |
60+
| **total** | **777** | **6** | **52** | **7** | **842** |

0 commit comments

Comments
 (0)