Full CLI autonomy: membership + Apple ID is the whole requirement (v1.64.4.0)#33
Merged
Merged
Conversation
Session-authenticated fastlane deliver/pilot (machine tool, env credentials only) uploads and submits without an API key. Autonomy contract: membership + Apple ID creds run the whole release from CLI; web residue is membership purchase and paid-app banking/tax only. 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.
Follow-up to #32, closing the last false gate. The adapter previously treated a missing
.p8API key as web residue. It isn't: Apple ID session auth uploads and submits without one — machine-level fastlanedeliver/pilotwithFASTLANE_SESSION(minted once byfastlane spaceauth) andFASTLANE_APPLE_APPLICATION_SPECIFIC_PASSWORD, both env credentials that never touch argv or logs. fastlane remains a consent-gated machine tool, never a project dependency.New autonomy contract in
APPLE-RELEASE.md: an active paid membership plus Apple ID credentials runs the ENTIRE release from the CLI —asc webfirst (app record, bundle IDs), fastlane as the completeness fallback for any stepasc weblacks. Never declare a manual gate that a web-session tool covers. Web-only residue: the membership purchase itself (a precondition, not a release step) and, for paid apps only, the one-time banking/tax agreement. A free app ships with zero browser steps.Test evidence:
test:gstack2gate green (parity 4,359),release-hardening11/11.🤖 Generated with Claude Code
Summary by cubic
Make Apple releases fully CLI-driven: an active membership plus Apple ID credentials is enough to ship, even without a
.p8API key. The adapter prefersasc webfor app record and bundle IDs, and falls back to session-authenticatedfastlane(deliver/pilot) for upload, TestFlight, and submit..p8no longer blocks; useFASTLANE_SESSIONandFASTLANE_APPLE_APPLICATION_SPECIFIC_PASSWORD(env-only).skills/ship/references/APPLE-RELEASE.mdand generator to state: browser is only for membership purchase and paid-app banking/tax; free apps have zero browser steps.1.64.4.0and CHANGELOG update.Written for commit 5446e3c. Summary will update on new commits.