Commit e278915
feat(1.0)!: freeze the metadata contract at Metamodel 1.0
`metamodelVersion` 0.14 → 1.0 in all five byte-gated sites, via
`scripts/check-metamodel-version.mjs --set 1.0`.
This is the METADATA axis, which ADR-0035 Amendment 2 keeps separate from the package
axis: the number promises the registered vocabulary, the canonical/interchange format and
the wire contract, and from here a change to any of them is a MAJOR on that axis alone.
The registry manifest itself is unchanged since v0.25.0 — the gate reports "none change …
declared 1.0 (0.14 → 1.0)". That is the point of the cut: the vocabulary that ships is the
vocabulary 1.0 covers, which is what `docs/1.0-readiness.md` G3a declared.
Package versions do not move here. The npm publish set is bumped transiently at RC and
release time and never committed (scripts/check-no-prerelease-versions.sh).
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01At3v6M6uqECZ2Sb5eUv6YY1 parent c82e836 commit e278915
5 files changed
Lines changed: 5 additions & 5 deletions
File tree
- fixtures/registry-conformance
- server
- csharp/MetaObjects
- java/metadata/src/main/java/com/metaobjects/registry
- python/src/metaobjects
- typescript/packages/metadata/src
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
374 | 374 | | |
375 | 375 | | |
376 | 376 | | |
377 | | - | |
| 377 | + | |
378 | 378 | | |
379 | 379 | | |
380 | 380 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
274 | 274 | | |
275 | 275 | | |
276 | 276 | | |
277 | | - | |
| 277 | + | |
278 | 278 | | |
279 | 279 | | |
280 | 280 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
255 | 255 | | |
256 | 256 | | |
257 | 257 | | |
258 | | - | |
| 258 | + | |
259 | 259 | | |
260 | 260 | | |
261 | 261 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
| 115 | + | |
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| |||
0 commit comments