Skip to content

fix(skills): mark wizard as user-run-only, add manual setup fallback#18

Merged
HazAT merged 2 commits intomainfrom
fix/wizard-interactive-guidance
Mar 2, 2026
Merged

fix(skills): mark wizard as user-run-only, add manual setup fallback#18
HazAT merged 2 commits intomainfrom
fix/wizard-interactive-guidance

Conversation

@HazAT
Copy link
Copy Markdown
Member

@HazAT HazAT commented Mar 2, 2026

Summary

The Sentry wizard CLI requires interactive browser-based login and org/project selection prompts that AI agents cannot handle. This updates all SDK skills that reference the wizard to clearly tell the user to run the command themselves.

Changes

  • 5 SDK skills (nextjs, svelte, react-native, dotnet, cocoa): Wizard sections now use a blockquote telling the user to copy-paste the command into their own terminal. If skipped, the agent proceeds with full manual setup.
  • skill-creator template + philosophy: Updated the canonical pattern so future skills follow the same approach.

Why

The wizard has no supported non-interactive mode — it always opens a browser for OAuth login and prompts for org/project selection. Hidden undocumented flags exist but are incomplete and unreliable. A proper --non-interactive PR (sentry-wizard#1183) exists but isn't merged yet.

HazAT added 2 commits March 2, 2026 10:35
The Sentry wizard CLI requires interactive browser-based login and
org/project selection prompts that AI agents cannot handle. Updated all
SDK skills that reference the wizard to present it inside a blockquote
telling the user to run the command themselves in their terminal.

If the user skips the wizard, the agent proceeds with full manual setup.

Updated skills:
- sentry-nextjs-sdk
- sentry-svelte-sdk
- sentry-react-native-sdk
- sentry-dotnet-sdk
- sentry-cocoa-sdk
- sentry-sdk-skill-creator (template + philosophy reference)

Co-Authored-By: Claude (Anthropic Claude Sonnet 4)
- react-features.md: add interactive-login warning to source maps wizard
  reference (P1 — agent would hang on browser auth)
- cocoa SKILL.md: align 'once it finishes' copy with other skills to
  point to Verification instead of vague 'continue with configuration'

Co-Authored-By: Claude (Anthropic Claude Sonnet 4)
@HazAT HazAT merged commit ef12102 into main Mar 2, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant