chore: add AGENTS instructions#169
Conversation
Greptile SummaryThis PR refactors the repository's agent instructions to be tool-neutral by creating
The changes are purely documentation-related with no functional impact. The symlink approach maintains compatibility with existing tooling that references Confidence Score: 5/5
|
| Filename | Overview |
|---|---|
| .dockerignore | Added AGENTS.md to dockerignore and fixed missing newline at EOF |
| AGENTS.md | New canonical agent instructions file with tool-neutral opening sentence |
| CLAUDE.md | Replaced with symlink to AGENTS.md for backward compatibility |
Last reviewed commit: 695d213
Additional Comments (1)
Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time! Prompt To Fix With AIThis is a comment left during a code review.
Path: .dockerignore
Line: 5
Comment:
Consider updating to `AGENTS.md` since `CLAUDE.md` is now a symlink. The symlink works but referencing the canonical file is cleaner.
```suggestion
AGENTS.md
```
<sub>Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!</sub>
How can I resolve this? If you propose a fix, please make it concise. |
There was a problem hiding this comment.
Pull request overview
Adds a canonical, tool-agnostic agent instruction document for the repo and keeps backwards compatibility for existing tooling that expects CLAUDE.md.
Changes:
- Add
AGENTS.mdas the main agent instructions document. - Replace
CLAUDE.mdcontents with a symlink pointing atAGENTS.md.
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| CLAUDE.md | Converted to a symlink target reference to keep compatibility while delegating content to AGENTS.md. |
| AGENTS.md | New canonical agent instructions (overview, architecture notes, commands, and code style guidance). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
@greptileai review again with latest changes |
Summary
AGENTS.mdas the canonical agent instructionsCLAUDE.mdwith a symlink toAGENTS.mdTesting