Skip to content

Replace CLAUDE.md with AGENTS.md#159

Merged
andrewh merged 3 commits into
mainfrom
claude/gallant-hopper-092bdl
Jun 11, 2026
Merged

Replace CLAUDE.md with AGENTS.md#159
andrewh merged 3 commits into
mainfrom
claude/gallant-hopper-092bdl

Conversation

@andrewh

@andrewh andrewh commented Jun 11, 2026

Copy link
Copy Markdown
Owner

Summary

Adds an AGENTS.md at the repository root following the agents.md open standard and removes CLAUDE.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.md but made agent-agnostic and verified against the current repository state:

  1. Drops the Claude-specific model directive (it pinned Opus, which is out of date)
  2. Documents what make lint and make test actually do (gofmt -s + go vet; third_party excluded, fuzz corpus replay)
  3. Adds the tools/dgg2motel converter, which the old structure listing omitted
  4. Notes Go 1.25 from go.mod and log generation in pkg/synth
  5. Generalizes the macOS-only fuzz cache path note

https://claude.ai/code/session_01QemakmqNVCjcU4W6bAFiJH

claude added 2 commits June 11, 2026 16:36
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
@andrewh andrewh changed the title Add AGENTS.md for AI coding agents Replace CLAUDE.md with AGENTS.md Jun 11, 2026
@andrewh
andrewh requested a review from Copilot June 11, 2026 16:54

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.md with 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.md is 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.

@andrewh
andrewh merged commit aa6449c into main Jun 11, 2026
2 checks passed
@andrewh
andrewh deleted the claude/gallant-hopper-092bdl branch June 11, 2026 16:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants