Skip to content

feat(init): add feature setup review - #1413

Merged
betegon merged 1 commit into
mainfrom
feat/init-feature-review
Aug 12, 2026
Merged

feat(init): add feature setup review#1413
betegon merged 1 commit into
mainfrom
feat/init-feature-review

Conversation

@betegon

@betegon betegon commented Aug 12, 2026

Copy link
Copy Markdown
Member

Summary

  • present concern-focused feature descriptions, keep Error Monitoring always included, and default Logging, Session Replay, and Tracing on
  • order recommended defaults first, remove User Feedback from init, and start the cursor on the first unselected feature
  • add a vertical setup review with Back navigation and atomic prompt-to-review-to-planning transitions
  • keep long descriptions and review details usable in short or narrow terminals, with regression coverage for layout and prompt handoffs
  • synchronize init help and generated skill documentation

Closes #1378

Test plan

  • TZ=UTC pnpm exec vitest run test/commands/init.test.ts test/lib/init/clack-utils.test.ts test/lib/init/interactive.test.ts test/lib/init/ui/ink-app.snapshot.test.tsx test/lib/init/ui/ink-ui-telemetry.test.ts test/lib/init/wizard-runner.test.ts — 195 passed
  • pnpm run lint
  • pnpm run typecheck
  • pnpm run check:deps && pnpm run check:errors && pnpm run check:patches && pnpm run check:stale-refs
  • pnpm run check:fragments && pnpm run check:docs-sections
  • SENTRY_CLIENT_ID=ci-local-dummy pnpm run build — binary build succeeded
  • pnpm run test:unit — 9,123 passed, 17 skipped; 8 unrelated local-environment failures remain in untouched tests (6 UTC expectations under Europe/Madrid and 2 Bash completion simulations under macOS Bash 3.2)

@vercel

vercel Bot commented Aug 12, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
cli Ready Ready Preview Aug 12, 2026 5:31pm

Request Review

@betegon
betegon marked this pull request as ready for review August 12, 2026 17:33
@github-actions github-actions Bot added the risk: high PR risk score: high label Aug 12, 2026

@cursor cursor Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit f06fc6a. Configure here.

Comment thread packages/cli/src/lib/init/ui/ink-app.tsx
@betegon
betegon merged commit be024e4 into main Aug 12, 2026
31 checks passed
@betegon
betegon deleted the feat/init-feature-review branch August 12, 2026 18:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

risk: high PR risk score: high

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Frame init setup around user concerns

1 participant