2a6ade9bf7unify configuration path resolution between dev and prod (use zig build run -- --path "config/config.toml")Overlord2026-08-04 13:17:00 +02:00
7c97ad554eIntroduce logging module with a minimal, thread-safe logger implementationOverlord2026-08-04 11:18:38 +02:00
a8ff9d95bbIntroduce signals module for signal handlingOverlord2026-08-03 22:36:13 +02:00
2688cacfa7Refactor memory utilities: unify validation logic, adjust return types, and clean up main.zig formatting.Overlord2026-08-03 12:43:34 +02:00
0a7ad2662cIntroduce deinitIfExists utility and replace deinitIfLive for optional resource cleanup in main.zig.Overlord2026-08-02 23:41:15 +02:00
88d312e713Refactor deinitIfLive: adjust return type and parameter naming; update allocator usage in main.zigOverlord2026-08-02 23:13:19 +02:00
d70a051a57Introduce deinitIfLive utility and integrate enhanced memory managementOverlord2026-08-02 22:59:02 +02:00
b1bdfccd1eEnhance build options and refactor memory management for configuration parsingOverlord2026-08-02 18:16:58 +02:00
84c4158aaaUpdate configuration handling: refine path resolution and allocator usage in main.zigOverlord2026-08-02 18:01:28 +02:00
250829e922Refactor configuration handling and integrate command-line argument parsing with args.zigOverlord2026-08-01 23:28:06 +02:00
f902086e14Clean up formatting and remove redundant debug output in main.zigOverlord2026-08-01 22:04:47 +02:00
569700d6bdUpdate configuration paths and enhance allocator handling in main.zigOverlord2026-08-01 22:01:48 +02:00
a7aa1517caAdd Config structure, TOML parser, and tests for zocket configurationOverlord2026-08-01 14:23:07 +02:00
aa3b77eedaAdd initial zocket/config.toml and define Zig dependency for TOML parsingOverlord2026-07-31 23:09:10 +02:00
7d85821643Add initial Zig build system and project structureOverlord2026-07-31 18:30:16 +02:00