Skip to content
AyoKoding

Artifact: Context-Window Budget Report

A session's reported context usage (files loaded, token count) checked against the harness's documented context limit -- exercises co-03.

File loadedTokensRunning total
src/orders/checkout.py420420
src/orders/calculate_total.py180600
tests/test_checkout.py6101,210
README.md1,1502,360
CHANGELOG.md3,2005,560

Documented context-window ceiling for this session's harness: 200,000 tokens (stated in the harness's own session-configuration report). After loading all five files, the session's own reported running total is 5,560 tokens -- roughly 2.8% of that ceiling.

Verify: the reported running total (5,560) is checked directly against the harness's documented context-window limit (200,000), confirming ample headroom rather than an unexamined number -- satisfying ex-03's rule of checking the reported count against the documented limit.

Last updated July 17, 2026

Command Palette

Search for a command to run...