Skip to content

Wave-37 scope: C06 L59 source-code provenance policy - #305

Merged
KooshaPari merged 2 commits into
mainfrom
feat/sl-w37-source-prov
Jul 17, 2026
Merged

Wave-37 scope: C06 L59 source-code provenance policy#305
KooshaPari merged 2 commits into
mainfrom
feat/sl-w37-source-prov

Conversation

@KooshaPari

Copy link
Copy Markdown
Owner

Wave-37 scoped lane. See WAVE37_LANE.md. Implementation follows.

Made with Cursor

@coderabbitai

coderabbitai Bot commented Jul 17, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@KooshaPari, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 16 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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 configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: 5881c403-0e57-4cb4-8fbf-7e119afca670

📥 Commits

Reviewing files that changed from the base of the PR and between c905d37 and c2a42b3.

📒 Files selected for processing (7)
  • CHANGELOG.md
  • CONTRIBUTING.md
  • WAVE37_LANE.md
  • docs/ops/branch-protection.md
  • docs/ops/source-provenance.md
  • scripts/branch-protection-check.ps1
  • scripts/source-provenance-check.ps1
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/sl-w37-source-prov
✨ Simplify code
  • Create PR with simplified code
  • Commit simplified code in branch feat/sl-w37-source-prov

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

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.

Comment thread WAVE37_LANE.md
# 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`

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

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.

Suggested change
**Worktree:** `C:\Users\koosh\SessionLedger-wtrees\w37-source-prov`
**Worktree:** w37-source-prov

Comment thread WAVE37_LANE.md

```powershell
pwsh ./scripts/source-provenance-check.ps1 -SelfCheck
pwsh ./scripts/branch-protection-check.ps1 -PolicyOnly

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

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.

Suggested change
pwsh ./scripts/branch-protection-check.ps1 -PolicyOnly
pwsh ./scripts/branch-protection-check.ps1

@KooshaPari
KooshaPari marked this pull request as ready for review July 17, 2026 11:52
@gemini-code-assist

Copy link
Copy Markdown

Warning

You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again!

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Risk: low. Cursor Bugbot was not present on this PR; approving based on the remaining signals. Docs and hermetic policy SelfCheck scripts only—no runtime behavior change. No reviewers assigned.

Open in Web View Automation 

Sent by Cursor Approval Agent: Pull Request Approver

KooshaPari and others added 2 commits July 17, 2026 05:19
…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>
@KooshaPari
KooshaPari force-pushed the feat/sl-w37-source-prov branch from bdc6140 to c2a42b3 Compare July 17, 2026 12:19

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Risk: low. Cursor Bugbot was not present on this PR; approving based on the remaining signals. Docs and hermetic policy SelfCheck scripts only—no runtime behavior change. No reviewers assigned.

Open in Web View Automation 

Sent by Cursor Approval Agent: Pull Request Approver

@KooshaPari
KooshaPari merged commit 4c5fd33 into main Jul 17, 2026
63 of 64 checks passed
@KooshaPari
KooshaPari deleted the feat/sl-w37-source-prov branch July 17, 2026 12:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant