| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-05-20 | Extract app wiring from main.go into internal/app package (9a) | Paul Buetow | |
| Move all dependency wiring, background worker startup, server lifecycle (Wire, StartBackgroundWorkers, RunServer, RunWithSignal, BuildLogger) into internal/app so cmd/player/main.go becomes thin: parse flags, load config, delegate to app.RunWithSignal. Updated main_test.go to call app.Wire and app.StartBackgroundWorkers directly. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> | |||
| 2026-05-17 | Add bulk progress sync endpoint for offline mobile clients | Paul Buetow | |
