Add AGENTS.md with support for local developer overrides (#21736)

* Initial plan

* Add support for local AI coding agent instruction overrides

Co-authored-by: akabiru <17295175+akabiru@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: akabiru <17295175+akabiru@users.noreply.github.com>
This commit is contained in:
Copilot
2026-01-20 12:15:47 -03:00
committed by GitHub
parent 81b01b6c08
commit 44ea83c233
2 changed files with 6 additions and 0 deletions
+4
View File
@@ -133,6 +133,10 @@ db/*.sql
lefthook-local.yml
.rubocop-local.yml
# Local AI coding agent instruction overrides
AGENTS.local.md
CLAUDE.local.md
/.lefthook-local/
frontend/package-lock.json
+2
View File
@@ -1,5 +1,7 @@
# OpenProject AI Coding Agent Instructions
> **Note for developers**: You can create `AGENTS.local.md` (or `CLAUDE.local.md`) in this directory to add your own custom instructions or preferences for AI coding agents. These files are git-ignored and will not be committed to the repository.
## Repository Overview
**OpenProject** is a web-based, open-source project management software written in Ruby on Rails with PostgreSQL for data persistence.