How do you handle multi-repo projects and microservices with AI agents?
I use tools like Claude Code and OpenCode heavily, mostly focusing on one repository at a time. However, when I need to work across multiple repos (like a microservices architecture), things get annoying.
Currently, I manually pass the target repo's path to the agent, but it constantly prompts for permissions every time it tries to read or make changes outside the primary directory.
Is there a standard convention, workflow, or specific tool designed to handle multi-repo environments gracefully? How are you guys managing cross-repo context without getting buried in permission prompts?