You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
markdown: drop dev-only tokenize/stats instrumentation
The onTokenizeMs + onStats probes — and the ChunkStats apparatus
(per-delta lex timing + prefix-diff bookkeeping in useMarkdownBlocks)
that fed them — only ever drove the /dev/chunked-markdown spike screen.
That screen's renderer has since shipped into the production transcript
path, leaving the probes as dead instrumentation threaded through
production components.
Remove the probes, the unused ChunkStats type, the spike screen, and
its dev-menu/route registrations. Rendering behavior is unchanged:
stability comes from positional keys + per-segment `raw` memo, not the
removed stats.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments