fix(logs-cleanup): listing active workspaces into mem + download time streaming lims (#4692)

* fix(logs-cleanup): listing active workspaces into mem + download time streaming lims

* fix

* fix ci

* address comments

* add skill

* fix client-server sep

* fix parse bytes enforcement

* address comments, antipatterns

* address slides ssrf comment

* more fixes

* fix tests

* fix
This commit is contained in:
Vikhyath Mondreti
2026-05-21 16:16:03 -07:00
committed by GitHub
parent 3f7698c66b
commit 47bd7fa345
65 changed files with 4728 additions and 647 deletions
+2 -2
View File
@@ -9,8 +9,8 @@ const QUERY_HOOKS_DIR = path.join(ROOT, 'apps/sim/hooks/queries')
const SELECTOR_HOOKS_DIR = path.join(ROOT, 'apps/sim/hooks/selectors')
const BASELINE = {
totalRoutes: 749,
zodRoutes: 749,
totalRoutes: 751,
zodRoutes: 751,
nonZodRoutes: 0,
} as const