From b6bf8a2825c0fde66757cbbb34f176e6f43f6da4 Mon Sep 17 00:00:00 2001 From: byrongamatos Date: Tue, 14 Jul 2026 01:49:51 +0200 Subject: [PATCH] docs: register career screen.js in the size register (planned, not exempt) Co-Authored-By: Claude Fable 5 --- docs/size-exemptions.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/size-exemptions.md b/docs/size-exemptions.md index 0861ae5..49a6741 100644 --- a/docs/size-exemptions.md +++ b/docs/size-exemptions.md @@ -61,6 +61,8 @@ extractions and twenty-two `routers/` modules, plus lib/library_registry.py for and is a monolith in its own right, to be split per-table once the router train lands) · `static/v3/songs.js` (4,134) · `static/capabilities/audio-session.js` (2,974) · `plugins/highway_3d/screen.js` (15,656) · `plugins/keys_highway_3d/screen.js` -(3,780) · `plugins/drum_highway_3d/screen.js` (3,597) — and every monolith with a PR +(3,780) · `plugins/drum_highway_3d/screen.js` (3,597) · `plugins/career/screen.js` +(1,516 — career v3 gigs pushed it over; split plan: carve the gig block into a +`scriptType: module` file when career work next touches it) — and every monolith with a PR train in the refactor plan. Test files (e.g. `tests/test_plugins.py`) are out of scope by policy — the norm governs source files.