Merge pull request #1380 from DanielSousa/feature/change-reports-to

feat(ui): edit and hire with Reports to picker
This commit is contained in:
Dotta 2026-03-23 15:08:54 -05:00 committed by GitHub
commit 3a79d94050
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 163 additions and 54 deletions

View file

@ -9,6 +9,7 @@ Paperclip enforces a strict organizational hierarchy. Every agent reports to exa
- The **CEO** has no manager (reports to the board/human operator)
- Every other agent has a `reportsTo` field pointing to their manager
- You can change an agents manager after creation from **Agent → Configuration → Reports to** (or via `PATCH /api/agents/{id}` with `reportsTo`)
- Managers can create subtasks and delegate to their reports
- Agents escalate blockers up the chain of command