Commit c09451b
feat(spec): register driver-memory as a UNIQUE_VIOLATION emitter in the error-code ledger (#13354)
* feat(spec): register driver-memory as a UNIQUE_VIOLATION emitter in the error-code ledger
ERROR_CODE_LEDGER lists a code once per emitting package -- provenance, not
identity. driver-memory refuses a colliding write with code UNIQUE_VIOLATION /
status 409 (conflictRefusal, memory-unique-constraint.ts), stamped in one place
for both the field-level and the declared-index surface, and had no owner key.
Pure append: one new owner key naming one already-registered code. No shape,
mechanism, or other package's rows touched; the deduped union is unchanged, so
no generated reference product moves.
Co-Authored-By: Claude <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01KX8wnyjStaZcuMyAMNsy3N
* chore(changeset): driver-memory UNIQUE_VIOLATION provenance row
Co-Authored-By: Claude <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01KX8wnyjStaZcuMyAMNsy3N
---------
Co-authored-by: Claude <noreply@anthropic.com>1 parent 090f230 commit c09451b
2 files changed
Lines changed: 51 additions & 0 deletions
File tree
- .changeset
- packages/spec/src/api
Lines changed: 25 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
669 | 669 | | |
670 | 670 | | |
671 | 671 | | |
| 672 | + | |
| 673 | + | |
| 674 | + | |
| 675 | + | |
| 676 | + | |
| 677 | + | |
| 678 | + | |
| 679 | + | |
| 680 | + | |
| 681 | + | |
| 682 | + | |
| 683 | + | |
| 684 | + | |
| 685 | + | |
| 686 | + | |
| 687 | + | |
| 688 | + | |
| 689 | + | |
| 690 | + | |
| 691 | + | |
| 692 | + | |
| 693 | + | |
| 694 | + | |
| 695 | + | |
| 696 | + | |
| 697 | + | |
672 | 698 | | |
673 | 699 | | |
674 | 700 | | |
| |||
0 commit comments