From fe127251d4fdab6520a0eff7650c721cac9a419f Mon Sep 17 00:00:00 2001 From: Mac Anderson Date: Thu, 6 Aug 2026 21:54:43 -0700 Subject: [PATCH] =?UTF-8?q?fix(gate):=20regenerate=20the=20file-size=20bas?= =?UTF-8?q?eline=20=E2=80=94=20main=20is=20red=20on=20command=5Fdeck.rs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `main` fails `make file-size` at 6a41889a: command_deck.rs is 4567 lines against its own baseline of 4566. Cause is the retightening skew, not a real growth. #2034 regenerated the baseline and ratcheted command_deck.rs down from 4621 to 4566, its size at that moment. A parallel PR that grew the file by one line was based on the 4621 entry, so its own gate was green, and both landed. `ci.yml` does not run on a push to main (#1986), so nothing reported it. Regenerated rather than hand-edited: the baseline is generated and gate-enforced, so it is the only copy that can stay correct. That also picks up deck_render.rs's earned ratchet-down (1531 -> 1529), which carries the same collision risk in the other direction — the mitigation is merging this quickly, not editing one line by hand. --- scripts/file-size-baseline.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/file-size-baseline.txt b/scripts/file-size-baseline.txt index ddaa7c7b..9dca27e4 100644 --- a/scripts/file-size-baseline.txt +++ b/scripts/file-size-baseline.txt @@ -17,7 +17,7 @@ 1659 bench/terminal_bench_analysis/tests/test_tb21_evidence_contract.py 2270 crates/stella-cli/src/agent.rs 1752 crates/stella-cli/src/agent/tests.rs -4566 crates/stella-cli/src/command_deck.rs +4567 crates/stella-cli/src/command_deck.rs 1507 crates/stella-cli/src/fleet_cmd.rs 1891 crates/stella-core/src/bus.rs 2572 crates/stella-core/src/driver.rs @@ -33,7 +33,7 @@ 1916 crates/stella-store/src/usage.rs 2181 crates/stella-tools/src/registry.rs 1839 crates/stella-tools/src/scripts.rs -1531 crates/stella-tui/src/deck_render.rs +1529 crates/stella-tui/src/deck_render.rs 4006 crates/stella-tui/src/deck_ui.rs 1665 crates/stella-tui/src/views/engine.rs 1611 crates/stella-tui/src/views/session.rs