Skip to content

ci(policy): run doc-contracts advisory#253

Merged
EffortlessSteven merged 1 commit into
mainfrom
ci/doc-contracts-advisory
May 13, 2026
Merged

ci(policy): run doc-contracts advisory#253
EffortlessSteven merged 1 commit into
mainfrom
ci/doc-contracts-advisory

Conversation

@EffortlessSteven

Copy link
Copy Markdown
Member

Summary:

  • add an advisory check-doc-contracts step to the CI Policy job
  • keep doc contracts non-blocking while still uploading target/policy reports
  • leave runtime behavior, release proof work, support tiers, and checker semantics unchanged

Validation:

  • cargo xtask check-doc-contracts --mode advisory
  • cargo xtask policy-report
  • cargo xtask check-file-policy --mode blocking-allowlist
  • cargo fmt --all -- --check
  • cargo xtask check-workflow-surfaces --mode blocking-allowlist
  • cargo xtask check-process-policy --mode blocking-allowlist
  • cargo xtask check-network-policy --mode blocking-allowlist
  • git diff --check

@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!

@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.
To continue using code reviews, add credits to your account and enable them for code reviews in your settings.

@coderabbitai

coderabbitai Bot commented May 13, 2026

Copy link
Copy Markdown

Warning

Rate limit exceeded

@EffortlessSteven has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 38 minutes and 38 seconds before requesting another review.

You’ve run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: 994c5466-50c7-4f67-8850-ad4b8054682b

📥 Commits

Reviewing files that changed from the base of the PR and between bbd8492 and 413465e.

📒 Files selected for processing (1)
  • .github/workflows/ci.yml
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch ci/doc-contracts-advisory

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 and usage tips.

@factory-droid

factory-droid Bot commented May 13, 2026

Copy link
Copy Markdown

Droid finished @EffortlessSteven's task —— View job


Droid review complete. No actionable findings.

Inspected surfaces:

  • .github/workflows/ci.yml :: new check-doc-contracts advisory step placement and arguments
  • PR description :: stated goal and validation commands

Checks performed:

  • Advisory mode always returns mode_fails = false (advisory never blocks)
  • Step correctly placed before unified policy-report step
  • Follows established advisory pattern (blocking-allowlist steps already in job)

Why no comments:

  • No candidates were emitted (empty comments array in candidates file)
  • Diff is a pure CI workflow addition with no source code changes
  • Advisory mode is designed to never gate merges; no correctness or safety issue

Residual risk:

  • doc-contracts checker behavior not independently verified (not in scope for this PR)

Validation signal:
Observed: diff adds single step with correct --mode advisory flag
Reported: PR description validation commands include advisory check
Not verified: actual xtask check-doc-contracts exit behavior

@EffortlessSteven EffortlessSteven merged commit f3f5888 into main May 13, 2026
23 checks passed
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