From a47b3a4cb5209bd113640a54b9e667fa0c1d330a Mon Sep 17 00:00:00 2001 From: Mathias Fredriksson Date: Tue, 2 Dec 2025 10:31:06 +0200 Subject: [PATCH] docs: add support for AGENTS.local.md overrides (#21043) Adds support for local, gitignored `AGENTS.local.md` for environment-specific overrides. --- .gitignore | 3 +++ CLAUDE.md | 2 ++ 2 files changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index ffe941080f..b6b753cfe3 100644 --- a/.gitignore +++ b/.gitignore @@ -90,6 +90,9 @@ __debug_bin* **/.claude/settings.local.json +# Local agent configuration +AGENTS.local.md + /.env # Ignore plans written by AI agents. diff --git a/CLAUDE.md b/CLAUDE.md index e088e57021..0e7356b29d 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -181,6 +181,8 @@ ctx, cancel := context.WithTimeout(ctx, 5*time.Minute) @.claude/docs/TROUBLESHOOTING.md @.claude/docs/DATABASE.md +@AGENTS.local.md + ## Common Pitfalls 1. **Audit table errors** → Update `enterprise/audit/table.go`