From 16137942eb43f04adc1efd2c9ed561b50f6a7e8a Mon Sep 17 00:00:00 2001 From: OpenHands Date: Fri, 25 Apr 2025 12:13:05 -0400 Subject: [PATCH] Fix issue #7888: Update resolver doc to refer to repo.md instead of the old file (#8089) Co-authored-by: Engel Nyst --- openhands/resolver/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openhands/resolver/README.md b/openhands/resolver/README.md index 35dd0c1ef0..6a2c6afb75 100644 --- a/openhands/resolver/README.md +++ b/openhands/resolver/README.md @@ -183,7 +183,7 @@ python -m openhands.resolver.send_pull_request --issue-number ISSUE_NUMBER --use ## Providing Custom Instructions -You can customize how the AI agent approaches issue resolution by adding a `.openhands_instructions` file to the root of your repository. If present, this file's contents will be injected into the prompt for openhands edits. +You can customize how the AI agent approaches issue resolution by adding a repository microagent file at `.openhands/microagents/repo.md` in your repository. This file's contents will be automatically loaded in the prompt when working with your repository. For more information about repository microagents, see [Repository Instructions](https://github.com/All-Hands-AI/OpenHands/tree/main/microagents#2-repository-instructions-private). ## Troubleshooting