You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: add Zod type inference guidance to AGENTS.md
Always use z.infer to derive TypeScript types from Zod schemas
instead of manually defining duplicate types.
Co-authored-by: Chris Bongers <rebelchris@users.noreply.github.com>
0 commit comments