Commit a1277b5
committed
feat(metadata): C4 metamodelVersion marker — TS reference + shared manifest tag
Adds a rolled-up Metamodel spec-version string to the registry manifest as the first
top-level key (`metamodelVersion: "0"` — pre-1.0/unstable; the 1.0 cut freezes it to
"1.0"). A version TAG on the existing expected-registry.json manifest, exposed via
METAMODEL_VERSION + emitted by buildRegistryManifest, gated byte-for-byte by
registry-conformance (all ports must emit the same string). Not per-provider, not
per-file. TS reference; C#/Java/Kotlin/Python fan-out follows against the shared fixture.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01GF9xLEQZaPus5Y6opk398n1 parent a00b4ad commit a1277b5
3 files changed
Lines changed: 17 additions & 3 deletions
File tree
- fixtures/registry-conformance
- server/typescript/packages/metadata/src
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
149 | | - | |
| 149 | + | |
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
| |||
Lines changed: 15 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
100 | 110 | | |
101 | 111 | | |
| 112 | + | |
| 113 | + | |
102 | 114 | | |
103 | 115 | | |
104 | 116 | | |
| |||
317 | 329 | | |
318 | 330 | | |
319 | 331 | | |
320 | | - | |
| 332 | + | |
321 | 333 | | |
322 | 334 | | |
323 | 335 | | |
| |||
326 | 338 | | |
327 | 339 | | |
328 | 340 | | |
329 | | - | |
| 341 | + | |
| 342 | + | |
330 | 343 | | |
331 | 344 | | |
332 | 345 | | |
| |||
0 commit comments