- dashboard-manager.ts: fix NEXT_PUBLIC_TERMINAL_PORT defaults from 3001/3003 to 14800/14801 to match the canonical defaults in web-dir.ts - log-reader.ts: extract ApiLogEntry type and parseApiLogs() function to core so CLI and web packages share one implementation instead of two - perf-utils.ts: loadRequests() delegates to core parseApiLogs() (no more duplicated parsing loop) - perf-utils.test.ts: update mock to include parseApiLogs delegating to mockReadLogsFromDir; add sessionId to toEqual expectation - client-logger.test.ts: remove useless constructor from ThrowingObserver class - request-logger.test.ts: replace forbidden typeof import() type annotations with proper import type at the top of the file Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| agent-orchestrator | ||
| cli | ||
| core | ||
| integration-tests | ||
| plugins | ||
| web | ||