One tool, one question: fastlane-only Apple release (v1.64.7.0)#36
Merged
Conversation
Three baseline assumptions: user has never heard of a .p8; one tool (fastlane: produce/cert/sigh/gym/pilot/deliver/frameit), no CLI zoo; exactly one question ever — authorize the release — with in-session spaceauth sign-in and everything after it autonomous, including asset generation. 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. |
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.
Live nimbus test round 2. The adapter still sent the user to a separate Terminal window and narrated a five-step plan. Product owner's three assumptions, now baked in as the contract:
.p8. Credential vocabulary (API keys, .p8, sessions) is banned from everything user-facing. They paid $99; they want to ship.produce,cert,sigh,gym,pilot,deliver,frameit. No asc, no CLI zoo, no auth branches. Installed with a one-line announcement, never a question.! fastlane spaceauthin-session (password + one 2FA code straight to Apple; printed token kept out of the transcript, the~/.fastlane/spaceship/cookie is the real credential; separate terminal demoted to hosts without an interactive path). Everything after — installs, asset generation (simulator capture + frameit + SnapAI icon, autonomous), upload, storefront, Submit — is covered by that single authorization.Test evidence:
test:gstack2gate green (parity 4,359),release-hardening11/11.🤖 Generated with Claude Code
Summary by cubic
Rewrote the Apple release flow to run end-to-end with
fastlaneand ask only one question: authorize the release. This removes multi-CLI paths, handles sign-in in-session, and automates missing store assets.New Features
produce,cert,sigh,gym,pilot,deliver,frameit. Auto-install with a one-line announcement.fastlane spaceauth. No.p8or credential terms shown. Session cookie used; no further prompts.frameit+ SnapAI icon. User files preferred; richer generators are opt-in.delivermanages listing, screenshots, attach build, and submit. TestFlight viapilot. Upload/submit run as external effects with durable keys.Refactors
scripts/gstack2/generate-skill-tree.tsandskills/ship/references/APPLE-RELEASE.mdto reflect the fastlane-only flow.1.64.7.0with CHANGELOG entry.Written for commit 477e54c. Summary will update on new commits.