fetch_ml/cmd
Jeremie Fraeys 939faeb8e4
refactor: relocate store package from cmd/tui/internal to internal
Move store package to improve reusability and follow Go project conventions:
- cmd/tui/internal/store/store.go -> internal/store/store.go
- cmd/tui/internal/store/store_test.go -> internal/store/store_test.go

This makes the store package available to other components beyond the TUI,
reducing coupling and enabling future reuse by API server, CLI, or other tools.
2026-03-12 16:38:01 -04:00
..
api-server chore(build): update build system, Dockerfiles, and dependencies 2026-03-08 13:03:48 -04:00
audit-verifier feat(audit): Tamper-evident audit chain verification system 2026-02-23 19:43:50 -05:00
configlint ci: align workflows, build scripts, and docs with current architecture 2026-01-05 12:34:23 -05:00
data_manager test(chaos): add worker disconnect chaos test and queue improvements 2026-03-12 12:08:21 -04:00
db-utils refactor(utilities): update supporting modules for scheduler integration 2026-02-26 12:07:15 -05:00
errors chore(build): update build system, Dockerfiles, and dependencies 2026-03-08 13:03:48 -04:00
gen-keys refactor(go): Update Go commands and TUI controller 2026-02-23 14:13:14 -05:00
performance-regression-detector chore(build): update build system, scripts, and additional tests 2026-02-12 12:05:55 -05:00
profiler chore(build): update build system, scripts, and additional tests 2026-02-12 12:05:55 -05:00
scheduler refactor(scheduler,worker): improve service management and GPU detection 2026-03-08 13:03:15 -04:00
tui refactor: relocate store package from cmd/tui/internal to internal 2026-03-12 16:38:01 -04:00
user_manager feat: implement Argon2id hashing and Ed25519 manifest signing 2026-02-19 15:34:20 -05:00
worker feat(worker): integrate scheduler endpoints and security hardening 2026-02-26 12:06:16 -05:00