Skip to content

v0.4.4 — Complete Zig FFI build infrastructure (99/99 cartridges)

Choose a tag to compare

@hyperpolymath hyperpolymath released this 20 May 05:41
· 492 commits to main since this release
9ed7688

Highlights

  • Missing build.zig: 35 cartridges had bare .zig FFI files but no build.zig, so the container build loop silently skipped them and the V adapter linker would fail. Generated build.zig for all 33 cartridges with existing .zig files.
  • Stub coverage: stub FFI + build.zig added for claude-ai-mcp and toolchain-mcp (previously empty ffi/ dirs).
  • Result: all 99 cartridges now have complete Zig FFI build infrastructure.