Many AI coding tools (Claude Code, Cursor, Copilot, etc.) read a repo-level instructions file to understand conventions, build setup, and coding style. ABACUS is a large C++ codebase with a complex CMake build and specific conventions — an AGENTS.md would help AI agents (and human contributors) get up to speed faster.
A minimal one could cover:
- Build commands (cmake options commonly used)
- Coding style (follow clang-format/clang-tidy)
- How to run tests
- Directory layout overview
Open to feedback — I can draft the content if this sounds good.
Many AI coding tools (Claude Code, Cursor, Copilot, etc.) read a repo-level instructions file to understand conventions, build setup, and coding style. ABACUS is a large C++ codebase with a complex CMake build and specific conventions — an
AGENTS.mdwould help AI agents (and human contributors) get up to speed faster.A minimal one could cover:
Open to feedback — I can draft the content if this sounds good.