{ "$schema": "https://unpkg.com/knip@5/schema.json", "exclude": ["duplicates"], "ignoreWorkspaces": ["vendor/*"], "workspaces": { ".": { "entry": [ "examples/echo-agent/src/*.ts", "examples/coding-agent/src/*.ts", "examples/acp-agent/src/*.ts", "examples/acp-agent/tests/**/*.e2e.ts", "examples/acp-agent/tests/**/*.snapshot.ts" ], "project": ["scripts/**/*.ts", "examples/**/*.ts"] }, "packages/*": { "entry": ["tests/**/*.spec.ts"], "project": ["src/**/*.ts", "tests/**/*.ts"] }, "packages/llm-deepseek": { "entry": ["tests/**/*.spec.ts", "tests/**/*.e2e.ts"], "project": ["src/**/*.ts", "tests/**/*.ts"] }, "packages/llm-pi-ai": { "entry": ["tests/**/*.spec.ts", "tests/**/*.e2e.ts"], "project": ["src/**/*.ts", "tests/**/*.ts"] } } }