fetch_ml/cli/scripts
Jeremie Fraeys ff542b533f
feat(cli): embed SQLite and unify commands for local mode
- Add SQLite amalgamation fetch script (make build-sqlite)
- Embed SQLite in release builds, link system lib in dev
- Create sqlite_embedded.zig utility module
- Unify experiment/run/log commands with auto mode detection
- Add Forgejo CI workflow for building with embedded SQLite
- Update READMEs for local mode and build instructions

SQLite follows rsync embedding pattern: assets/sqlite_release_<os>_<arch>/
Zero external dependencies for release builds.
2026-02-20 15:50:04 -05:00
..
build_rsync.sh feat(cli): enhance Zig CLI with new commands and improved networking 2026-02-12 12:05:10 -05:00
build_sqlite.sh feat(cli): embed SQLite and unify commands for local mode 2026-02-20 15:50:04 -05:00
ml_completion.bash feat: CLI shell completion for new commands 2026-02-18 21:27:38 -05:00
ml_completion.zsh feat: CLI shell completion for new commands 2026-02-18 21:27:38 -05:00