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