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
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* three recovery doors restored the row and the in-memory registry but never
* called it: a rollback (or a commit revert) left the derived record on the
* ROLLED-BACK-FROM state until an unrelated save/publish/delete on the same
* name, or a boot reconciliation (ADR-0094 D3), re-derived it.
* name, or a boot reconciliation (ADR-0094 D4), re-derived it.
*
* The companion file `protocol.recovery-doors-emit-mutation.test.ts` (a prior
* card) pins the sibling half of the SAME four call sites — the
Expand Down
2 changes: 1 addition & 1 deletion packages/metadata-protocol/src/protocol.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20021,7 +20021,7 @@ export class ObjectStackProtocolImplementation implements
// registry to the target version; a derived read-model (e.g.
// `permission` -> `sys_permission_set`) must be just as current
// when this call returns, not only after the next unrelated
// write or boot reconciliation (ADR-0094 D3) eventually heals it.
// write or boot reconciliation (ADR-0094 D4) eventually heals it.
// `body` is the restored version's own — the same value the
// write-through above registered.
await this.runMutationProjector({
Expand Down
Loading