For Agents
Living index of themes for this project. Each H2 is a topic; bullets are wikilinks to related notes. Updated by
obsidian-documenterwhen documenting work. Read byhistorianat bootstrap. Topics kept alphabetical.
Build Pipeline
- esbuild-fivem — two-runtime esbuild model, target/format matrix, tsc-typecheck-then-esbuild-emit
- node16-to-node22-migration — esbuild server target
node22, chokidar 5 watch on Node 22
Dependency / Tooling Upgrades
- node16-to-node22-migration — esbuild 0.28, TypeScript 6, chokidar 5, chalk 5.6, @citizenfx 2.0.30906; TS6 hard-error gotchas (
ignoreDeprecations: "6.0",rootDir,node10)
Runtime Configuration
- node16-to-node22-migration —
node_version '22'manifest switch, server tsconfig ES2022/ES2023, @types/node pinned to 22.x; stability caveats + node16 fallback