feat(wizard-ci): enable upload-source-maps e2e snapshots#2379
Draft
ablaszkiewicz wants to merge 2 commits into
Draft
feat(wizard-ci): enable upload-source-maps e2e snapshots#2379ablaszkiewicz wants to merge 2 commits into
ablaszkiewicz wants to merge 2 commits into
Conversation
- flip ciCapable on the upload-sourcemaps manifest entry - runE2e fails fast when the source-maps program runs without SOURCE_MAPS_CLI_KEY (the wizard host answers the agent's "api-key" ask with it; without it the run would silently write a junk key) - assert source-maps runs like integration (keep-skills + skillsComplete) — its outro frame is "source-maps-outro", so the generic "reached the outro" check would fail a successful run - thread SOURCE_MAPS_CLI_KEY through the wizard-ci workflow env (secret GH_APP_POSTHOG_WIZARD_CI_BOT_SOURCE_MAPS_CLI_KEY must be created: a personal API key with the "Source map upload" preset) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.
Companion to PostHog/wizard#794: flips
ciCapableonupload-sourcemaps, threadsSOURCE_MAPS_CLI_KEYthrough the CI workflow (secret already created), fails fast when it's missing, and asserts source-maps runs like integration (keep-skills + skillsComplete).🤖 Generated with Claude Code