diff --git a/conductor/tracks/extract_services_20260317/plan.md b/conductor/tracks/extract_services_20260317/plan.md index 64cf02e42..6174b2d63 100644 --- a/conductor/tracks/extract_services_20260317/plan.md +++ b/conductor/tracks/extract_services_20260317/plan.md @@ -9,9 +9,9 @@ ## Phase 2: Extraction to `core:service` - [x] Task: Setup `core:service` module for Android and Common targets (if not already fully configured) [a114084] -- [~] Task: Move Android `Service` implementations to `core:service/androidMain` - - [ ] Move the files - - [ ] Update imports and Koin injections +- [x] Task: Move Android `Service` implementations to `core:service/androidMain` [965def0] + - [x] Move the files + - [x] Update imports and Koin injections - [ ] Task: Abstract shared service logic into `core:service/commonMain` - [ ] Write failing tests for abstracted shared logic (TDD Red) - [ ] Extract interfaces and platform-agnostic logic (TDD Green)