v0.4.67
What's Changed
Internal
- TypeScript 7.0.2 — the whole project (main package,
@pikiloom/kernel, marketing site) now compiles on the native TS 7 toolchain; tsconfigs migrated for TS 7 (rootDirmade explicit, removedbaseUrl). - Pinned, verified dev toolchain — canonical Node 22.23.1 (
.nvmrc+devEngines) and npm 11.6.2, withnpm run verify:toolchainasserting Node/npm/TS/@types/node/Docker stay in lockstep; local Node ^25.2.0 is tolerated for day-to-day dev. - CI hardening — all workflows install the pinned toolchain via
scripts/activate-toolchain.shand runverify:toolchain; fixed setup-node's bundled-npm cache probe tripping the strict npm pin before the toolchain could activate.
Full Changelog: v0.4.65...v0.4.67