bastidood/typescript
Opinionated TypeScript guidance for precise contracts, validation, and asynchronous task graphs.
better-all conventions for dependency-aware async task graphs. Use when defining all or allSettled graphs or converting staged async work with task dependencies.
TypeScript conventions for precise contracts and valid program states. Use when writing or reviewing TypeScript types, state models, optional values, or untrusted boundaries.
Valibot conventions for owned wire contracts and explicit validation outcomes. Use when defining or reviewing Valibot schemas or parsing untrusted data with Valibot.
Zod v4 conventions for owned wire contracts and explicit validation outcomes. Use when defining or reviewing Zod schemas or parsing untrusted data with Zod.