Files
riotpiao.com/tasks/5.11-context-budget.md
T

15 lines
342 B
Markdown
Raw Normal View History

2026-08-18 20:41:34 -07:00
# 5.11 — Context budget (GREEN)
Phase: 5 — Chat + Rate Limiter (Surface D)
Stage: GREEN
Depends on: [5.5](5.5-context-test.md)
- [ ] Context budget (16384 total): system prompt ~300, snapshot digest capped at 2000, `max_tokens` 1500, ~12500 for history, truncated oldest-first
## Verify
```bash
go test ./... -run TestContext -v
```