chore(contracts): absorb AGENTS.md - #40
Conversation
…(observe mode, one reversible commit)
|
Your free trial PR review limit of 300 PRs has been reached. Please upgrade your plan to continue using CodeAnt AI. |
|
ⓘ Qodo reviews are paused because your workspace is out of credits. Ask your workspace admin to add credits to resume reviews. Manage billing |
Bugbot couldn't run - usage limit reachedBugbot is counted against Cursor usage for this user or team, and this run hit a usage or spend limit. A user or team admin can review and increase usage limits in the Cursor dashboard. (requestId: serverGenReqId_3b2fc51d-137e-4fcf-ab07-d3bc3dd99644) |
Reviewer's guide (collapsed on small PRs)Reviewer's GuideThis PR absorbs the repository’s existing agent guidance into the contract-files rollout by appending a schema-validated Flow diagram for the append-only agents contract rolloutflowchart LR
A[Existing AGENTS.md prose] --> B[contracts init]
B --> C[Append agents-router YAML block]
C --> D[contracts validate --type agents-router --repo .]
D --> E[Validated metadata-only AGENTS.md]
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
|
Note Reviews pausedIt looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the Use the following commands to manage reviews:
Use the checkboxes below for quick actions:
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
Included review availability: 0 reviews are currently available. Your included PR review attempts over the past 7 days set your current allowance at 1 review per hour. 📜 Recent review details⏰ Context from checks skipped due to timeout. (3)
🧰 Additional context used🧠 Learnings (1)📓 Common learnings🔇 Additional comments (1)
📝 WalkthroughSummary by CodeRabbit
Walkthrough
ChangesMachine surface configuration
Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk: ⚪ Minimal · up to This is a localized documentation-only append that adds validated routing metadata without changing runtime, authentication, permissions, or gate behavior. No actionable merge-blocking risk remains after normal checks and review. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Full details: Description checkExplanation The description includes relevant details about adding an agents-router contract to AGENTS.md and preserving existing guidance. It also contains conflicting references to SECRETS.md, but it remains related to the changeset. Full details: Docstring CoverageExplanation No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0 files. (1 skipped: 1 unsupported.) ✨ Finishing Touches🧪 Generate unit tests (beta)
✨ Simplify code
Comment |
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
|
Note Automatic reviews are paused because your team has used its included automatic processing for this billing period (headroom scales with your seat count). You can still comment "Gitar review" to run one anytime, and automatic reviews resume on their own by September 1. Add seats for more headroom. Code Review
|
| Compact |
|
Was this helpful? React with 👍 / 👎 | Gitar
ApprovabilityVerdict: Would Approve Macroscope's review found this PR approvable — This is a focused AGENTS.md metadata update that only improves discovery of the existing permissions contract. It introduces no application runtime, schema, deployment, or user-facing behavior changes. Not approved because:
Review your spending limits in Billing settings. You can add or adjust custom eligibility rules. Learn more. |
PR Code Suggestions ✨No code suggestions found for the PR. |
contract-files rollout — batch R ·
AGENTS.mdGenerated by
governance/bin/fleet/contract-rollout.mjs(claude-workstation, contract-files-plane E5-FLEET P2) from the origin census taken 2026-08-30T16:09:43.832Z, in which this repo's default branch head was176774566519. The scaffold iscontracts initfrom wave-av/contract-files v0.8.0 (engine cca6e3b87). Plan and receipts:governance/plans/contract-files-plane/E5-P1-ROLLOUT-PLAN.mdandreceipts/contract-census-2026-08-29.mdin claude-workstation.What this changes
yaml secrets-contractblock (under a## Machine surfaceheading) to the EXISTINGSECRETS.md. The prose inventory above it is byte-for-byte untouched — the generator asserts the new file starts with the old file's exact bytes, and the reviewer can check the diff is append-only. Names and vault locations only; the schema makes avaluekey unrepresentable, so a secret value cannot validate into this file.Guarantees
contracts initrefuses to emit a file that does not pass its own schema validator, and the generator re-rancontracts validateon the result inside the clone.How to verify locally
Falsifiers (from the plan): a rolled repo whose gate clears with an absent or schema-invalid contract; a prose incumbent changed outside the appended block; a census that read a working tree instead of origin. Any of those reopens E5-FLEET P2 for this repo.
Note
Low Risk
Documentation-only append of schema-validated routing metadata; no runtime, auth, or gate behavior changes in this PR.
Overview
Appends a Machine surface section to
AGENTS.mdwith a validatedyaml agents-routerblock (v0.1, 200-line budget). The block indexes the existingPERMISSIONS.mdfile under thepermissions-contractfamily so tooling and agents can route to permissions prose without changing any prior guidelines or lattice-init content.This is an append-only contract-files rollout change: revert the commit to remove the block; validate locally with
contracts validate --type agents-router.Reviewed by Cursor Bugbot for commit b90eb12. Bugbot is set up for automated code reviews on this repo. Configure here.
Need help on this PR? Tag
@codesmith-botwith what you need. Autofix is disabled.Summary by Sourcery
Add the agents-router contract to AGENTS.md to support contract-files rollout validation.
New Features:
Chores: