Guided /setup onboarding: team, roles, AI, integrations, backfill - #66
Conversation
|
Warning Review limit reached
Next review available in: 22 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (11)
📝 WalkthroughWalkthroughAdded guided workspace onboarding with persisted progress, readiness detection, role assignment, optional AI and integrations, evidence backfill, skip support, and setup routing. Seeded workspaces start complete. ChangesWorkspace onboarding
Estimated code review effort: 4 (Complex) | ~60 minutes Sequence Diagram(s)sequenceDiagram
participant WorkspaceApp
participant SetupPage
participant OnboardingAPI
participant Database
WorkspaceApp->>OnboardingAPI: GET /api/onboarding
OnboardingAPI->>Database: Read onboarding readiness
Database-->>OnboardingAPI: Return workspace metrics
OnboardingAPI-->>WorkspaceApp: Return onboarding status
WorkspaceApp->>SetupPage: Redirect incomplete workspace
SetupPage->>OnboardingAPI: Save step or skipped state
OnboardingAPI->>Database: Persist onboarding state
Database-->>OnboardingAPI: Confirm saved state
Possibly related PRs
Suggested reviewers: ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
Replace the thin Home checklist with a first-run wizard: add directs, assign PE ladder roles in bulk, optional AI, integrations with credential guides, and evidence backfill with progress. Empty workspaces redirect to /setup until finished or skipped. Co-authored-by: Damon <Modsofthenation@users.noreply.github.com>
fda9d49 to
caaa60b
Compare
Summary
Empty workspaces now go through a guided /setup flow instead of a thin Home checklist that dumped people onto disconnected pages.
Rebased onto latest
main(includes Roles UX, section-nav contrast, and Cursor Cloud Agents). Setup → AI offers Cloud Agents + OpenAI-compatible as separate providers.Flow
Also
PUT /api/onboarding+ richerGET /api/onboardingPOST /api/roles/assign-bulkVerification
pnpm --filter @prm/{shared,api,ui} typecheckafter rebaseSummary by CodeRabbit