fetch_ml/cli/src
Jeremie Fraeys ad3be36a6d
feat(cli): add workers command, scheduler client, and PII utilities
New commands and modules:
- Add workers.zig command for worker management and status
- Add scheduler_client.zig for scheduler hub communication
- Add pii.zig utility for PII detection and redaction in logs/outputs

Improvements to existing commands:
- groups.zig: enhanced group management with capability metadata
- jupyter/mod.zig: improved Jupyter workspace lifecycle handling
- tasks.zig: better task status reporting and cancellation support

Networking and sync improvements:
- ws/client.zig: WebSocket client enhancements for hub protocol
- sync_manager.zig: improved sync with scheduler state and conflict resolution
- uuid.zig: optimized UUID generation for macOS and Linux

Database utilities:
- sqlite_embedded.zig: embedded SQLite for CLI-local state caching
2026-03-12 12:00:49 -04:00
..
assets fix(cli): CLI structure, manifest, and asset fixes 2026-02-21 17:59:20 -05:00
commands feat(cli): add workers command, scheduler client, and PII utilities 2026-03-12 12:00:49 -04:00
core refactor: misc improvements across codebase 2026-03-05 10:58:22 -05:00
local feat(cli): Add core infrastructure for local mode support 2026-02-20 21:28:06 -05:00
native refactor(cli): remove deprecated native hash modules 2026-03-04 20:25:25 -05:00
net feat(cli): add workers command, scheduler client, and PII utilities 2026-03-12 12:00:49 -04:00
server refactor(cli): Remove progress UI and update native/server code 2026-02-23 14:12:48 -05:00
utils feat(cli): add workers command, scheduler client, and PII utilities 2026-03-12 12:00:49 -04:00
commands.zig feat(cli): unify exec, queue, run into single 'run' command 2026-03-05 10:57:00 -05:00
config.zig feat(cli): add execution_mode config setting for local/remote/auto preference 2026-03-05 12:18:30 -05:00
core.zig feat(cli): Add core infrastructure for local mode support 2026-02-20 21:28:06 -05:00
db.zig refactor(cli): implement production-ready TLS and UUID generation 2026-03-04 20:41:15 -05:00
errors.zig refactor(cli): update errors.zig to use io.zig 2026-03-04 21:36:00 -05:00
local.zig feat(cli): Add core infrastructure for local mode support 2026-02-20 21:28:06 -05:00
main.zig feat(cli): add groups and tasks commands with visibility controls 2026-03-08 13:03:10 -04:00
manifest.zig refactor(cli): update protocol and main entry point 2026-03-04 20:25:40 -05:00
mode.zig feat(cli): add execution_mode config setting for local/remote/auto preference 2026-03-05 12:18:30 -05:00
net.zig feat(cli): enhance Zig CLI with new commands and improved networking 2026-02-12 12:05:10 -05:00
scheduler_client.zig feat(cli): add workers command, scheduler client, and PII utilities 2026-03-12 12:00:49 -04:00
security.zig feat: enhance CLI with improved commands and WebSocket handling 2026-02-16 20:38:08 -05:00
server.zig feat(cli): Add core infrastructure for local mode support 2026-02-20 21:28:06 -05:00
sync_manager.zig feat(cli): add workers command, scheduler client, and PII utilities 2026-03-12 12:00:49 -04:00
utils.zig refactor(cli): add flattened re-exports to utils.zig for cleaner imports 2026-03-04 21:06:13 -05:00