conductor(plan): Mark abstract radio logic task as complete

This commit is contained in:
James Rich 2026-03-17 11:52:24 -05:00
parent cc1581d7b3
commit e85c5b7dfa

View file

@ -22,7 +22,7 @@
- [x] Task: Move Radio connection and networking files from `app` to `core:network/androidMain` [b5233cf]
- [x] Move the files
- [x] Update imports and Koin injections
- [~] Task: Abstract shared radio/network logic into `core:network/commonMain`
- [x] Task: Abstract shared radio/network logic into `core:network/commonMain` [cc1581d]
- [x] Write failing tests for abstracted radio logic (TDD Red)
- [x] Extract platform-agnostic business logic (TDD Green)
- [x] Refactor implementations to use shared abstractions