feat: Android source-map (mapping) upload guidance + contract lock - #253
Merged
Conversation
Android guidance in the shared source-maps skill mirrors the iOS shape: Gradle plugin build hook (minified variants only, posthog-cli preinstalled by the wizard), a .env -> PostHogCliExecTask credential bridge, and a release-variant test flow. The variant itself already existed in config.yaml with the upload-mappings docs auto-attached; a contract test locks the expanded skill shape the wizard consumes. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Live run showed the agent plugging the posthog-android SDK version (3.x) into the plugin block; the plugin artifact only exists on its own 1.x line, so resolution fails. The docs use a $version placeholder, so the skill has to carry the distinction. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…dance Live run hallucinated the capture call; pin the affordance to the real API verbatim, like the iOS bullet. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Studio's Gradle daemon misses the shell PATH (nvm installs), so the upload task can't spawn posthog-cli. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
IDE-launched Gradle daemons miss the shell PATH (nvm installs), so PATH lookup of posthog-cli fails from Android Studio. The bridge now also sets postHogExecutable from a POSTHOG_CLI_PATH entry in the gitignored .env; absent in CI, the task falls back to PATH as before. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
🧙 Wizard CIRun the Wizard CI and test your changes against wizard-workbench example apps by replying with a GitHub comment using one of the following commands: Test all apps:
Test all apps in a directory:
Test an individual app:
Show more apps
Results will be posted here when complete. |
This was referenced Jul 20, 2026
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
cat-ph
approved these changes
Jul 20, 2026
cat-ph
reviewed
Jul 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Related PRs:
Skill content and contract for the Android
upload-source-mapsflow.🤖 Generated with Claude Code