From 25beb2f5c20673ac6e5b04395125893cace143c4 Mon Sep 17 00:00:00 2001 From: Aleksey Shakhmatov Date: Sun, 22 Mar 2026 22:20:42 +0300 Subject: [PATCH] Add AGENTS.md reference to CLAUDE.md Co-Authored-By: Claude Opus 4.6 (1M context) --- CLAUDE.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CLAUDE.md b/CLAUDE.md index d45e3ed..43d1370 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -50,3 +50,7 @@ go vet ./... # static analysis - No external test frameworks — stdlib only - Thread safety required (`sync.Mutex`/`atomic`) - `internal/clock` for deterministic time testing + +## See also + +- `AGENTS.md` — universal AI agent guide with common tasks, gotchas, and ASCII diagrams