test: guard shipped drift claims in docs - #25
Conversation
Add a narrow docs/reality contract for shipped Phase 1 drift checks. The guard reports the exact file and line for stale planned or not-yet-implemented claims while allowing the planned Phase 2 coverage-gap work. Agent-Actor: scout Agent-Run-Id: anvil-cycle-001-2026-08-01T17-18Z
|
Warning Review limit reachedYou’ve reached a temporary PR review limit under our Fair Usage Limits Policy. Next review available in: 48 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: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (3)
Comment |
The self-audit proof reruns PR signal checks through gh during CI. Wire the read-only Actions token into the test step so the checked-in clean proof remains deterministic in pull requests. Agent-Actor: scout Agent-Run-Id: anvil-cycle-001-2026-08-01T17-18Z
What
Add a narrow docs/reality contract for Anvil's shipped Phase 1 drift checks.
Why
SFR-408, SFD-331, and the current Anvil cycle surfaced repeated documentation claims that shipped capabilities were still planned or not implemented. This guard catches that regression with exact file and line evidence while allowing the planned Phase 2 coverage-gap work.
Proof
Command drift detection is plannedclaim fails with the source file and line.bun run lintbun run format:checkbun run typecheckbun test(356 passing)Tracking