mirror of
https://github.com/OpenSquawk/OpenSquawk
synced 2026-08-01 22:26:04 +08:00
normalizeDecisionTraceResult had no callers — it was the only root of ensureTraceCalls, normalizeTraceFallback/AutoSelection, the whole normalizeTimeline* chain, VALID_TRACE_STAGES and isPlainObject, so that entire block was unreachable. Same for activeFlowInfo. Leftovers from the LLM decision routing that moved to the Python backend (see CLAUDE.md): the trace the debug panel renders now comes straight from the engine's lastDecisionTrace, already shaped. cloneForTrace stays — runFullSimulation still uses it. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>