feat(data-warehouse): offer 30 more sources in self-driving onboarding#254
Merged
Conversation
Add the new self-driving inbox sources to the `self-driving` skill's connected-tools step so `npx @posthog/wizard self-driving` offers them: support desks, issue trackers, error tracking, security scanners, and product feedback/reviews. Extends the step-5 wizard_ask options, the "already connected" warehouse source_type detection, and the responder (source_product/source_type) mapping. Credential sources reuse the existing generic connect-link connector (5c-credentials.md) — no new per-source connector files. Updates the source-list mentions in description.md and 2-read-context.md.
🧙 Wizard CIRun 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:
Test all apps in a directory:
Test an individual app:
Show more apps
Results will be posted here when complete. |
gewenyu99
approved these changes
Jul 21, 2026
gewenyu99
left a comment
Collaborator
There was a problem hiding this comment.
These look good to me. Should be safe!
Non-blocking but gonna CC self-driving team so they're aware
Collaborator
|
cc: @PostHog/team-self-driving Idk why I can't request y'all for review 😓 |
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
Make the
npx @posthog/wizard self-drivingonboarding offer the 30 new self-driving inboxsources (support desks, issue trackers, error tracking, security scanners, product feedback
and reviews) that were added to the signals scout (PostHog/posthog#72378) and the Code inbox
UI (PostHog/code#3597).
The wizard's connected-tools list is hardcoded in the
self-drivingskill, so a new source isinvisible to onboarding until it's added here.
Changes
In
context/skills/self-driving/references/5-connected-tools.md:wizard_askmulti-select options.source_typedetection list.source_product/source_type) for each.Credential sources reuse the existing generic connect-link connector (
5c-credentials.md) —no new per-source connector files. Also refreshed the source-list mentions in
description.mdand
2-read-context.md.Testing
node scripts/build.js— the skill bundles and structure validation passes(self-driving-setup packaged, 115 skills).