What problem does it solve?
Token-budget observability for godmode loops. Measures approximate input + output tokens consumed by each round of the Universal Protocol, appends one row per round to .godmode/token-log.tsv, and emits a terse session-end summary with per-skill breakdown and delta vs. prior sessions. Read-only to source. Inspired by rtk-ai/rtk's gain, discover, and session analytics. Fills the observability gap next to results.tsv (metric deltas) and failures.tsv (discard reasons) — tokens.tsv answers "what did this round COST in context?"
Core Features & Use Cases
- Observability: tracks approximate token costs per round and per session to help you optimize loops.
- Logging: appends per-round token usage to .godmode/token-log.tsv and provides per-skill breakdowns.
- Comparison: computes delta versus prior sessions to surface trends in token budgets.
Quick Start
Invoke token-budget observability across your loop by running /godmode:tokens to start per-round token usage tracking.