Release 2.1.188 (2026-08-11)¶
Documentation¶
- TypeScript development standards (#2761) Add the per-language TypeScript standards docs under docs/site/docs/standards/development/typescript/, mirroring the python/ and cpp/ pattern: overview (npm + ESM, single-tsc/single-runtime model, prebuilt-only, Vitest default, extending the shareable base tsconfig), toolchain-and-strictness (the T4-decided curated strict set + no-standing-suppression rule via ban-ts-comment), testing-and-coverage (100%-per-Node-version V8 gate and the / v8 ignore / exclusion discipline), and naming-conventions (Conway rules adapted to TS/Node). Wire the four pages into the mkdocs nav.
Features¶
- TypeScript image resolution + detection (#2760)
Add TypeScript to the container maps: detect_language returns "typescript" on tsconfig.json or a package.json carrying a typescript devDependency; default_image parses the node- version-tag prefix into prod-ts-node:
(mirroring repo_init._node_major); add the node-24 default version and an npm ci && vitest run default test command.
Ref vergil-project/.github#284
CI Evidence: All gates passed — full audit bundle available. Download →