Update stripe-projects skill for preflight and error codes#457
Closed
rami-stripe wants to merge 1 commit into
Closed
Update stripe-projects skill for preflight and error codes#457rami-stripe wants to merge 1 commit into
rami-stripe wants to merge 1 commit into
Conversation
…auth - Step 3: run --preflight --json before init to surface all blockers at once; stop on BROWSER_AUTH_REQUIRED or ACCOUNT_NOT_ELIGIBLE - Step 3: use --accept-tos --yes for the init command - Step 3: rewrite browser auth guidance — wait for auto-poll instead of stopping; only stop on BROWSER_AUTH_REQUIRED exit code - Error table: add BROWSER_AUTH_REQUIRED, ACCOUNT_NOT_ELIGIBLE, TOS_ACCEPTANCE_REQUIRED, PLAN_REQUIRED with recovery actions Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Committed-By-Agent: claude
Contributor
There was a problem hiding this comment.
This PR modifies files that are automatically synced from a centrally maintained copy at docs.stripe.com/.well-known/skills. Any changes made here will be overwritten by the next sync.
To make lasting changes, apply them to the source. You can find instructions at go/add-stripe-skill.
Contributor
|
Bot is correct ^ |
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.
Summary
--preflight --jsoncheck beforestripe projects initto surface all blockers in one pass--accept-tos --yeson the init command (previously missing--accept-tos, which causedTOS_ACCEPTANCE_REQUIREDfailures)BROWSER_AUTH_REQUIREDexit codeBROWSER_AUTH_REQUIRED,ACCOUNT_NOT_ELIGIBLE,TOS_ACCEPTANCE_REQUIRED,PLAN_REQUIREDContext
These changes pair with stripe-cli-projects-plugin#345 which adds the
--preflightflag and standardized error codes to the CLI, and #346 which auto-opens the browser in agent sessions.Test plan
Generated with Claude Code