|
# Minimal setup for a single GitHub repo with GitHub Issues
|
|
# Perfect for getting started quickly
|
|
$schema: https://raw.githubusercontent.com/ComposioHQ/agent-orchestrator/main/schema/config.schema.json
|
|
|
|
projects:
|
|
my-app:
|
|
repo: owner/my-app
|
|
path: ~/my-app
|
|
defaultBranch: main
|