feat(integration-v2): cut the default run to install, init, identify, products - #283
Draft
gewenyu99 wants to merge 3 commits into
Draft
Conversation
feat: Merge build into review; install-once with env fallback; review works handoff files
… products Drops the 15-capture-site, dashboard, and insight steps and replaces them with a handoff the user's own agent picks up: suggested events, the analyses they unlock, and copy-paste prompts. Adds three steps — product-signals (a read-only repo groom init spawns in parallel), enable-features (project-side product switches, queued behind the groom), and ai-observability (enqueued only when the manifests show an LLM SDK). Init now also owns the products that are init-time options: autocapture, pageviews, session replay. The enable-products instructions move to a shared partial so self-driving and the new step can't drift, and they now name products-enable as the only write path — project-settings-update needs the far broader project:write the run deliberately doesn't hold. A missing tool or scope is reported as an outcome, never a failed task, so a permission wall can't abort a run that otherwise succeeded. Generated-By: PostHog Code Task-Id: 50129528-0b90-4c2e-836a-73f0a784473a
🧙 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. |
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.
Cuts the 15 capture sites, dashboards, and insights from the default
integration-v2run and replaces them with a suggestions handoff, plus newproduct-signals/enable-features/ai-observabilitysteps.Created with PostHog Code