mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
e71dc6dd4d
Add language reference docs that the Modernization Reviewer reads before reviewing TS/React code, matching the existing Go reference (.claude/docs/GO.md). - references/typescript.md: Modern TypeScript 5.0-6.0 RC patterns, replacements, and new capabilities - references/react.md: Modern React 18-19.2 + Compiler 1.0 patterns, replacements, and new capabilities SKILL.md updated to reference these docs in the Tier 2 file filters and spawn prompt instructions. Refs #23500