typescript ยท diff
git:20260626.03a7063 to git:20260915.f17c505
2 added, 2 removed. Audit A to A.
---
- description: TypeScript / Node backend standards (AgentX)
+ description: TypeScript / Node backend standards (Frontier)
globs: **/*.ts
alwaysApply: false
---
- # TypeScript / Node (AgentX)
+ # 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.