Commit b04cb40
committed
fix: showcase Turns-left counts DOWN + tracing log on tail-mode pick
User: "Turns left needs to decrease, not increase."
- scripts/live.ts: emu.context_update now emits a DECREASING
turn_estimate (200 → 12 over ~270 iterations of the showcase
loop). The previous `25 + Math.floor(iter/4)` counted UP — opposite
of what "turns left" means.
- inspector/src/lib.rs::default_command: tracing::info! when bare
\`enchanter\` picks tail mode, naming the file path. Operators can
grep \`%LOCALAPPDATA%/enchanter/inspector.log\` to confirm which
mode the cockpit boot picked — clears up "is this real data?"
uncertainty without restarting.1 parent 8a06511 commit b04cb40
2 files changed
Lines changed: 14 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
192 | 199 | | |
193 | 200 | | |
194 | 201 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
295 | 295 | | |
296 | 296 | | |
297 | 297 | | |
298 | | - | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
299 | 305 | | |
300 | 306 | | |
301 | 307 | | |
| |||
0 commit comments