chore: Route setup UI through startup services#1560
Conversation
Add the instance service path through the application services and presentation startup so the static CLI setup facade can be removed in the next steps without changing window behavior yet.
Replace Settings and Setup Wizard facade calls with the services registered during editor startup while preserving the synthetic dispatcher-version test seam from the settings fixture.
Delete the compatibility facade now that Settings and Setup Wizard receive the CLI setup service through the editor startup service graph.
|
Warning Review limit reached
Next review available in: 27 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: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThis PR removes the static ChangesFacade removal and DI wiring
Estimated code review effort: 3 (Moderate) | ~30 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Warning Review ran into problems🔥 ProblemsGit: Failed to clone repository. Please run the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Let the registered service getters own the fail-fast contract instead of adding assignment-only null assertions in the windows.
Summary
User Impact
Changes
CliSetupApplicationServicethrough the application services, bootstrapper, and presentation startup graph.CliPathSetupPromptcalls with the injected service, preserving the synthetic minimum-dispatcher-version test seam.CliSetupApplicationFacadeand update the architecture plan note to describe the startup service path.Notes
CliPathSetupPromptdoes not own the service; Settings and Setup Wizard pass their registeredCliSetupApplicationServicewhen invoking PATH setup.Verification
dist/darwin-arm64/uloop compile --project-path <PROJECT_ROOT>: 0 errors / 0 warningsdist/darwin-arm64/uloop run-tests --project-path <PROJECT_ROOT> --test-mode EditMode --filter-type regex --filter-value "(UnityCliLoopSettingsWindowCliActionTests|SetupWizardWindowTests|CliPathSetupFlowTests|CliSetupApplicationServiceTests|StaticFacadeStateGuardTests)": 174 passed