Skip to content

Commit 64906c6

Browse files
committed
test(cli): ledger the plugin-dev i18n loss so the fix has something to check against (#15232)
The row added in the previous commit went RED naming a subsystem the ledger does not carry — the exact failure #15004 exists to make loud: B2 · plugin-dev I18nServicePlugin auto-detect over the caller-supplied stack · translations This records it, which turns the pin green at 25 rows and makes the loss a measured fact rather than an argument. The next commit fixes the reader and deletes this line again, so `OPTION_B_LOSSES` ends this branch exactly as it started it — the ledger never grows. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01UHvF5hyiZjnCyExFnfQB8m
1 parent 7e9db1f commit 64906c6

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

packages/cli/test/option-b-reader-acceptance.pin.test.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,10 @@ const OPTION_B_LOSSES: readonly string[] = [
143143
'B2 · AppPlugin ql.setDatasourceMapping (object routing) (from source) · datasourceMapping',
144144
'B2 · AppPlugin seed datasets merged (from source) · data',
145145
'B2 · AppPlugin translation loading into the i18n service (from source) · translations',
146+
// [#15232] The by-shape sweep (#15210) found this site, not this pin — so it
147+
// is LEDGERED here first, red, before the reader beside it is touched. The
148+
// fix and this line's deletion land in the next commit.
149+
'B2 · plugin-dev I18nServicePlugin auto-detect over the caller-supplied stack · translations',
146150
'B2 · plugin-security appSecurityPluginOptions over the from-source config (default permission set) · permissions',
147151
'B2 · runtime collectBundleActions over the from-source config · actions + objects[].actions',
148152
'B2 · runtime collectBundleFunctionEntries over the from-source config · functions',

0 commit comments

Comments
 (0)