Skip to content

Commit a47b3a4

Browse files
authored
docs: add support for AGENTS.local.md overrides (#21043)
Adds support for local, gitignored `AGENTS.local.md` for environment-specific overrides.
1 parent 645da33 commit a47b3a4

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,9 @@ __debug_bin*
9090

9191
**/.claude/settings.local.json
9292

93+
# Local agent configuration
94+
AGENTS.local.md
95+
9396
/.env
9497

9598
# Ignore plans written by AI agents.

CLAUDE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,8 @@ ctx, cancel := context.WithTimeout(ctx, 5*time.Minute)
181181
@.claude/docs/TROUBLESHOOTING.md
182182
@.claude/docs/DATABASE.md
183183

184+
@AGENTS.local.md
185+
184186
## Common Pitfalls
185187

186188
1. **Audit table errors** → Update `enterprise/audit/table.go`

0 commit comments

Comments
 (0)