Replace CLAUDE.md with AGENTS.md#159
Merged
Merged
Conversation
Follows the agents.md convention with agent-agnostic guidance derived from CLAUDE.md, verified against the current repository: Makefile targets, Go 1.25, the tools/dgg2motel converter, and the log generation support in pkg/synth. https://claude.ai/code/session_01QemakmqNVCjcU4W6bAFiJH
Claude Code reads AGENTS.md natively when CLAUDE.md is absent, making AGENTS.md the single source of truth. The Claude-specific model directive is dropped as outdated. https://claude.ai/code/session_01QemakmqNVCjcU4W6bAFiJH
There was a problem hiding this comment.
Pull request overview
Replaces the repository’s AI-agent guidance file with a root-level AGENTS.md following the agents.md convention, intended to be the single source of truth (replacing the prior Claude-specific guidance).
Changes:
- Introduces
AGENTS.mdwith agent-agnostic repository guidance and updated quick commands. - Updates documented repo structure and development workflow details (build/test/lint, fuzzing notes).
- Consolidates and reorganizes contribution/release/code-quality guidance into the new standard file.
Comments suppressed due to low confidence (1)
AGENTS.md:26
tools/dgg2motel/README.mdis referenced here but that file does not exist in the repository, so this link will be broken for agents reading this guide. Either add the README or update the reference to an existing entry point (e.g.,tools/dgg2motel/main.go).
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
tools/dgg2motel has no README; describe the tool inline instead. https://claude.ai/code/session_01QemakmqNVCjcU4W6bAFiJH
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds an
AGENTS.mdat the repository root following the agents.md open standard and removesCLAUDE.md, making AGENTS.md the single source of truth for all AI coding agents. Claude Code reads AGENTS.md natively when no CLAUDE.md is present, so behavior is preserved.The content is derived from the former
CLAUDE.mdbut made agent-agnostic and verified against the current repository state:make lintandmake testactually do (gofmt -s + go vet; third_party excluded, fuzz corpus replay)tools/dgg2motelconverter, which the old structure listing omittedgo.modand log generation inpkg/synthhttps://claude.ai/code/session_01QemakmqNVCjcU4W6bAFiJH