Drive App Store Connect web residue via agentic browser (v1.64.2.0)#31
Merged
Conversation
App record + .p8 key generation are form fields, not judgment: offer the consent-gated browser drive per THIRD-PARTY-ACTIONS before any manual checklist. Sign-in, 2FA, and payment stay user-performed. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
Bugbot is not enabled for your account, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
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.
Follow-up to #29. A live release run hit the "create the app record manually" wall and handed the user a checklist — but the app record and .p8 key generation are form fields on a logged-in session, exactly what the THIRD-PARTY-ACTIONS browser drive exists for.
The Apple release adapter now offers the consent-gated drive for all App Store Connect web residue (app record, API-key generation with download-to-approved-path) before any manual checklist, and names the only genuinely user-performed moments: Apple ID sign-in, 2FA, payment.
Test evidence:
test:gstack2gate green (parity 4,359),release-hardening11/11 (package.json/VERSION synced).🤖 Generated with Claude Code
Summary by cubic
Adds a consent‑gated agentic browser to drive App Store Connect web tasks before any manual checklist. It creates the app record and generates the first API key on the user’s session, and bumps the release to 1.64.2.0.
THIRD-PARTY-ACTIONS.mdbrowser flow to create the app record and generate/download the initial.p8to a user‑approved path outside the repo; falls back to the checklist if declined or unavailable.skills/ship/references/APPLE-RELEASE.md, regenerates the adapter (scripts/gstack2/generate-skill-tree.ts), and updatesCHANGELOG.md,package.json, andVERSIONto 1.64.2.0.Written for commit c37bb6e. Summary will update on new commits.