fix: add AGENTS.md with org-level standards reference - #87
Conversation
Closes #67 Adds a root-level AGENTS.md that references the org-level petry-projects/.github/AGENTS.md standards, resolving the agents-md-missing-org-ref compliance finding. Co-authored-by: Don Petry <don-petry@users.noreply.github.com>
|
Warning Rate limit exceeded
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 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. ✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
There was a problem hiding this comment.
Pull request overview
Adds repository-level agent guidance to satisfy the agents-md-missing-org-ref compliance finding by referencing the org-wide petry-projects/.github/AGENTS.md, plus brief repo-specific notes for contributors working on workflows, agents, frameworks, and scripts.
Changes:
- Adds root-level
AGENTS.mdwith a required reference to the org standardspetry-projects/.github/AGENTS.md. - Documents repo context (agents/frameworks/scripts/workflows) and project-specific guidance for workflow edits, agent profiles, subtree-managed frameworks, and scripts.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| - Do **not** modify `.github/workflows/claude.yml` or `.github/workflows/agent-shield.yml` — | ||
| these are exempted from agent modification per |
| - Scripts must be POSIX-compatible shell (`#!/usr/bin/env bash` with `set -euo pipefail`). | ||
| - No hardcoded tokens or secrets — use `$GITHUB_TOKEN` from the environment. |
Summary
AGENTS.mdreferencing the org-levelpetry-projects/.github/AGENTS.mdstandardsagents-md-missing-org-refcompliance findingChanges
New file:
AGENTS.md— satisfies the compliance check by including the required.github/AGENTS.mdreference.Closes #67
Generated with Claude Code