refactor(workspace): rewrite @ktx/llm imports to relative paths

This commit is contained in:
Andrey Avtomonov 2026-05-21 03:09:44 +02:00
parent 8d2a36eb2f
commit 8c2333cc15
19 changed files with 38 additions and 18 deletions

View file

@ -8,7 +8,7 @@ import {
readKtxSetupState,
serializeKtxProjectConfig,
} from '@ktx/context/project';
import { type KtxEmbeddingConfig, type KtxEmbeddingHealthCheckResult, runKtxEmbeddingHealthCheck } from '@ktx/llm';
import { type KtxEmbeddingConfig, type KtxEmbeddingHealthCheckResult, runKtxEmbeddingHealthCheck } from './llm/index.js';
import type { KtxCliIo } from './cli-runtime.js';
import { createStaticCliSpinner, type KtxCliSpinner } from './clack.js';
import {