Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions packages/metadata-protocol/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -968,6 +968,9 @@
row that has no registry presence (durable-only) carries no verdict, and the
REST detail door's database-first row does not either — the registry item is
the only carrier, by design.
- **Correction (2026-09-07):** no package of a compiled artifact is
scope-less — `ManifestSchema` defaults `scope` to `project`; the
"scope-less `type: module`" clause above is withdrawn, see #14803 / #16122.
- 95464ed: fix(metadata-protocol): the three recovery doors run the ADR-0094 mutation projector

`rollbackMetaItem`, both limbs of `revertCommit`, and `deleteMetaItem`'s
Expand Down
3 changes: 3 additions & 0 deletions packages/runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -1719,6 +1719,9 @@
row that has no registry presence (durable-only) carries no verdict, and the
REST detail door's database-first row does not either — the registry item is
the only carrier, by design.
- **Correction (2026-09-07):** no package of a compiled artifact is
scope-less — `ManifestSchema` defaults `scope` to `project`; the
"scope-less `type: module`" clause above is withdrawn, see #14803 / #16122.
- 8ce628a: fix(objectql,runtime,rest): store a serializable manifest in the package registry so `/packages` stops answering 500 (#14309)

On a stock showcase boot, signed in as the seeded admin, every read door that
Expand Down
Loading