모듈별 구조 리뷰에서 나온 두 설계를 spec으로 남기고, 그중 배럴 경계 작업의 실행 계획을 쓴다. 배럴 규칙은 실제 import 그래프에 돌려 위반 15건이 치환 대상 15줄과 일치함을 확인했고, 재수출할 심볼 82개는 실제 export와 대조했다. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
8 lines
169 B
TypeScript
8 lines
169 B
TypeScript
export {
|
|
createTelemetryAdapter,
|
|
MAX_TELEMETRY_QUEUE,
|
|
noOpTelemetry,
|
|
type TelemetryAdapter,
|
|
type TelemetryAdapterOptions,
|
|
} from "./best-effort-telemetry.ts";
|