From 44ea83c233f750f1fc99adc5db4c271844d4407e Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Tue, 20 Jan 2026 12:15:47 -0300 Subject: [PATCH] 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> --- .gitignore | 4 ++++ AGENTS.md | 2 ++ 2 files changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 73497ae4f0b..419de2618d3 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/AGENTS.md b/AGENTS.md index 1c1daac4854..6b5de352770 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -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.