From dc3a3b2a658168a281d529b57a159b4ee8f48f72 Mon Sep 17 00:00:00 2001 From: Jens Caers Date: Sat, 29 Aug 2026 22:41:10 +0200 Subject: [PATCH] ci: freeze existing frontend architecture hotspots --- scripts/check_architecture_budgets.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/check_architecture_budgets.py b/scripts/check_architecture_budgets.py index 13073de7..08d47cb9 100644 --- a/scripts/check_architecture_budgets.py +++ b/scripts/check_architecture_budgets.py @@ -13,6 +13,9 @@ LEGACY_MAX_BYTES = { "backend/app/services/detection_service.py": 61_248, "frontend/src/WorkbenchApp.tsx": 64_092, "frontend/src/types.ts": 46_900, + "frontend/src/components/map/MapAdvancedWorkbench.tsx": 47_887, + "frontend/src/components/map/MapExplorerView.tsx": 55_417, + "frontend/src/components/detection/DetectionLab.tsx": 55_020, } SERVICE_MAX_BYTES = 60_000