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
Copy file name to clipboardExpand all lines: AGENTS.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,9 @@ When requirements conflict, follow `docs/PRD.md`, then document the conflict and
24
24
- Do not add accounts, databases, analytics, audio, hosted application services, or a visual authoring system. A static GitHub Pages landing site is required.
25
25
- Do not replace plain Markdown with MDX.
26
26
- Do not add custom Markdown directives beyond `explorable` and `exercise`.
27
-
- Preserve TypeScript 7, Node.js 24 LTS, and pnpm 11 unless a verified incompatibility requires an ADR.
27
+
- Preserve TypeScript 7, the default Node.js 24 LTS/pnpm 11 toolchain, and the
28
+
tested Node.js 22/pnpm 10 compatibility floor unless a verified
29
+
incompatibility requires an ADR.
28
30
- Keep course code out of the main runtime document context.
29
31
- Keep Codex and Claude Code Desktop support as thin adapters over the same host-neutral course format.
30
32
- Treat sandboxing, accessibility, validation, and clean-checkout reproducibility as required features.
0 commit comments