docs: add clawdie scope exclusion + fix example model name
Per Claude review: the tokenomics doc implied cost-modes/metering as universal Colibri behaviour, but the clawdie lane deliberately strips all of it. Added explicit scope block referencing CLAWDIE-AGENT-WIKI.md. Also aligned example model name deepseek-v4-flash with harness docs.
This commit is contained in:
parent
7c82a89881
commit
1d52ad1078
1 changed files with 5 additions and 1 deletions
|
|
@ -5,6 +5,10 @@
|
|||
**Date:** 2026-06-01
|
||||
**Status:** Strategic vision — maps to existing T1.4/T1.5 work
|
||||
|
||||
> **Scope:** This applies to the full Colibri control plane. The simplified
|
||||
> `clawdie` operator lane intentionally ships none of this (no cost modes,
|
||||
> quotas, or metering) — see `docs/CLAWDIE-AGENT-WIKI.md`.
|
||||
|
||||
## Core Thesis
|
||||
|
||||
```
|
||||
|
|
@ -73,7 +77,7 @@ trifecta view:
|
|||
|
||||
```
|
||||
task_id: "abc123"
|
||||
model: "deepseek-v4-pro"
|
||||
model: "deepseek-v4-flash"
|
||||
tokens_in: 45,230 (12,100 cache-hit, 33,130 fresh)
|
||||
tokens_out: 2,847
|
||||
cost: $0.047 (cache savings: $0.012)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue