Skip to content

fix: add AGENTS.md with org-level standards reference - #87

Merged
don-petry merged 1 commit into
mainfrom
claude/issue-67-20260508-1423
May 11, 2026
Merged

fix: add AGENTS.md with org-level standards reference#87
don-petry merged 1 commit into
mainfrom
claude/issue-67-20260508-1423

Conversation

@don-petry

Copy link
Copy Markdown
Collaborator

Summary

  • Creates root-level AGENTS.md referencing the org-level petry-projects/.github/AGENTS.md standards
  • Adds project-specific guidance for this repo (workflow exemptions, agent profiles, framework subtrees, scripts)
  • Resolves the agents-md-missing-org-ref compliance finding

Changes

New file: AGENTS.md — satisfies the compliance check by including the required .github/AGENTS.md reference.

Closes #67

Generated with Claude Code

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>
Copilot AI review requested due to automatic review settings May 8, 2026 14:25
@coderabbitai

coderabbitai Bot commented May 8, 2026

Copy link
Copy Markdown

Warning

Rate limit exceeded

@don-petry has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 44 minutes and 48 seconds before requesting another review.

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 @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: e2efe4d6-9565-4917-bc25-9b463fd5b82f

📥 Commits

Reviewing files that changed from the base of the PR and between 5042df9 and 3848dca.

📒 Files selected for processing (1)
  • AGENTS.md
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch claude/issue-67-20260508-1423

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 and usage tips.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.md with a required reference to the org standards petry-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.

Comment thread AGENTS.md
Comment on lines +22 to +23
- Do **not** modify `.github/workflows/claude.yml` or `.github/workflows/agent-shield.yml` —
these are exempted from agent modification per
Comment thread AGENTS.md
Comment on lines +42 to +43
- 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.
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.

Compliance: agents-md-missing-org-ref

2 participants