Skip to content

Commit 7392e83

Browse files
Fix broken README anchor in Part 24 & Part 25 cross-links
Devin Review flagged: #part-5-orchestration → #part-5-orchestration-stop-doing-everything-yourself (GitHub renders full heading text as the slug; the truncated form silently lands at README top) Co-Authored-By: Rob <onerobby@gmail.com>
1 parent 925140c commit 7392e83

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

part24-task-brain-control-plane.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ You can set different approval policies per agent. The pattern we use on our 14-
112112
}
113113
```
114114

115-
Narrow-scope workers get frictionless autonomy inside their scope and hard walls outside it. The orchestrator keeps humans in the loop on anything destructive. This is the CEO/COO/Worker model from [Part 5](./README.md#part-5-orchestration) but with enforcement, not honor system.
115+
Narrow-scope workers get frictionless autonomy inside their scope and hard walls outside it. The orchestrator keeps humans in the loop on anything destructive. This is the CEO/COO/Worker model from [Part 5](./README.md#part-5-orchestration-stop-doing-everything-yourself) but with enforcement, not honor system.
116116

117117
## Agent-Initiated Denies (new in v2026.3.31-beta.1)
118118

part25-architecture-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ If the gateway is the heart, Task Brain ([Part 24](./part24-task-brain-control-p
6161
The thing that actually runs a model and pushes a conversation forward. Two shapes:
6262

6363
- **Main agent** \u2014 your interactive session. High-quality model, full tool access, human in the loop.
64-
- **Sub-agent workers** \u2014 spawned via `sessions_spawn`. Cheaper/faster model, narrower tool scope, no interactive input. [Part 5](./README.md#part-5-orchestration) is the full pattern.
64+
- **Sub-agent workers** \u2014 spawned via `sessions_spawn`. Cheaper/faster model, narrower tool scope, no interactive input. [Part 5](./README.md#part-5-orchestration-stop-doing-everything-yourself) is the full pattern.
6565

6666
All spawns go through the Task Brain ledger now \u2014 meaning you can see, audit, and revoke them in one place.
6767

0 commit comments

Comments
 (0)