Conversation
There was a problem hiding this comment.
Pull request overview
Adds a consolidated agent/developer reference file (AGENTS.md) and updates CLAUDE.md to point to that new reference, aiming to centralize project conventions for AI tooling.
Changes:
- Added
AGENTS.mdcontaining the full “Developer Reference” (project structure, style, contributing, tests). - Replaced the contents of
CLAUDE.mdwith a single-line pointer toAGENTS.md.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
CLAUDE.md |
Replaced the previous full reference with a single-line pointer to AGENTS.md. |
AGENTS.md |
New canonical developer/agent reference document containing the previous CLAUDE.md content. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| # Run with verbose output | ||
| pytest -v tests/ | ||
| ``` | ||
| @AGENTS.md No newline at end of file |
There was a problem hiding this comment.
@AGENTS.md is not valid Markdown (it renders as plain text) and is unlikely to be interpreted by Claude Code as an include/redirect, which means Claude may no longer load the repository conventions described in CONTRIBUTING.md. Replace this with an explicit pointer like a short sentence and a Markdown link to AGENTS.md (or keep the full conventions in CLAUDE.md if Claude Code requires the content to live there).
| @AGENTS.md | |
| Please see [AGENTS.md](AGENTS.md) for repository conventions and agent guidelines. |
Description
Add
AGENTS.mdfor github copilot reference. Also changeCLAUDE.mdto point toAGENTS.md.Type of change
Screenshots
Please attach before and after screenshots of the change if applicable.
Checklist
black .command to format the code base.