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
5 changes: 5 additions & 0 deletions .changeset/tombstone-citation-unwritten-decision.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@objectstack/spec': patch
---

The `namespace` tombstone's rejection message no longer cites "ADR-0006 D4" — a decision letter no version of ADR-0006 declares. The retirement itself is unchanged and still enforced; the message keeps the fix (`name: "sys_user"`) and the #4001 parse-path history. The letter citation comes back when the retirement decision is actually written into an ADR.
2 changes: 1 addition & 1 deletion packages/spec/src/data/object.zod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1464,7 +1464,7 @@ const UNKNOWN_KEY_GUIDANCE: Record<string, string> = {
// Tombstones age out too: drop an entry ~two majors after the removal
// (by then it's archaeology, not an upgrade; see CHANGELOG.md for history).
namespace:
'`namespace` was retired in ADR-0006 D4 — the object `name` IS the canonical id ' +
'`namespace` was retired — the object `name` IS the canonical id ' +
'everywhere (API, ObjectQL, REST, SDK, DB table), so there is no separate namespace ' +
'to declare. Embed the module prefix in the name instead: `namespace: "sys", ' +
'name: "user"` becomes `name: "sys_user"`. Until #4001 closed this shape on the ' +
Expand Down
Loading