Skip to content

Commit 853eefc

Browse files
committed
tooling(pm): record the #15556 reproduction's engine double in the pinned ledger
`check:engine-double-contract` reported RETAINED on both write verbs for the new test file: its fake engine routes delete()/update() through ObjectQL's own dispatch predicates, but the pinned ledger had no row for the file, so the coverage protected nothing. Written by `--write`, as the gate instructs. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01XpTx2tbq3pZRYAdoGt6E6Y
1 parent 98fdc7e commit 853eefc

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

scripts/engine-double-contract.pinned.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2166,6 +2166,16 @@
21662166
"verb": "update",
21672167
"pinned": 1
21682168
},
2169+
{
2170+
"file": "packages/plugins/plugin-approvals/src/subflow-hosted-approval-strand.test.ts",
2171+
"verb": "delete",
2172+
"pinned": 1
2173+
},
2174+
{
2175+
"file": "packages/plugins/plugin-approvals/src/subflow-hosted-approval-strand.test.ts",
2176+
"verb": "update",
2177+
"pinned": 1
2178+
},
21692179
{
21702180
"file": "packages/plugins/plugin-approvals/src/team-approver-org-screen.test.ts",
21712181
"verb": "delete",

0 commit comments

Comments
 (0)