Skip to content

Commit db5c911

Browse files
committed
site: version numbers become injected coordinates
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
1 parent 41c0bc8 commit db5c911

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

www/index.html

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -222,33 +222,33 @@ <h2 class="section-label">Five ports. All installable today.</h2>
222222
<tbody>
223223
<tr>
224224
<td><strong>TypeScript</strong></td>
225-
<td><span class="status status-stable">npm 0.24.5 · reference</span></td>
226-
<td>npm <code>@metaobjectsdev/*@0.24.5</code> (the reference implementation). Drizzle + Zod + Fastify + Hono codegen, Kysely runtime, and <code>meta migrate</code> for Postgres / SQLite / Cloudflare D1 — the TS toolchain owns schema migrations. 2,500+ tests across the workspace.</td>
225+
<td><span class="status status-stable">npm <span data-registry="npm">0.24.5</span> · reference</span></td>
226+
<td>npm <code>@metaobjectsdev/*@<span data-registry="npm">0.24.5</span></code> (the reference implementation). Drizzle + Zod + Fastify + Hono codegen, Kysely runtime, and <code>meta migrate</code> for Postgres / SQLite / Cloudflare D1 — the TS toolchain owns schema migrations. 2,500+ tests across the workspace.</td>
227227
</tr>
228228
<tr>
229229
<td><strong>Java</strong></td>
230-
<td><span class="status status-stable">Maven Central 7.24.5</span></td>
231-
<td><code>com.metaobjects:metaobjects-*:7.24.5</code> on Maven Central. Spring REST + DTO + Repository + filter-allowlist codegen via <code>codegen-spring</code>; OMDB runtime persistence (CRUD / query / typed jsonb / Spring-tx); render + payload + verify + output-parser codegen.</td>
230+
<td><span class="status status-stable">Maven Central <span data-registry="maven">7.24.5</span></span></td>
231+
<td><code>com.metaobjects:metaobjects-*:<span data-registry="maven">7.24.5</span></code> on Maven Central. Spring REST + DTO + Repository + filter-allowlist codegen via <code>codegen-spring</code>; OMDB runtime persistence (CRUD / query / typed jsonb / Spring-tx); render + payload + verify + output-parser codegen.</td>
232232
</tr>
233233
<tr>
234234
<td><strong>Kotlin</strong></td>
235-
<td><span class="status status-stable">Maven Central 7.24.5</span></td>
236-
<td><code>com.metaobjects:metaobjects-codegen-kotlin:7.24.5</code> + <code>metadata-ktx</code> Kotlin facade. KotlinPoet codegen: Exposed Tables, Spring controllers, payload VOs, output parsers, stored-proc helpers. Persistence-conformance against Testcontainers Postgres.</td>
235+
<td><span class="status status-stable">Maven Central <span data-registry="maven">7.24.5</span></span></td>
236+
<td><code>com.metaobjects:metaobjects-codegen-kotlin:<span data-registry="maven">7.24.5</span></code> + <code>metadata-ktx</code> Kotlin facade. KotlinPoet codegen: Exposed Tables, Spring controllers, payload VOs, output parsers, stored-proc helpers. Persistence-conformance against Testcontainers Postgres.</td>
237237
</tr>
238238
<tr>
239239
<td><strong>C#.NET</strong></td>
240-
<td><span class="status status-stable">NuGet 0.24.5</span></td>
241-
<td>NuGet <code>MetaObjects</code> / <code>MetaObjects.Render</code> / <code>MetaObjects.Codegen</code> + the <code>dotnet meta</code> tool (<code>MetaObjects.Cli</code>), all <code>0.24.5</code>. EF Core entities + <code>AppDbContext</code> + ASP.NET minimal-API routes codegen; render engine + payload-VO codegen + <code>verify</code>. (Schema migrations are TS-owned.)</td>
240+
<td><span class="status status-stable">NuGet <span data-registry="nuget">0.24.5</span></span></td>
241+
<td>NuGet <code>MetaObjects</code> / <code>MetaObjects.Render</code> / <code>MetaObjects.Codegen</code> + the <code>dotnet meta</code> tool (<code>MetaObjects.Cli</code>), all <code data-registry="nuget">0.24.5</code>. EF Core entities + <code>AppDbContext</code> + ASP.NET minimal-API routes codegen; render engine + payload-VO codegen + <code>verify</code>. (Schema migrations are TS-owned.)</td>
242242
</tr>
243243
<tr>
244244
<td><strong>Python</strong></td>
245-
<td><span class="status status-stable">PyPI 0.24.5</span></td>
246-
<td>PyPI <code>metaobjects</code> <code>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>
245+
<td><span class="status status-stable">PyPI <span data-registry="pypi">0.24.5</span></span></td>
246+
<td>PyPI <code>metaobjects</code> <code data-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>
247247
</tr>
248248
</tbody>
249249
</table>
250250
<p class="impl-note">
251-
Nineteen shared conformance corpora at <a href="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 <a href="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> <code data-registry="metamodel">0.13</code> — the metadata contract, versioned separately from the package lines.
252252
</p>
253253
</section>
254254

0 commit comments

Comments
 (0)