feat(init): support project-aware feature selection - #1455
Draft
betegon wants to merge 1 commit into
Draft
Conversation
Render the repository analyzer's feature recommendations and support durable analysis checkpoints.\n\nKeep selection, review, Back navigation, and server-enforced dependencies consistent.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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
Update
sentry initto present the feature recommendations produced by the paired repository analyzer in getsentry/cli-init-api#253.The CLI understands Agent Tracing, MCP Observability, Attachments, and durable analysis checkpoints. The interactive selector keeps features that require additional code-level decisions—Attachments, Metrics, and User Feedback—out of the list, while the explicit
--featurespath retains the broader feature vocabulary.Feature dependencies are normalized before review, so Agent Tracing, MCP Observability, and Profiling include Tracing consistently across selection, review, resume, and Back navigation. Labels, ordering, and progress copy now match the project-aware analysis flow.
Compatibility
agent-checkpointis a new API-to-CLI operation used to continue the persisted repository-analysis session without local filesystem work.Release this change as CLI 0.44.0 and verify that
sentry cli upgradeserves it before deploying the paired API. The API requires CLI 0.44.0 or newer before requesting checkpoints.Test plan
git diff --checkpassed