Use this agent when you need unit tests written for new or changed code. This includes after implementing a new function, class, or module, after refactoring existing code, or when the user explicitly asks for tests to be written for specific files or functions.\n\nExamples:\n\n- user: "Please write a function that…
Increment the app's build number by 1 — Android versionCode in app/build.gradle.kts and iOS CURRENTPROJECTVERSION in iosApp/iosApp.xcodeproj/project.pbxproj. Desktop has no build-number field, so it is unaffected.
Prepare a release — refresh the README, run all checks, set the new versionName across all platforms (Android/iOS/desktop), bump the build number, and bring the public roadmap up to date. Stops with changes unstaged; never commits or tags.
Set the app's version name to the given value on all platforms — Android versionName in app/build.gradle.kts, iOS MARKETINGVERSION in iosApp/iosApp.xcodeproj/project.pbxproj, and desktop packageVersion in desktopApp/build.gradle.kts — and bump the build number by 1.