Commit 8a06511
committed
fix(overview): "Turns" → "Turns left" with ± uncertainty
The emu plugin's turn_estimate is already a FORECAST of remaining
turns (per its v0.2 algorithm description: "Token economy monitor +
±CI runway forecast"). The cockpit was showing the raw value as
"Turns" which suggests cumulative count — opposite of the meaning.
Display now: "Turns left 25 ±3" — uses the (estimate, uncertainty)
pair stored in metrics.turns. Matches emu's emission semantics.1 parent b2d5110 commit 8a06511
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
414 | 414 | | |
415 | 415 | | |
416 | 416 | | |
417 | | - | |
| 417 | + | |
418 | 418 | | |
419 | 419 | | |
420 | 420 | | |
| |||
0 commit comments