typescript · git:20260915.f17c505 · 2026-09-15 · sha256 591677e79abefbe8

typescript git:20260915.f17c505A

Immutable. This exact content is served forever at /api/v1/blob/591677e79abefbe8.

---
description: TypeScript / Node backend standards (Frontier)
globs: **/*.ts
alwaysApply: false
---

# TypeScript / Node (Frontier)

Canonical: `.github/instructions/typescript.instructions.md` -- read for full
standards.

- Strict mode; no `any`; ESM imports; Zod for runtime input validation.
- Parameterized queries only; validate inputs at boundaries.
- Catch specific errors; structured logging with context.