Skip to content

Commit 2bd0e5c

Browse files
committed
fix(tooling): re-measure the double-limit ledger against the merged tree
The initial measurement was taken at merge base 311e207. Merging 42 commits of main moved the corpus underneath it: three new test files arrived carrying find doubles, and main's #11962 independently taught the bootstrap-declared-capabilities double to honour the bound. Re-measured: 251 -> 253 files, 167 -> 168 blind, 54 -> 55 unjudged, wrong unchanged at 32. Ratchet DOWN applied, three arrivals seated as pre-existing debt. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_015ahemw8RcTgqtxrj15PEZx
1 parent 860c077 commit 2bd0e5c

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

scripts/objectql-double-limit.baseline.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -603,9 +603,6 @@
603603
"packages/plugins/plugin-security/src/auto-org-admin-grant.test.ts": {
604604
"unjudged": 1
605605
},
606-
"packages/plugins/plugin-security/src/bootstrap-declared-capabilities.test.ts": {
607-
"blind": 1
608-
},
609606
"packages/plugins/plugin-security/src/bootstrap-declared-permissions.test.ts": {
610607
"blind": 1
611608
},
@@ -633,6 +630,9 @@
633630
"packages/plugins/plugin-security/src/packaged-permission-set-overlay-detection.test.ts": {
634631
"unjudged": 1
635632
},
633+
"packages/plugins/plugin-security/src/packaged-permission-set-restore-leg.test.ts": {
634+
"blind": 1
635+
},
636636
"packages/plugins/plugin-security/src/permission-denied-user-copy.test.ts": {
637637
"blind": 1
638638
},
@@ -693,6 +693,9 @@
693693
"packages/rest/src/meta-compound-save-force-parity.test.ts": {
694694
"blind": 1
695695
},
696+
"packages/rest/src/meta-compound-save-mode-parity.test.ts": {
697+
"blind": 1
698+
},
696699
"packages/rest/src/meta-object-extension-property-classes.test.ts": {
697700
"blind": 1
698701
},
@@ -825,6 +828,9 @@
825828
"packages/services/service-storage/src/lax-deviation-reclamation-gate.test.ts": {
826829
"blind": 2
827830
},
831+
"packages/services/service-storage/src/tombstone-hydration-download-agreement.test.ts": {
832+
"unjudged": 1
833+
},
828834
"packages/triggers/trigger-record-change/src/bulk-write-per-row-context.test.ts": {
829835
"blind": 1
830836
},

0 commit comments

Comments
 (0)