feat: support AGENTS.md standard#66
feat: support AGENTS.md standard#66mykyta-kovalenko wants to merge 1 commit intoVeryGoodOpenSource:mainfrom
Conversation
I think AGENTS.md actually can be just a symlink (for example check here https://github.com/manaflow-ai/cmux) |
I don't think a symlink could be the best alternative. I was thinking into have all standard information at AGENTS, and CLAUDE will mention that file, but things like hooks, that are Claude specific, can be described at CLAUDE file instead of AGENTS. Maybe more topics in the future could be added, but right now is the one that came into my mind |
Description
Add
AGENTS.mdto support the AGENTS.md open standard for cross-platform AI coding agent compatibility. This allows tools like Codex, Cursor, Copilot, and Windsurf to understand repo conventions alongside Claude Code.AGENTS.mdcontains platform-agnostic repo conventions (project overview, repository structure, skill format, writing guidelines, hooks, and commit format) derived from the existingCLAUDE.md. Both files currently carry full content because Claude Code does not yet natively readAGENTS.md(anthropics/claude-code#34235, anthropics/claude-code#6235). Once that lands,CLAUDE.mdcan be slimmed to Claude-specific extensions only.Also fixes the missing
very-good-analysis-upgradeskill entry in the repository structure trees (CLAUDE.md, AGENTS.md) and README skills table — it was added in #57 but these files were not updated.Closes #49
Type of Change
feat)