mirror of
https://github.com/opf/openproject.git
synced 2026-06-13 19:20:00 +00:00
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:
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user