Wave-37 scope: C06 L59 source-code provenance policy - #305
Conversation
|
Warning Review limit reached
Next review available in: 16 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: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (7)
✨ Finishing Touches🧪 Generate unit tests (beta)
✨ Simplify code
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 |
There was a problem hiding this comment.
Code Review
This pull request adds the WAVE37_LANE.md file to document the Wave-37 lane for the source-code provenance policy. Feedback on this PR highlights two issues: a hardcoded absolute local path that should be made portable, and an invalid -PolicyOnly parameter in the verification script command that will cause a parameter binding error.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
| # Wave-37 lane: w37-source-prov — C06 L59 source-code provenance policy | ||
|
|
||
| **Branch:** `feat/sl-w37-source-prov` | ||
| **Worktree:** `C:\Users\koosh\SessionLedger-wtrees\w37-source-prov` |
There was a problem hiding this comment.
The worktree path contains a hardcoded absolute local path specific to a single user's environment. It is recommended to use a relative path or omit the absolute local path entirely to keep the documentation portable and avoid leaking local system details.
| **Worktree:** `C:\Users\koosh\SessionLedger-wtrees\w37-source-prov` | |
| **Worktree:** w37-source-prov |
|
|
||
| ```powershell | ||
| pwsh ./scripts/source-provenance-check.ps1 -SelfCheck | ||
| pwsh ./scripts/branch-protection-check.ps1 -PolicyOnly |
There was a problem hiding this comment.
The branch-protection-check.ps1 script does not define a -PolicyOnly parameter. Running this command will result in a parameter binding error. Consider removing the parameter or using -Strict if strict validation is intended.
| pwsh ./scripts/branch-protection-check.ps1 -PolicyOnly | |
| pwsh ./scripts/branch-protection-check.ps1 |
|
Warning You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again! |
…licy Co-authored-by: Cursor <cursoragent@cursor.com>
Document signed commits, CODEOWNERS, and human org gates with hermetic SelfCheck and branch-protection PolicyOnly hooks for machine-verifiable anchors. Co-authored-by: Cursor <cursoragent@cursor.com>
bdc6140 to
c2a42b3
Compare


Wave-37 scoped lane. See WAVE37_LANE.md. Implementation follows.
Made with Cursor