fetch_ml/cli/src
Jeremie Fraeys 2258f60ade
feat(cli): add utility modules for local mode
- Add hash_cache.zig for efficient file hash caching
- Add ignore.zig for .gitignore-style pattern matching
- Add native_hash.zig for C dataset_hash library integration
2026-02-20 15:51:10 -05:00
..
assets refactor(cli): update build system and config for local mode 2026-02-20 15:50:52 -05:00
commands feat(cli): unified commands and local mode support 2026-02-20 15:51:04 -05:00
net feat: update CLI, TUI, and security documentation 2026-02-19 15:35:05 -05:00
utils feat(cli): add utility modules for local mode 2026-02-20 15:51:10 -05:00
commands.zig feat: Research features - narrative fields and outcome tracking 2026-02-18 21:27:05 -05:00
config.zig refactor(cli): update build system and config for local mode 2026-02-20 15:50:52 -05:00
db.zig feat(cli): embed SQLite and unify commands for local mode 2026-02-20 15:50:04 -05:00
errors.zig feat(cli): include command name in error messages and crash reports 2026-02-18 13:51:13 -05:00
main.zig feat(cli): unified commands and local mode support 2026-02-20 15:51:04 -05:00
net.zig feat(cli): enhance Zig CLI with new commands and improved networking 2026-02-12 12:05:10 -05:00
security.zig feat: enhance CLI with improved commands and WebSocket handling 2026-02-16 20:38:08 -05:00
utils.zig refactor(cli): consolidate shared utilities and remove code duplication 2026-02-18 13:19:40 -05:00