31 lines
654 B
Markdown
31 lines
654 B
Markdown
# L4b: Multi-Team Config
|
|
|
|
**Module**: M4 Orchestration
|
|
**Files**: starter-config.yaml, solution-config.yaml
|
|
|
|
## Objective
|
|
|
|
Set up orchestrator + 2 teams with domain locking.
|
|
|
|
## Concepts
|
|
|
|
Refer to the corresponding module for full concept explanations.
|
|
|
|
## Starter
|
|
|
|
```bash
|
|
cd course/labs/l4-multi-team/
|
|
# Open starter file and fill in the TODOs
|
|
```
|
|
|
|
## Checkpoints
|
|
|
|
1. Define orchestrator with delegate-only tools
|
|
2. Configure Engineering team with lead + members
|
|
3. Configure Validation team with domain permissions
|
|
4. Set per-agent permissions (read/upsert/delete scope)
|
|
|
|
## Solution
|
|
|
|
Compare against the solution file after attempting the starter.
|