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
The #4093-series documentation tail: the spec's dev-plugin protocol
header now says plainly that the schema family is declared-but-
unconsumed (pending #4149's enforce-or-remove) instead of describing
the stub design ADR-0115 retired, with the generated reference doc
regenerated; and services-checklist.mdx gets a ten-fix accuracy pass
(scoped docs-accuracy-audit run, adversarially verified, zero repairs).
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01BEM82RNKyyyTNPYHK1VJJS
docs(spec,kernel): #4093-series tail — the dev-plugin protocol header stops describing the retired stub design and points at #4149 (the enforce-or-remove evaluation for that declared-but-unconsumed schema family), and services-checklist.mdx gets a ten-fix accuracy pass (verified adversarially). Documentation only; releases nothing.
@@ -106,7 +107,7 @@ The metadata service is a **framework** — it works with an in-memory `SchemaRe
106
107
107
108
| Gap | Description | Priority |
108
109
|:----|:------------|:--------:|
109
-
|**DB Persistence**|Metadata is only in memory; no save-to-database path exists | P0|
110
+
|**DB Persistence**|Shipped: `MetadataPlugin` (`@objectstack/metadata`) persists to `sys_metadata`; only the kernel's in-memory fallback is non-persistent | Shipped|
110
111
|**Multi-instance Sync**| No mechanism to share metadata changes across instances | P1 |
111
112
|**Migration / Versioning**| No schema diff or migration tooling | P1 |
0 commit comments