You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Eleven numbers across the implementation table stop being hand-maintained:
five package rows, plus metamodelVersion, which gets a line under the table
rather than a row because it is a separate contract (ADR-0035 Amendment 2)
and folding it into a package version is the exact collapse to avoid.
The values committed here are already correct, so nothing changes visually
today. They stop being MAINTAINED at the next release — the tag v0.24.5
predates injectRegistries, so its injector ignores these attributes and the
committed text is what renders until then. That is the same two-repo
handshake the snippets went through, and it self-extinguishes the same way.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01NynrRND6ZUwGvq3ZUTCfxG
<td>PyPI <code>metaobjects</code><codedata-registry="pypi">0.24.5</code> + the <code>metaobjects</code> CLI. Loader + canonical serializer + render + verify + codegen (Pydantic + FastAPI) + ObjectManager runtime. All five cross-port conformance corpora green.</td>
247
247
</tr>
248
248
</tbody>
249
249
</table>
250
250
<pclass="impl-note">
251
-
Nineteen shared conformance corpora at <ahref="https://github.com/metaobjectsdev/metaobjects/tree/main/fixtures"><code>fixtures/</code></a> — metamodel (253 fixtures), render, verify, extract, persistence (24 query scenarios against Testcontainers Postgres), API contract (cross-port, reference <em>and</em> generated lanes), YAML and more — validate every implementation against the same expectations.
251
+
Nineteen shared conformance corpora at <ahref="https://github.com/metaobjectsdev/metaobjects/tree/main/fixtures"><code>fixtures/</code></a> — metamodel (253 fixtures), render, verify, extract, persistence (24 query scenarios against Testcontainers Postgres), API contract (cross-port, reference <em>and</em> generated lanes), YAML and more — validate every implementation against the same expectations. All ports implement <code>metamodelVersion</code><codedata-registry="metamodel">0.13</code> — the metadata contract, versioned separately from the package lines.
0 commit comments