fetch_ml/cmd/tui/internal
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
..
config chore(build): update build system, Dockerfiles, and dependencies 2026-03-08 13:03:48 -04:00
controller refactor(go): Update Go commands and TUI controller 2026-02-23 14:13:14 -05:00
model chore(deploy): update deployment configs and TUI for scheduler 2026-02-26 12:08:31 -05:00
services test(chaos): add worker disconnect chaos test and queue improvements 2026-03-12 12:08:21 -04:00
view feat: update CLI, TUI, and security documentation 2026-02-19 15:35:05 -05:00