Merge origin/main into dead-ts-code-tools

This commit is contained in:
Andrey Avtomonov 2026-05-13 13:10:43 +02:00
commit 0e2dcc9658
89 changed files with 1015 additions and 5955 deletions

View file

@ -55,7 +55,7 @@ describe('createLocalBundleIngestRuntime', () => {
}),
).toThrow(
[
'ktx dev ingest run requires llm.provider.backend: anthropic, vertex, or gateway, or an injected agentRunner.',
'ktx ingest run requires llm.provider.backend: anthropic, vertex, or gateway, or an injected agentRunner.',
`Configure an Anthropic provider, then rerun ingest:`,
` ktx setup --project-dir ${project.projectDir} --anthropic-api-key-env ANTHROPIC_API_KEY --anthropic-model claude-sonnet-4-6 --no-input`,
].join('\n'),

View file

@ -559,7 +559,7 @@ function nextLocalJobId(): string {
function localIngestLlmProviderGuardMessage(projectDir: string): string {
return [
'ktx dev ingest run requires llm.provider.backend: anthropic, vertex, or gateway, or an injected agentRunner.',
'ktx ingest run requires llm.provider.backend: anthropic, vertex, or gateway, or an injected agentRunner.',
'Configure an Anthropic provider, then rerun ingest:',
` ktx setup --project-dir ${projectDir} --anthropic-api-key-env ANTHROPIC_API_KEY --anthropic-model claude-sonnet-4-6 --no-input`,
].join('\n');

View file

@ -46,7 +46,8 @@ describe('PGlite hybrid search runtime boundary', () => {
}
const productionRoutingFiles = [
'packages/cli/src/agent.ts',
'packages/cli/src/sl.ts',
'packages/cli/src/knowledge.ts',
'packages/context/src/mcp/local-project-ports.ts',
'packages/context/src/wiki/local-knowledge.ts',
'packages/context/src/ingest/context-evidence/sqlite-context-evidence-store.ts',