rename klo to ktx

This commit is contained in:
Andrey Avtomonov 2026-05-10 23:51:24 +02:00
parent 1a42152e6f
commit 3ce510b55b
704 changed files with 10205 additions and 10255 deletions

View file

@ -1,4 +1,4 @@
import type { GitService, KloFileStorePort } from '../core/index.js';
import type { GitService, KtxFileStorePort } from '../core/index.js';
import type { SemanticLayerService } from '../sl/index.js';
import type { KnowledgeWikiService } from '../wiki/index.js';
import type { TouchedSlSourceSet } from './touched-sl-sources.js';
@ -47,7 +47,7 @@ export interface ToolSession {
actions: MemoryAction[];
semanticLayerService: SemanticLayerService;
wikiService: KnowledgeWikiService;
configService: KloFileStorePort;
configService: KtxFileStorePort;
gitService: GitService;
ingest?: IngestToolMetadata;
evictionDecisions?: EvictionDecisionRecord[];