refactor: remove legacy compatibility paths

This commit is contained in:
Andrey Avtomonov 2026-05-13 14:37:05 +02:00
parent c22248dabf
commit a517c834fe
83 changed files with 239 additions and 534 deletions

View file

@ -92,7 +92,7 @@ describe('scanFileContent', () => {
);
});
it('rejects context-owned LLM provider construction after @ktx/llm migration', () => {
it('rejects context-owned LLM provider construction outside @ktx/llm', () => {
const violations = [
...scanFileContent(
'packages/context/src/agent/local-llm-provider.ts',