Getting Started
Prerequisites
| Tool | Install |
|---|---|
git | Pre-installed on macOS |
docker | Docker Desktop or OrbStack |
jq | brew install jq |
gh | brew install gh then gh auth login |
claude | claude.ai/code |
Install
bash
git clone https://github.com/hanfour/multi-repo-agent.git ~/multi-repo-agent
cd ~/multi-repo-agent && bash install.sh && source ~/.zshrcInitialize workspace
bash
mra init ~/workspace --git-org git@github.com:my-orgThis clones repos listed in repos.json, scans docker-compose for service relationships, and detects dependencies.
Verify
bash
mra doctorFirst session
bash
mra my-api --with-depsClaude launches with my-api plus all its consumers/dependencies in context.