Skip to content

Commit fd79ecc

Browse files
committed
docs(devx): the dispatch-gates ENTRY_BY_HAND note now records the budget, not the placement (#15515)
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_012zGPuVVX3deAx9LdjK8jCk
1 parent 0cbb226 commit fd79ecc

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

scripts/measure-self-test-floor.mjs

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1203,10 +1203,15 @@ export const ENTRY_BY_HAND = Object.freeze({
12031203
// sentence and then a FIXTURE STRING stand ahead of the real definition. That
12041204
// was the INSTRUMENT's limit recorded as this file's property. Anchored on the
12051205
// definition the copy parses and runs (measured: exit 1, `selfTest() returned
1206-
// without reaching its verdict`). The probe still reads NOT MEASURED here and
1207-
// now says why itself -- `baseline run failed (exit 1)`, because it writes its
1208-
// copy under `scripts/`, where this gate's own single-site sweep finds the
1209-
// near-duplicate and refuses (#15515). A separate card, not worked around here.
1206+
// without reaching its verdict`). It then read NOT MEASURED `baseline run
1207+
// failed (exit 1)` for as long as the copy was written under `scripts/`, where
1208+
// this gate's own single-site sweep found the near-duplicate and refused: the
1209+
// copy now lands outside that tree and this gate's baseline is clean (#15515).
1210+
// What is left is the BUDGET: at the default 120 s the self-test does not
1211+
// finish and the row reads `killed by SIGTERM` (#15573, not folded in here).
1212+
// Measured at 900 s on a shared box: baseline exit 0 after ~7 minutes, mutated
1213+
// exit 1 in 200 bytes, verdict HELD -- so the row is a budget away, not a
1214+
// property of the file.
12101215
'scripts/pm/dispatch-gates.mjs': 'selfTest',
12111216
});
12121217

0 commit comments

Comments
 (0)