diff --git a/packages/context/src/ingest/final-gate-repair.ts b/packages/context/src/ingest/final-gate-repair.ts index 0858726b..57ff1619 100644 --- a/packages/context/src/ingest/final-gate-repair.ts +++ b/packages/context/src/ingest/final-gate-repair.ts @@ -6,7 +6,7 @@ import type { TouchedSlSource } from '../tools/index.js'; import type { IngestTraceWriter } from './ingest-trace.js'; import { traceTimed } from './ingest-trace.js'; -export type FinalGateRepairKind = 'patch_semantic_gate' | 'final_artifact_gate'; +type FinalGateRepairKind = 'patch_semantic_gate' | 'final_artifact_gate'; export type FinalGateRepairResult = | { status: 'repaired'; attempts: number; changedPaths: string[] }