mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-16 08:25:14 +02:00
chore(ingest): verify isolated diff gate repair
This commit is contained in:
parent
eb0d07f2a1
commit
90a0d7ff3b
1 changed files with 1 additions and 1 deletions
|
|
@ -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[] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue