Skip to content

docs(readme): drop the .agents/ multi-tool convention#11

Merged
WomB0ComB0 merged 1 commit intomainfrom
docs/drop-agents-convention
Apr 15, 2026
Merged

docs(readme): drop the .agents/ multi-tool convention#11
WomB0ComB0 merged 1 commit intomainfrom
docs/drop-agents-convention

Conversation

@WomB0ComB0
Copy link
Copy Markdown
Member

Summary

Retire the 120-line "AI-assisted development" block in the README that documented the .agents/skills/ + per-tool-directory (.claude/ / .codex/ / .cursor/ / .gemini/ / .github/agents/) + agent-sync.sh convention.

Per your call: too much per-repo maintenance and an ever-expanding supply-chain surface (each agent tool = another directory that could carry a malicious rule file).

What replaces it

Two paragraphs pointing at:

Numbers

  • README: 261 → 141 lines
  • grep .agents|skills|CLAUDE|Cursor|Gemini|Codex → 0 matches
  • AGENTS.md mention: still there (1 — the legit pointer)

Out of scope

Actual filesystem deletion of .claude/ / .codex/ / .cursor/ / .gemini/ / .agents/ / agent-sync.sh from each repo is a separate, mechanical per-repo sweep. Happy to do it as a follow-up, but it's noisy and deserves its own batch — not bundled into a doc PR.

🤖 Generated with Claude Code

Retire the whole "AI-assisted development" block (120 lines across
"The convention" / "Why .agents/skills exists" / "AGENTS.md contract" /
"Writing a skill" / "Keeping things in sync" / "Supported tools").

That convention required each repo to maintain parallel directories for
Claude / Codex / Cursor / Gemini / Copilot, keep AGENTS.md ↔ CLAUDE.md
in sync via agent-sync.sh, and manage symlinks from a `.agents/skills/`
source of truth. In practice: too much per-repo maintenance and an
ever-expanding surface for supply-chain tampering (every agent tool is
another directory on disk that could get a malicious rule file).

Replacement is a 2-paragraph "Contributor guide" section pointing at:
- `AGENTS.md` at the root of each repo — the actual canonical dev guide
- Org-level defaults in resq-software/.github: CONTRIBUTING.md,
  SECURITY.md, CODE_OF_CONDUCT.md (which every public repo now
  inherits automatically since PR #2 in that repo)

README goes from 261 lines to 141. Grep for `.agents/`, `skills`,
`CLAUDE`, `Cursor`, `Gemini`, `Codex` in this file → zero hits.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Apr 15, 2026

Warning

Rate limit exceeded

@WomB0ComB0 has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 55 minutes and 16 seconds before requesting another review.

Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 55 minutes and 16 seconds.

⌛ 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: defaults

Review profile: CHILL

Plan: Pro

Run ID: c29bb40f-a0a9-4141-993c-829805df95d2

📥 Commits

Reviewing files that changed from the base of the PR and between ad7582b and a726366.

📒 Files selected for processing (1)
  • README.md
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch docs/drop-agents-convention

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.

@WomB0ComB0 WomB0ComB0 merged commit a315021 into main Apr 15, 2026
3 checks passed
@WomB0ComB0 WomB0ComB0 deleted the docs/drop-agents-convention branch April 15, 2026 01:56
Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request simplifies the README.md by replacing the detailed AI-assisted development section with a concise Contributor guide. The new section directs developers to AGENTS.md for repository-specific instructions and links to organization-wide documentation in the .github repository. Review feedback suggests adding an emoji to the new header for visual consistency with other sections and hyperlinking the reference to AGENTS.md to improve navigation.

Comment thread README.md


## 🔧 AI-assisted development
## Contributor guide
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

The header "Contributor guide" is missing an emoji, which is inconsistent with all other top-level headers in this README (e.g., ## ⚡ Onboarding, ## 📦 Repositories, ## 🛠 Standalone scripts). Adding an emoji like 🤝 would maintain the established visual style of the document.

Suggested change
## Contributor guide
## 🤝 Contributor guide

Comment thread README.md
## Contributor guide

Every ResQ repo is structured for AI-assisted development. Human developers and AI tools (Claude Code, Cursor, Codex, Gemini, GitHub Copilot) share the same context through a standardized directory layout and canonical guidance files.
Every ResQ repo ships an `AGENTS.md` at the root — the canonical plain-text dev guide. That's where the build/test/lint commands, architecture notes, and standards for that specific repo live. Read it first.
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

Since AGENTS.md is described as the "canonical plain-text dev guide" and the reader is encouraged to "Read it first", providing a direct link to the file improves navigation for developers exploring the repository.

Suggested change
Every ResQ repo ships an `AGENTS.md` at the root — the canonical plain-text dev guide. That's where the build/test/lint commands, architecture notes, and standards for that specific repo live. Read it first.
Every ResQ repo ships an [AGENTS.md](./AGENTS.md) at the root — the canonical plain-text dev guide. That's where the build/test/lint commands, architecture notes, and standards for that specific repo live. Read it first.

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.

1 participant