67c0cafb63
Replace stale references in 17 Kotlin files: - doctate-client-core::* -> doctate-desktop::* - doctate-client-core/src/* -> clients/desktop/src/* - doctate-common/src/* -> common/src/* The doctate-common:: crate path stays valid (crate name unchanged). PendingStoreTest.kt is in src/test/, so the test mirror is also updated. Verification: - grep for "doctate-client-core" / "doctate-common/src/" in clients/wearos/ returns 0 hits. - gradlew :app:testDebugUnitTest BUILD SUCCESSFUL (23s) -- also retroactively confirms stage-2's directory move did not break any Gradle relative-path assumptions. - cargo clippy --all-targets -- -D warnings clean in both server/ and clients/desktop/ workspaces. This concludes the four-stage server-vs-clients build-world split: - stage 1 (39cc666): dissolve doctate-client-core - stage 2 (0c66fc6): rename to common/, clients/desktop, clients/wearos - stage 3 (7b4fe87): split into standalone workspaces - stage 4 (this): update wearos anchors docs/projektplan.md to be updated separately.