Uh oh!
There was an error while loading. Please reload this page.
chore(contracts): absorb AGENTS.md - #36
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_08e8cd47-42ed-4a98-82f2-d9927006e715) |
Reviewer's guide (collapsed on small PRs)Reviewer's GuideAdds an append-only, validated agents-router YAML contract to AGENTS.md, linking the repository’s permissions contract while preserving existing guidance and avoiding any gate activation. Flow diagram for validated AGENTS.md contract rolloutflowchart LR
Existing[AGENTS.md existing guidance] --> Append[Append agents-router YAML block]
Append --> Validate[contracts validate --type agents-router --repo .]
Validate --> Preserved[AGENTS.md with permissions-contract link]
Validate --> Observe[Gates remain in observe]
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. (2)
🧰 Additional context used🧠 Learnings (1)📓 Common learnings🔇 Additional comments (1)
📝 WalkthroughSummary by CodeRabbit
WalkthroughAGENTS.md now defines Machine surface metadata, including version 0.1, a 200-line budget, and an index entry for ChangesMachine surface configuration
Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk:🔵 Low · up to This change adds a machine-readable index to the existing permission rules without changing the rules themselves or granting new access. Merge is reasonable with explicit owner awareness that the index’s consumer and enforcement authority should be documented before it is relied on as an authorization control. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
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 |
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👍 Approved with suggestions0 resolved / 1 findingsAppends a schema-valid 💡 Quality: PR description describes a different change than the actual diff🔗 link The PR description states this change 'appends a fenced yaml secrets-contract block... to the EXISTING SECRETS.md' and centers its guarantees/falsifiers around SECRETS.md, but the actual diff only touches AGENTS.md with an 🤖 Prompt for agentsOptionsDisplay: compact → Showing less information. Comment with these commands to change the behavior for this request:
Was this helpful? React with 👍 / 👎 | Gitar |
ApprovabilityVerdict: Would Approve Macroscope's review found this PR approvable — This is a one-file, append-only governance metadata change that indexes the existing permissions contract for read-only tooling discovery. It does not modify SDK behavior, permission rules, CI gates, APIs, or production infrastructure. Not approved because:
Review your spending limits in Billing settings. You can add or adjust custom eligibility rules. Learn more. |
Uh oh!
There was an error while loading. Please reload this page.
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-30T22:39:13.961Z, in which this repo's default branch head wase5e5d403f872. 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.
Need help on this PR? Tag
@codesmith-botwith what you need. Autofix is disabled.Note
Low Risk
Append-only contract metadata in
AGENTS.md; no application code, secrets, or armed CI gates in this change.Overview
Appends a
## Machine surfacesection toAGENTS.mdwith a schema-validagents-routerYAML block (version: "0.1",budget_lines: 200) that indexesPERMISSIONS.mdunder thepermissions-contractfamily. Existing agent prose and guidelines above the append are unchanged.This wires the repo into the contract-files rollout so tooling can discover the permissions contract from the agent contract without editing
PERMISSIONS.mditself.Reviewed by Cursor Bugbot for commit 3624bf7. Bugbot is set up for automated code reviews on this repo. Configure here.
Summary by Sourcery
New Features: