Skip to content

Commit 3d1e8c4

Browse files
authored
chore(ci): bump API contract boundary audit route-count baseline to 884 (#5375)
The pinned totalRoutes/zodRoutes baseline (883) went stale after a legitimate new Zod-contract-compliant route merged without the required ratchet bump, breaking check:api-validation:strict on staging HEAD itself. Actual count is 884 total / 884 zod / 0 non-zod routes — a pure headcount update, no policy violation.
1 parent a8f2709 commit 3d1e8c4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/check-api-validation-contracts.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ const QUERY_HOOKS_DIR = path.join(ROOT, 'apps/sim/hooks/queries')
99
const SELECTOR_HOOKS_DIR = path.join(ROOT, 'apps/sim/hooks/selectors')
1010

1111
const BASELINE = {
12-
totalRoutes: 883,
13-
zodRoutes: 883,
12+
totalRoutes: 884,
13+
zodRoutes: 884,
1414
nonZodRoutes: 0,
1515
} as const
1616

0 commit comments

Comments
 (0)