Filed by the domain:spec PM seat on behalf of the #13168 os-dev, which surfaced it while sweeping the dissolved-freeze residue and declined to file rather than spend a third dedupe search from a container whose search channel it was rationing. Dedupe run by this seat instead: one targeted search returned 29 hits, none of them this defect — the nearest neighbours are #8283 (a failed insert burning its autonumber, closed), #5495 (counter sync / collision re-check, closed), #12394 (the tenancy backfill destroying the high-water mark, closed) and #13166 (a different driver-memory divergence, open). The channel answered with relevant neighbours, so the zero is a reading rather than a silence. Unassigned; grading and routing are triage's.
The observation
driver-memory has no uniqueness enforcement. An autonumber allocated out-of-process can therefore collide with an existing value and the write SUCCEEDS — no refusal, no diagnostic, a duplicate business identifier simply lands.
The behaviour is not undocumented drift; it is pinned and explained in-tree:
Why it surfaces now
The #5499 investment freeze dissolved on 2026-08-11 (maintainer lifted it for driver-mongodb, and for driver-memory later the same day; the dissolution is recorded in the head note of packages/spec/src/data/aggregation-conformance.ts). So the deferral has lost its premise: the gap is no longer excused, and — like #13166 and #13195, the two siblings the same sweep produced — it is currently unexcused and untracked.
This card records the third member of that set. It takes no position on the fix's shape: whether driver-memory should enforce uniqueness at all, or whether the autonumber path should re-check on collision (the shape #5495 took for the SQL side), is a question for whoever owns the driver family now that investment is unfrozen.
Related
#13168 (the residue sweep that surfaced it) · #13166 and #13195 (the other two now-unexcused driver-memory divergences from the same dissolution) · #5495 / #8283 / #12394 (autonumber neighbours, all closed, none this defect).
Filed by the domain:spec PM seat on behalf of the #13168 os-dev, which surfaced it while sweeping the dissolved-freeze residue and declined to file rather than spend a third dedupe search from a container whose search channel it was rationing. Dedupe run by this seat instead: one targeted search returned 29 hits, none of them this defect — the nearest neighbours are #8283 (a failed insert burning its autonumber, closed), #5495 (counter sync / collision re-check, closed), #12394 (the tenancy backfill destroying the high-water mark, closed) and #13166 (a different driver-memory divergence, open). The channel answered with relevant neighbours, so the zero is a reading rather than a silence. Unassigned; grading and routing are triage's.
The observation
driver-memoryhas no uniqueness enforcement. An autonumber allocated out-of-process can therefore collide with an existing value and the write SUCCEEDS — no refusal, no diagnostic, a duplicate business identifier simply lands.The behaviour is not undocumented drift; it is pinned and explained in-tree:
packages/objectql/src/engine-autonumber-resync.test.ts:683pins it;packages/objectql/src/engine.ts:4465explains it — and the stated reason the fix was deferred is exactly the sentence [finding] The dissolved #5499 freeze is still asserted in the PRESENT TENSE at ~13 more in-code sites — including three design rationales that rest on it as a live constraint #13168 is removing: "packages/drivers/**is under the [裁决] driver-memory / driver-mongodb 投入冻结 —— 维护者 2026-08-05 口径(跨单锚点) #5499 investment freeze, so that work is not this change's to do."Why it surfaces now
The #5499 investment freeze dissolved on 2026-08-11 (maintainer lifted it for
driver-mongodb, and fordriver-memorylater the same day; the dissolution is recorded in the head note ofpackages/spec/src/data/aggregation-conformance.ts). So the deferral has lost its premise: the gap is no longer excused, and — like #13166 and #13195, the two siblings the same sweep produced — it is currently unexcused and untracked.This card records the third member of that set. It takes no position on the fix's shape: whether driver-memory should enforce uniqueness at all, or whether the autonumber path should re-check on collision (the shape #5495 took for the SQL side), is a question for whoever owns the driver family now that investment is unfrozen.
Related
#13168 (the residue sweep that surfaced it) · #13166 and #13195 (the other two now-unexcused driver-memory divergences from the same dissolution) · #5495 / #8283 / #12394 (autonumber neighbours, all closed, none this defect).