Prepare a release — refresh the README, run all checks, then set the new versionName across all platforms (Android/iOS/desktop) and bump the build number. Stops with changes unstaged; never commits or tags.
Increment the app's build number by 1 — Android versionCode in app/build.gradle.kts and iOS CURRENT_PROJECT_VERSION in iosApp/iosApp.xcodeproj/project.pbxproj. Desktop has no build-number field, so it is unaffected.
Set the app's version name to the given value on all platforms — Android versionName in app/build.gradle.kts, iOS MARKETING_VERSION in iosApp/iosApp.xcodeproj/project.pbxproj, and desktop packageVersion in desktopApp/build.gradle.kts — and bump the build number by 1.
Auto-fix mechanizable style, then run every verification gate (ktlint, detekt, lint, module graph, dependency analysis, mechanical style checks).
Bring README.md's Features and Tech Stack sections up to date with the actual feature modules, libraries, and recent work.