libertaria-stack/capsule-core
Voxis 8f86a32eee fix(build): resolve Zig module conflicts - capsule binary now compiles
- Changed file-level imports to module imports throughout codebase
- Added missing module imports to l1_mod (soulkey, time, trust_graph, qvl)
- Added l0_mod.addImport("time", time_mod) for l0-transport
- Fixed API calls in examples to match current encryptPayload/decryptPayload signatures
- Fixed namespace references in capsule code (l0_transport.lwf → l0_transport)
- Removed redundant soulkey import from capsule_mod
- Capsule binary: 29MB debug build, verified working

Build Status:  PASS (all artifacts compile successfully)
Tests: zig build completes successfully
2026-02-16 04:24:55 +01:00
..
src fix(build): resolve Zig module conflicts - capsule binary now compiles 2026-02-16 04:24:55 +01:00
build.zig feat(relay): Implement RelayPacket and onion wrapping logic 2026-01-31 18:11:09 +01:00
build.zig.zon feat(relay): Implement RelayPacket and onion wrapping logic 2026-01-31 18:11:09 +01:00
verify_cli.sh feat(capsule): Admin CLI & Emergency Lockdown 2026-01-31 10:41:38 +01:00