libertaria-stack/capsule-core/src
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
..
tui refactor: complete repository restructure with tiered licensing 2026-02-05 21:50:54 +01:00
circuit.zig refactor: complete repository restructure with tiered licensing 2026-02-05 21:50:54 +01:00
config.zig feat(capsule): stabilize TUI monitor, implement control IPC, and fix leaks (Zig 0.15.2) 2026-02-01 10:35:35 +01:00
control.zig refactor: complete repository restructure with tiered licensing 2026-02-05 21:50:54 +01:00
discovery.zig feat(capsule): implement discovery, federation, and persistence (Phase 10) 2026-01-31 08:35:22 +01:00
federation.zig fix(build): resolve Zig module conflicts - capsule binary now compiles 2026-02-16 04:24:55 +01:00
main.zig refactor: complete repository restructure with tiered licensing 2026-02-05 21:50:54 +01:00
node.zig fix(build): resolve Zig module conflicts - capsule binary now compiles 2026-02-16 04:24:55 +01:00
peer_table.zig feat(capsule): implement discovery, federation, and persistence (Phase 10) 2026-01-31 08:35:22 +01:00
qvl_store.zig refactor: complete repository restructure with tiered licensing 2026-02-05 21:50:54 +01:00
relay_service.zig refactor: complete repository restructure with tiered licensing 2026-02-05 21:50:54 +01:00
storage.zig refactor: complete repository restructure with tiered licensing 2026-02-05 21:50:54 +01:00