Skip to content

docs(signposts): refresh topic routing#654

Merged
flyingrobots merged 1 commit into
mainfrom
docs/signpost-refresh-v0.2.0
Jun 26, 2026
Merged

docs(signposts): refresh topic routing#654
flyingrobots merged 1 commit into
mainfrom
docs/signpost-refresh-v0.2.0

Conversation

@flyingrobots

Copy link
Copy Markdown
Owner

Summary

  • add a docs/topics/docs-orientation.md topic for choosing the right documentation signpost
  • route README, docs entrance, guide, architecture, method, entrypoints, and contributing docs through the expanded topic map
  • refresh active install/source-checkout examples away from stale wesley-cli 0.1.0 and toward current 0.1.1 / cargo run --bin wesley -- ...
  • add Bats guards that keep front-door signposts connected to docs/topics and prevent the retired 0.1.0 install command from returning

Verification

  • BATS_LIB_PATH=test/vendor bats -t test/docs-planning-boundary.bats
  • cargo xtask docs-check
  • node scripts/check-doc-cli-commands.mjs
  • pnpm exec prettier --check README.md CONTRIBUTING.md docs/README.md docs/GUIDE.md docs/ARCHITECTURE.md docs/ENTRYPOINTS.md docs/METHOD.md docs/reference/cli.md docs/topics/*.md docs/topics/contributing/triage.md docs/truth-manifest.json
  • BATS_LIB_PATH=test/vendor bats -t test/release-governance.bats
  • git diff --check
  • cargo xtask preflight
  • pre-push Rust product preflight + repo Bats smoke suite

@coderabbitai

coderabbitai Bot commented Jun 26, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@flyingrobots, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 24 minutes and 33 seconds. Learn how PR review limits work.

Your organization has run out of usage credits. Purchase more credits in the billing tab to continue.

⌛ How to resolve this issue?

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 credits.

🚦 How do rate 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 see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: b6d29f85-d6d6-49e5-81b0-d4ce4215f9bf

📥 Commits

Reviewing files that changed from the base of the PR and between ca744ef and 57a1309.

📒 Files selected for processing (12)
  • CONTRIBUTING.md
  • README.md
  • docs/ARCHITECTURE.md
  • docs/ENTRYPOINTS.md
  • docs/GUIDE.md
  • docs/METHOD.md
  • docs/README.md
  • docs/reference/cli.md
  • docs/topics/README.md
  • docs/topics/docs-orientation.md
  • docs/truth-manifest.json
  • test/docs-planning-boundary.bats

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.

@flyingrobots

Copy link
Copy Markdown
Owner Author

Code Lawyer Activity Summary

# Source Severity File Commit Outcome
1 PR review threads - - - No unresolved inline review threads. GraphQL reviewThreads.totalCount is 0.
2 PR global comments P2 gate - - CodeRabbit posted a review-limit / usage-credits warning and did not review this PR.
3 Self audit - Branch diff - No self-discovered issues requiring changes. Diff is docs/test-only and preserves the domain-free boundary.

Verification:

Gate Result
git status --porcelain clean
git fetch origin passed
Full GraphQL inline/global comment read passed; 0 threads, 1 CodeRabbit rate-limit comment
git diff origin/main...HEAD self-audit passed; no new issues
cargo search wesley-cli --limit 1 passed; crates.io reports wesley-cli = "0.1.1"
cargo xtask preflight passed
BATS_LIB_PATH=test/vendor bats -t test/docs-planning-boundary.bats test/release-governance.bats passed
pnpm exec prettier --check ... passed
node scripts/check-doc-cli-commands.mjs passed
git diff --check passed
docs/topics manifest parity check passed

Merge-gate note: repository Actions are green, but strict Code Lawyer remains blocked by review policy / CodeRabbit status unless an admin override is explicitly accepted.

@flyingrobots

Copy link
Copy Markdown
Owner Author

Code Lawyer Activity Summary — Rerun

# Source Severity File Commit Outcome
1 PR review threads - - - No unresolved inline review threads. GraphQL reviewThreads.totalCount is 0.
2 Self audit - Branch diff - No new issues found in git diff origin/main...HEAD; docs/test-only diff remains domain-free.
3 Merge gate P2 gate - - Blocked: CodeRabbit status context is still failing with Insufficient usage credits.
4 Merge gate P2 gate - - Blocked under strict policy: reviewDecision=REVIEW_REQUIRED, approvals 0.

Verification:

Gate Result
git status --porcelain clean
git fetch origin passed
Full GraphQL inline/global comment read passed; 0 review threads
git diff origin/main...HEAD self-audit passed; no fixable issues
cargo xtask preflight passed
BATS_LIB_PATH=test/vendor bats -t test/docs-planning-boundary.bats test/release-governance.bats passed
pnpm exec prettier --check ... passed
node scripts/check-doc-cli-commands.mjs passed
git diff --check passed
docs/topics manifest parity check passed
gh pr checks 654 blocked by CodeRabbit failure; Actions pass/skipped as expected

No merge executed: the user requested admin merge only if green and clean, and the PR is not green while CodeRabbit reports Insufficient usage credits.

@flyingrobots

Copy link
Copy Markdown
Owner Author

Code Lawyer Activity Summary — Rerun 2

# Source Severity File Commit Outcome
1 PR review threads - - - No unresolved inline review threads. GraphQL reviewThreads.totalCount is 0.
2 PR global comments P2 gate - - CodeRabbit still reports review limit / insufficient usage credits; no actionable inline feedback exists.
3 Self audit - Branch diff - No new issues found in git diff origin/main...HEAD; docs/test-only diff preserves the domain-free boundary.
4 Merge gate P2 gate - - Blocked: gh pr checks 654 still reports CodeRabbit failure: Insufficient usage credits.
5 Merge gate P2 gate - - Blocked under strict policy: reviewDecision=REVIEW_REQUIRED, approvals 0.

Verification:

Gate Result
git status --porcelain clean
git fetch origin passed
Full GraphQL inline/global comment read passed; 0 review threads
git diff origin/main...HEAD self-audit passed; no fixable issues
cargo xtask preflight passed
BATS_LIB_PATH=test/vendor bats -t test/docs-planning-boundary.bats test/release-governance.bats passed
pnpm exec prettier --check ... passed
node scripts/check-doc-cli-commands.mjs passed
git diff --check passed
docs/topics manifest parity check passed
gh pr checks 654 blocked by CodeRabbit failure; Actions pass/skipped as expected

No commits were created and no review threads were resolved because there were no actionable issues in this pass.

@flyingrobots flyingrobots merged commit 03d5278 into main Jun 26, 2026
15 of 16 checks passed
@flyingrobots flyingrobots deleted the docs/signpost-refresh-v0.2.0 branch June 26, 2026 11:34
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