chore(layout): drop store6- prefix from modules - #758
Conversation
Remove unused Images and superpowers plans, and rename store6-* Gradle modules to unprefixed directories so the store6 branch layout matches the published artifact IDs. Co-authored-by: Cursor <cursoragent@cursor.com>
|
Opened on the wrong repository; the tidy-up PR targets matt-ramotar/Store6:store6. |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 2 potential issues.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 9726208. Configure here.
| llms.txt | ||
| compose/README.md | ||
| room/README.md | ||
| sqldelight/README.md |
There was a problem hiding this comment.
Docs sync source list unsorted
High Severity
.github/docs-sync-sources.txt is not in LC_ALL=C sort order: compose/README.md, room/README.md, and sqldelight/README.md appear after llms.txt, but compose/ sorts before docs/. The docs-sync-guard job runs sort -c on every PR and will fail before any docs-change check.
Additional Locations (1)
Reviewed by Cursor Bugbot for commit 9726208. Configure here.
| run: | | ||
| set -euo pipefail | ||
| status=0 | ||
| for module in extension-probe testing sqldelight compose compose-demo room benchmarks devtools devtools-inspector devtools-demo mutations mutations-quickstart mutations-testing mutations-sqldelight paging-androidx paging-androidx/sample graphql graphql/sample realtime realtime/sample; do |
There was a problem hiding this comment.
Internal-access guard skips samples
Medium Severity
The core-internal access sweep includes nested samples for paging-androidx, graphql, and realtime, but omits room/sample and sqldelight/sample even though those directories exist and are built by CI. Internals usage there would not fail the guard.
Reviewed by Cursor Bugbot for commit 9726208. Configure here.


Summary
Images/assets anddocs/superpowers/plans/.store6-*Gradle module to an unprefixed directory (store6-core/→core/,store6-benchmarks/→benchmarks/, and the rest of the set).org.mobilenativefoundation.store6are unchanged.Test plan
./gradlew projectslists the unprefixed modules./gradlew :core:compileKotlinJvm :core:jvmApiCheck./gradlew :testing:compileKotlinJvm :testing:jvmApiCheck :compose:compileKotlinJvm :mutations:compileKotlinJvm./gradlew -p tooling :plugins:test --tests '...SwiftDumpTasksPluginTest'Made with Cursor