improvement(repo): zod based client-server boundary (#4355)

* improvement(repo): centralized zod contracts (#4336)

* improvement(repo): zod schema contracts

* type checks

* fix(notion): correctly register tool (#4337)

* fix func blokc

* more improvements

* fix tests

* type check

* remove v3 refs

* minor type improvements

* address comments

* update jira contract

* remove validateJsonBody

* improvement(repo): consolidation of boundary helpers + better unknown usage (#4352)

* improvement(repo): consolidation of boundary helpers + better unknown usage

* address comments

* improve file transfer error messaging

* fix docs listing schema drift

* fix inocrrect type casting

* address council comments

* remove prefix
This commit is contained in:
Vikhyath Mondreti
2026-04-30 12:16:28 -07:00
committed by GitHub
parent 24de32b29a
commit b8959eb20d
1155 changed files with 44516 additions and 26234 deletions
+3
View File
@@ -106,6 +106,9 @@ jobs:
- name: Enforce monorepo boundaries
run: bun run check:boundaries
- name: API contract boundary audit
run: bun run check:api-validation:strict
- name: Verify realtime prune graph
run: bun run check:realtime-prune