Skip to content

Kudzu 0.8.23 - Source compiler boundary

Choose a tag to compare

@bunzzeok bunzzeok released this 09 Aug 12:20
· 9 commits to main since this release

Kudzu 0.8.23 completes the Goal A compiler foundation with an explicit no-write source compiler boundary.

  • Moves source normalization, TSX analysis, ModuleIR finalization, handler generation, and build-module generation out of framework/build.mjs.
  • Returns JSON-safe, project-relative source results while preserving RouteIR v1 and CapabilityIR v1.
  • Keeps complete-site and representative fixture deploy output byte-identical to v0.8.22.
  • Passes 171/171 tests, Node 22 validation, package smoke, and the interleaved performance gate.

See RELEASES.md and PERFORMANCE.md for full details.