Commit Graph

2 Commits

Author SHA1 Message Date
Markus Maiwald 0e21a5340c fix: Zig 0.15.2 syntax errors in PNG, skins, feed
- png.zig: Replace @pow with std.math.pow, fix variable names
- png.zig: Add crypto module import via build.zig
- transport_skins.zig: Replace inline else with explicit arms
- duckdb.zig: Change c_uint to u32
- feed.zig: Fix hex escape syntax, mark unused params

Refs: RFC-0015, Sprint 5
2026-02-03 17:26:44 +01:00
Markus Maiwald 65f9af6b5d feat(l4): Add FeedStore with DuckDB backend
- l4-feed/feed.zig: Complete FeedStore implementation
- l4-feed/duckdb.zig: C API bindings for DuckDB
- build.zig: Add l4_feed module and tests
- RFC-0130: L4 Feed architecture specification

Kenya compliant: embedded-only, no cloud calls
Next: Result parsing for query() method
2026-02-03 17:01:31 +01:00