chore(workbench): remove legacy trace gap-fill remnants

This commit is contained in:
root
2026-07-09 03:52:58 +02:00
parent 6999c94712
commit 8d6409dc9d
17 changed files with 57 additions and 260 deletions
@@ -1,5 +1,5 @@
// SPEC: PJ2026-0106050514 Workbench实时运行面 draft-2026-06-30-p0-1297-spec-first; PJ2026-010403 API契约 draft-2026-06-18-r1; PJ2026-010401 Web工作台 draft-2026-06-18-r1; PJ2026-01060505 Workbench Performance draft-2026-06-17-p0; PJ2026-010401080313 Workbench实时权威 draft-2026-07-08-p0-workbench-realtime-authority-v2.
// Responsibility: Workbench SSE client. Realtime events accelerate UI projection; REST snapshots remain gap-fill authority.
// Responsibility: Workbench SSE client. Realtime events and sync replay are projection authority; REST routes are detail/history reads.
import { fetchJson, type ApiRequestOptions } from "@/api/client";
import type { ApiResult, ChatMessage, ProjectionDiagnostic, TraceEvent } from "@/types";