docs: clarify repository metadata detection process in documentation

This commit is contained in:
mrT23 2025-09-02 16:16:26 +03:00
parent 5de82e379a
commit 0989247d42
No known key found for this signature in database
GPG key ID: D350490E39D5F5AD
2 changed files with 4 additions and 4 deletions

View file

@ -133,7 +133,7 @@ LANGSMITH_BASE_URL=<url>
## Bringing additional repository metadata to Qodo Merge 💎
To provide Qodo Merge with additional context about your project, you can enable automatic repository metadata detection.
To provide Qodo Merge tools with additional context about your project, you can enable automatic repository metadata detection.
If you set
@ -142,8 +142,8 @@ If you set
add_repo_metadata = true
```
Qodo Merge will attempt to fetch repository metadata from the root directory of your PR's head branch, looking for common metadata files such as:
[AGENTS.MD](https://agents.md/), [QODO.MD](https://docs.qodo.ai/qodo-documentation/qodo-command/getting-started/setup-and-quickstart), [CLAUDE.MD](https://www.anthropic.com/engineering/claude-code-best-practices), etc.
Qodo Merge automatically searches for repository metadata files in your PR's head branch root directory. By default, it looks for:
[AGENTS.MD](https://agents.md/), [QODO.MD](https://docs.qodo.ai/qodo-documentation/qodo-command/getting-started/setup-and-quickstart), [CLAUDE.MD](https://www.anthropic.com/engineering/claude-code-best-practices).
You can also specify custom filenames to search for:

View file

@ -50,7 +50,7 @@ duplicate_prompt_examples = false
seed=-1 # set positive value to fix the seed (and ensure temperature=0)
temperature=0.2
# bring repo metadata 💎
add_repo_metadata=false # if true, will try to add metadata from files like 'AGENTS.MD', 'CLAUDE.MD', 'QODO.MD' etc.
add_repo_metadata=false # if true, will try to add metadata from files like 'AGENTS.MD', 'CLAUDE.MD', 'QODO.MD'
add_repo_metadata_file_list =["AGENTS.MD", "CLAUDE.MD", "QODO.MD"]
# ignore logic
ignore_pr_title = ["^\\[Auto\\]", "^Auto"] # a list of regular expressions to match against the PR title to ignore the PR agent