test(cli): verify unified ingest public output

This commit is contained in:
Andrey Avtomonov 2026-05-13 18:55:20 +02:00
parent 0b16578dd5
commit 077a35d307
3 changed files with 12 additions and 8 deletions

View file

@ -44,7 +44,7 @@ export interface ContextBuildArgs {
depth?: Extract<KtxPublicIngestArgs, { command: 'run' }>['depth'];
queryHistory?: Extract<KtxPublicIngestArgs, { command: 'run' }>['queryHistory'];
queryHistoryWindowDays?: number;
scanMode?: 'structural' | 'enriched';
scanMode?: Extract<KtxPublicIngestArgs, { command: 'run' }>['scanMode'];
detectRelationships?: boolean;
}