Post-PR Status
- Build checks: ✅ Lint (82 warnings, 3 errors — all pre-existing on main) and typecheck (all errors pre-existing) pass with no new issues
- Codex review: ✅ LGTM — "Does not introduce regressions in control flow or typing"
- CI: No GitHub Actions workflows in this repo. Vercel preview deploy only.
- Browser test: N/A — server-only change (tRPC error code classification in
createTRPCContext), no UI modified - PR comments: None to address
This is a minimal, targeted fix: catches ForbiddenOrgProjectError in createTRPCContext and rethrows as TRPCError with FORBIDDEN code, reducing ~238 daily error log entries from INTERNAL_SERVER_ERROR to the correct FORBIDDEN classification.