chore: require node 24 runtime

This commit is contained in:
MerlinH
2026-06-27 06:39:08 +10:00
parent 5e50614779
commit 164bae7ca3
59 changed files with 827 additions and 99 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
# Setup
Install and verify with Node 20 or newer:
Install and verify with Node 24 or newer:
```bash
npm install
@@ -125,7 +125,7 @@ It does not own project scaffolding internals, role prompt content, or Codex run
- The TypeScript project uses NodeNext ESM semantics.
- Relative TypeScript imports must use emitted `.js` specifiers.
- Node support requires a package engine floor that includes Node >=20.
- Node support requires a package engine floor that includes Node >=24.
- Packaged files must include `dist/`, `engine_configs/`, `engine_reference/`, and `templates/`.
- Future-only command surfaces stay hidden until implemented intentionally.
- Future-only examples include `next`, `telemetry`, `parallel`, and ownership enforcement.