docs(wiki): cross-link cost-model → task-board #169

Merged
clawdie merged 1 commit from fix/wiki-format-drift into main 2026-06-24 13:49:49 +02:00
2 changed files with 6 additions and 5 deletions

View file

@ -34,7 +34,7 @@ too large (10×) to leave unmeasured.
### Three cost modes (fast → smart → max)
| Mode | Budget (tokens) | Behavior |
| ----- | --------------- | ------------------------------------------------------------------------- |
| ----- | --------------- | -------------------------------------------------------------------------- |
| Fast | 16K | Maximum cache-hits, minimum fresh tokens. Rejects large expansions early. |
| Smart | 64K | Default. Balances cache reuse with room for follow-up turns. |
| Max | 256K | Almost never hits budget. For one-shot deep tasks where cost is secondary. |
@ -86,5 +86,6 @@ how the request was made.
## See also
- [task-board](./task-board.md) — the scheduler that dispatches tasks within session budgets
- [mother-hive](./mother-hive.md) — MCP architecture (different cost domain)
- [quality-gates](./quality-gates.md) — the gate that validates cost-mode parsing

View file

@ -32,7 +32,7 @@ variants). The MCP host gets a battle-tested implementation for free.
### Persistent vs ephemeral jails
| Type | How | When to use |
| ---------- | ----------------------------------------- | ------------------------------------------- |
| ---------- | ----------------------------------------- | ------------------------------------------------------ |
| Persistent | `jexec <name>` into an existing jail | Operator-managed jails with preconfigured environments |
| Ephemeral | `jail -c command=<binary>` auto-destroyed | One-shot confinement, no state between runs |