You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.