feat(windows): add scoped USB recovery helper foundation#1151
Conversation
|
Warning Review limit reached
Next review available in: 1 minute 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 ignored due to path filters (1)
📒 Files selected for processing (15)
✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
Fixes #1148\n\nImplements the scoped recovery foundation without elevating or restarting the daemon:\n- typed core recovery request/result and explicit deploy policy;\n- hidden current-executable helper routed before daemon setup;\n- constrained Config Manager identity revalidation and only parent re-enumeration/exact-child restart;\n- UAC launcher with nonce-bound create-new rendezvous, cancellation cleanup, and reparse-point rejection;\n- deterministic policy, identity, and operation-allowlist tests.\n\nRP2040 is intentionally not yet wired to emit or consume the typed request; #1147 remains the sole integration/hardware-validation child.\n\nValidation:\n- soldr cargo test -p fbuild-serial usb_recovery\n- soldr cargo test -p fbuild-cli usb_recovery\n- soldr cargo test -p fbuild-cli deploy_admin_and_no_admin_conflict\n- soldr cargo test -p fbuild-cli hidden_usb_recovery_helper_arguments_parse\n- soldr cargo check -p fbuild-cli -p fbuild-daemon\n- soldr cargo clippy -p fbuild-core -p fbuild-serial -p fbuild-cli -p fbuild-daemon --all-targets -- -D warnings