Documentation Index
Fetch the complete documentation index at: https://docs.opengoat.ai/llms.txt
Use this file to discover all available pages before exploring further.
1. Bootstrap Manager Layer
opengoat agent create "CTO" --manager --reports-to goat
opengoat agent create "Head of Product" --manager --reports-to goat
2. Add Individual Contributors
opengoat agent create "Backend Engineer" --individual --reports-to cto
opengoat agent create "Frontend Engineer" --individual --reports-to cto
opengoat agent create "Product Designer" --individual --reports-to head-of-product
3. Inspect Hierarchy
opengoat agent list
opengoat agent info cto
opengoat agent direct-reportees cto
opengoat agent all-reportees goat
4. Reassign Reporting When Needed
opengoat agent set-manager product-designer cto
Use none to move an agent to root (use carefully):
opengoat agent set-manager product-designer none
5. Set the Entry Agent for Daily Usage
opengoat agent set-default cto
Environment variable still overrides config:
export OPENGOAT_DEFAULT_AGENT=goat