You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(tooling): re-tally @objectstack/plugin-auth's TEST_DEBT from tsc (#11583)
`errors: 109` recorded a pile tsc no longer finds. Re-measured against a
built workspace closure: 97, with the composition and the per-file split
taken from that same run rather than rescaled.
TS2493 x36, TS18048 x24, TS2322 x11, TS2532 x9, TS2345 x4, TS2339 x3,
TS2554 x3, TS2741 x3, TS7006 x2, TS2769 x1, TS6133 x1 = 97
The -12 is measured, not subtracted. 109 - 11 = 98 is the arithmetic that
looks right and is wrong twice over: the surplus was 11 when filed, 12 when
last swept, and cross-tabbing the two runs by file AND code attributes all
12 -- 11 in src/admin-import-users.test.ts alone (TS2339 5 -> 0, TS2493
13 -> 7, the typed engine doubles) and one TS2345 out of
src/auth-manager.test.ts afterwards, left unattributed rather than guessed.
The per-file split is re-derived whole, and doing so falsified the predicted
one: src/admin-user-endpoints.test.ts holds 18 at both ends and never moved.
It is now complete -- 11 files summing to 97, not a top-four.
Anchor re-established first: d5e7b9f still measures 109 today, matching
the recorded note class for class and file for file, so the measuring stick
did not drift under the entry and 97 is comparable to 109. Worth checking --
the re-measure path did move over that window (TS6059 now dropped, include
roots extracted), but neither change reaches this package.
Not a graduation: 97 is not 0, so the entry stays and the package's
typecheck script is unchanged. No `compositionAt` is written: the note's
opening tally is per-code, which COMPOSITION deliberately does not sum, and
declaring the field over an unreadable itemisation is itself a failure.
Claude-Session: https://claude.ai/code/session_015ahemw8RcTgqtxrj15PEZx
Co-authored-by: Claude <noreply@anthropic.com>
0 commit comments