agent-orchestrator/examples/simple-github.yaml

13 lines
254 B
YAML

# Minimal setup for a single GitHub repo with GitHub Issues
# Perfect for getting started quickly
dataDir: ~/.agent-orchestrator
worktreeDir: ~/.worktrees
port: 3000
projects:
my-app:
repo: owner/my-app
path: ~/my-app
defaultBranch: main