Skip to content

fix(self-driving): Copy fixes, enable error tracking and replay by default, rename "fleet" to "troop"#198

Merged
sortafreel merged 6 commits into
mainfrom
signals/sd-wizard-copy-ui-fixe
Jun 23, 2026
Merged

fix(self-driving): Copy fixes, enable error tracking and replay by default, rename "fleet" to "troop"#198
sortafreel merged 6 commits into
mainfrom
signals/sd-wizard-copy-ui-fixe

Conversation

@sortafreel

@sortafreel sortafreel commented Jun 23, 2026

Copy link
Copy Markdown
Contributor

What was the problem

  • The GitHub-connect prompt offered a second "re-link via settings" link. It wrapped across lines and could not be clicked or copied, and it duplicated what the main authorize link already does.
  • The connected-tools question described Signals passively ("watch your other tools and pull their issues into the inbox"), which undersold what it actually does.
  • Step 2 told the agent to read posthog-setup-report.md as if it always exists, but it is missing for projects set up a while ago, set up manually or via the snippet, or never set up with the wizard.
  • Error tracking and session replay were only switched on when there was current evidence of use, so a project that has not started using them yet got nothing, even though an idle source costs nothing and teams tend to adopt them later.
  • The GitHub Issues and Linear connectors carried "older server" fallback handling for a server we ship and control, so the case could never happen.
  • The skill called the group of scouts a "fleet," but the UI now calls it a "troop."

What we changed

  • Removed the re-link and integrations-settings text from the GitHub-connect prompt. The single authorize link already covers a fresh install, linking an existing install, and re-auth, and it stays alone on its own line so it stays clickable.
  • Reworded the connected-tools question to active framing: watch your other tools and investigate and fix the problems they surface.
  • Clarified that posthog-setup-report.md may be absent, and that its absence means no signal rather than nothing instrumented, so the agent falls through to the project profile and usage probes.
  • Made error tracking and session replay lean toward enabling by default, even with no current signal. Existing evidence only raises confidence, and its absence is no longer a reason to skip.
  • Removed the "older server" fallback text from the GitHub Issues and Linear connector steps, keeping only the real dormant-fallback paths.
  • Renamed "fleet" to "troop" throughout the skill to match the UI.

@github-actions

Copy link
Copy Markdown

🧙 Wizard CI

Run the Wizard CI and test your changes against wizard-workbench example apps by replying with a GitHub comment using one of the following commands:

Test all apps:

  • /wizard-ci all

Test all apps in a directory:

  • /wizard-ci basic-integration
  • /wizard-ci error-tracking-upload-source-maps
  • /wizard-ci misc
  • /wizard-ci revenue

Test an individual app:

  • /wizard-ci basic-integration/android
  • /wizard-ci basic-integration/angular
  • /wizard-ci basic-integration/astro
Show more apps
  • /wizard-ci basic-integration/django
  • /wizard-ci basic-integration/fastapi
  • /wizard-ci basic-integration/flask
  • /wizard-ci basic-integration/javascript-node
  • /wizard-ci basic-integration/javascript-web
  • /wizard-ci basic-integration/laravel
  • /wizard-ci basic-integration/next-js
  • /wizard-ci basic-integration/nuxt
  • /wizard-ci basic-integration/python
  • /wizard-ci basic-integration/rails
  • /wizard-ci basic-integration/react-native
  • /wizard-ci basic-integration/react-router
  • /wizard-ci basic-integration/sveltekit
  • /wizard-ci basic-integration/swift
  • /wizard-ci basic-integration/tanstack-router
  • /wizard-ci basic-integration/tanstack-start
  • /wizard-ci basic-integration/vue
  • /wizard-ci error-tracking-upload-source-maps/android
  • /wizard-ci error-tracking-upload-source-maps/cicd-docker-node-raw
  • /wizard-ci error-tracking-upload-source-maps/cicd-github-actions-docker-node-raw
  • /wizard-ci error-tracking-upload-source-maps/cicd-github-actions-nested-docker-node-raw
  • /wizard-ci error-tracking-upload-source-maps/cicd-github-actions-node-raw
  • /wizard-ci error-tracking-upload-source-maps/cicd-github-actions-single-stage-docker-node-raw
  • /wizard-ci error-tracking-upload-source-maps/cicd-gitlab-node-raw
  • /wizard-ci error-tracking-upload-source-maps/cicd-monorepo-pnpm-node-react
  • /wizard-ci error-tracking-upload-source-maps/cicd-monorepo-raw-node-react
  • /wizard-ci error-tracking-upload-source-maps/cicd-ssh-vps-node-raw
  • /wizard-ci error-tracking-upload-source-maps/flutter
  • /wizard-ci error-tracking-upload-source-maps/ios
  • /wizard-ci error-tracking-upload-source-maps/next
  • /wizard-ci error-tracking-upload-source-maps/next-no-posthog
  • /wizard-ci error-tracking-upload-source-maps/node-raw
  • /wizard-ci error-tracking-upload-source-maps/node-rollup
  • /wizard-ci error-tracking-upload-source-maps/node-rollup-typescript-plugin
  • /wizard-ci error-tracking-upload-source-maps/node-webpack
  • /wizard-ci error-tracking-upload-source-maps/nuxt-3-6
  • /wizard-ci error-tracking-upload-source-maps/nuxt-4-3
  • /wizard-ci error-tracking-upload-source-maps/react-native
  • /wizard-ci error-tracking-upload-source-maps/react-vite
  • /wizard-ci error-tracking-upload-source-maps/rust
  • /wizard-ci misc/quack-quack
  • /wizard-ci revenue/stripe

Results will be posted here when complete.

@sortafreel sortafreel changed the title fix(self-driving): Improve Wizard wording + remove excessive text fix(self-driving): copy fixes, enable error tracking and replay by default, rename "fleet" to "troop" Jun 23, 2026
@sortafreel sortafreel changed the title fix(self-driving): copy fixes, enable error tracking and replay by default, rename "fleet" to "troop" fix(self-driving): Copy fixes, enable error tracking and replay by default, rename "fleet" to "troop" Jun 23, 2026
@sortafreel sortafreel merged commit f3415f0 into main Jun 23, 2026
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants