2026-06-11 10:52:45 +08:00
|
|
|
{
|
2026-07-22 23:58:37 +08:00
|
|
|
// Host aggregate (one of the two check units; see tsconfig.json). packages/client
|
|
|
|
|
// type-checks in tsconfig.client.json: the two sides merge cordis Context under
|
|
|
|
|
// the same keys, one program cannot see both.
|
|
|
|
|
"extends": "./tsconfig.base.json",
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"noEmit": true,
|
|
|
|
|
"rewriteRelativeImportExtensions": false
|
|
|
|
|
},
|
|
|
|
|
"include": [
|
2026-07-24 22:18:19 +08:00
|
|
|
"apps/web/tests/scaffold.ts",
|
2026-07-24 19:49:02 +08:00
|
|
|
"apps/web/tests/support.ts",
|
2026-07-30 19:27:44 +08:00
|
|
|
"apps/web/tests/scaffold-hermetic.e2e.ts",
|
2026-07-31 14:28:52 +08:00
|
|
|
"apps/web/tests/core-web-profile.snapshot.ts",
|
2026-07-26 03:32:17 +08:00
|
|
|
"apps/web/tests/live-interactions.e2e.ts",
|
|
|
|
|
"apps/web/tests/question-composer.e2e.ts",
|
2026-07-30 17:50:04 +08:00
|
|
|
"apps/web/tests/approval-composer.e2e.ts",
|
2026-07-30 19:12:02 +08:00
|
|
|
"apps/web/tests/plan-review.e2e.ts",
|
2026-07-26 03:32:17 +08:00
|
|
|
"apps/web/tests/steering.e2e.ts",
|
2026-07-26 05:15:47 +08:00
|
|
|
"apps/web/tests/navigation-panes.e2e.ts",
|
2026-07-26 06:08:08 +08:00
|
|
|
"apps/web/tests/lifecycle-chrome.e2e.ts",
|
2026-07-29 11:32:03 +08:00
|
|
|
"apps/web/tests/details-session-lifecycle.e2e.ts",
|
2026-07-26 20:38:36 +08:00
|
|
|
"apps/web/tests/settings-chrome.e2e.ts",
|
2026-07-30 09:29:40 +08:00
|
|
|
"apps/web/tests/models-settings.e2e.ts",
|
2026-07-30 12:41:22 +08:00
|
|
|
"apps/web/tests/onboarding-deepseek-config.e2e.ts",
|
2026-08-02 12:56:31 -07:00
|
|
|
"apps/web/tests/remote-welcome.e2e.ts",
|
2026-07-26 20:38:36 +08:00
|
|
|
"apps/web/tests/workspace-management.e2e.ts",
|
2026-07-24 19:49:02 +08:00
|
|
|
"apps/web/tests/replay-round-trip.e2e.ts",
|
2026-07-29 11:22:48 +08:00
|
|
|
"apps/web/tests/hmr-live.e2e.ts",
|
2026-07-24 19:49:02 +08:00
|
|
|
"apps/web/tests/seeded-history.e2e.ts",
|
2026-07-28 11:06:03 +08:00
|
|
|
"apps/web/tests/sidebar-scrollbar.e2e.ts",
|
2026-07-26 03:57:12 +08:00
|
|
|
"apps/web/tests/code-mode-round.e2e.ts",
|
2026-07-31 13:13:50 +08:00
|
|
|
"apps/web/tests/composer-draft-scroll.e2e.ts",
|
2026-07-27 14:59:24 +08:00
|
|
|
"apps/web/tests/cordis-tool-round.e2e.ts",
|
2026-07-31 12:58:06 +08:00
|
|
|
"apps/web/tests/web-search-round.e2e.ts",
|
2026-07-29 14:21:44 +08:00
|
|
|
"apps/web/tests/message-actions.e2e.ts",
|
2026-07-30 20:26:33 +08:00
|
|
|
"apps/web/tests/markdown-images.e2e.ts",
|
2026-07-30 00:05:00 +08:00
|
|
|
"apps/web/tests/queue-actions.e2e.ts",
|
2026-07-29 22:58:46 +08:00
|
|
|
"apps/web/tests/skill-invocation-policy.e2e.ts",
|
2026-07-30 15:48:05 +08:00
|
|
|
"apps/web/tests/permission-policy-context.e2e.ts",
|
2026-07-30 05:48:21 -07:00
|
|
|
"apps/web/tests/access-confirmation.e2e.ts",
|
2026-07-31 13:42:51 +08:00
|
|
|
"apps/web/tests/shipped-composition.e2e.ts",
|
2026-07-31 20:55:43 +08:00
|
|
|
"apps/web/tests/goal-bar.e2e.ts",
|
2026-07-31 18:37:06 +08:00
|
|
|
"apps/web/tests/startup-auto-selection.e2e.ts",
|
2026-07-27 18:33:37 +08:00
|
|
|
"apps/web/tests/subagent-conversation.e2e.ts",
|
2026-08-02 23:06:00 -07:00
|
|
|
"apps/web/tests/bash-abort-row.e2e.ts",
|
2026-08-02 13:16:38 +08:00
|
|
|
"apps/web/tests/chat-scroll-fixture.ts",
|
|
|
|
|
"apps/web/tests/chat-scroll-contract.e2e.ts",
|
|
|
|
|
"apps/web/tests/chat-long-interactions.e2e.ts",
|
|
|
|
|
"apps/web/tests/chat-continuous-conversation.e2e.ts",
|
2026-07-31 16:28:43 +08:00
|
|
|
"apps/web/tests/complex-history.perf.ts",
|
2026-07-24 19:43:59 +08:00
|
|
|
"apps/cli/tests/**/*.ts",
|
2026-07-22 23:58:37 +08:00
|
|
|
"examples/*/src/**/*.ts",
|
|
|
|
|
"examples/*/start.ts",
|
|
|
|
|
"examples/*/tests/**/*.ts",
|
|
|
|
|
"packages/*/*/tests/**/*.ts",
|
|
|
|
|
"scripts/**/*.ts",
|
|
|
|
|
"website/**/*.ts",
|
|
|
|
|
"website/.vitepress/**/*.ts"
|
|
|
|
|
],
|
|
|
|
|
"exclude": [
|
|
|
|
|
"packages/client/**",
|
2026-07-28 22:22:14 +08:00
|
|
|
"packages/host/directory-picker-browse/**",
|
2026-07-28 21:51:01 +08:00
|
|
|
"packages/host/directory-picker-native/**",
|
2026-07-28 10:23:44 +08:00
|
|
|
"scripts/client-bundle-css.spec.ts",
|
2026-07-28 23:47:57 +08:00
|
|
|
"packages/typert/generator/tests/fixtures/**",
|
2026-07-22 23:58:37 +08:00
|
|
|
"scripts/client-bundle-purity.spec.ts"
|
|
|
|
|
],
|
2026-06-11 10:52:45 +08:00
|
|
|
"references": [
|
|
|
|
|
{ "path": "./vendor/cosmokit" },
|
|
|
|
|
{ "path": "./vendor/schemastery" },
|
|
|
|
|
{ "path": "./vendor/cordis" },
|
|
|
|
|
{ "path": "./vendor/loader" },
|
|
|
|
|
{ "path": "./vendor/include" },
|
|
|
|
|
{ "path": "./vendor/group" },
|
|
|
|
|
{ "path": "./vendor/timer" },
|
|
|
|
|
{ "path": "./vendor/hmr" },
|
|
|
|
|
{ "path": "./vendor/logger-console" },
|
2026-06-21 07:17:25 +08:00
|
|
|
{ "path": "./packages/util/brand" },
|
2026-07-28 21:25:19 +08:00
|
|
|
{ "path": "./packages/util/native-command" },
|
2026-06-29 21:42:23 +08:00
|
|
|
{ "path": "./packages/util/paths" },
|
2026-07-06 16:23:52 +08:00
|
|
|
{ "path": "./packages/util/timeout" },
|
2026-07-07 09:31:53 +08:00
|
|
|
{ "path": "./packages/util/retention" },
|
2026-07-29 12:59:41 +08:00
|
|
|
{ "path": "./packages/util/atomic-write" },
|
2026-06-20 22:55:20 +08:00
|
|
|
{ "path": "./packages/llm/llm" },
|
2026-07-15 14:47:29 +08:00
|
|
|
{ "path": "./packages/llm/token-meter" },
|
2026-06-20 22:55:20 +08:00
|
|
|
{ "path": "./packages/core/session" },
|
2026-07-08 23:54:03 +08:00
|
|
|
{ "path": "./packages/core/scope" },
|
2026-07-28 23:47:57 +08:00
|
|
|
{ "path": "./packages/typert/registry" },
|
|
|
|
|
{ "path": "./packages/typert/loader" },
|
2026-06-20 22:55:20 +08:00
|
|
|
{ "path": "./packages/session-persistence/session-persistence" },
|
2026-07-21 14:50:06 +08:00
|
|
|
{ "path": "./packages/session-persistence/session-checkpoint-policy" },
|
2026-06-20 22:55:20 +08:00
|
|
|
{ "path": "./packages/session-persistence/session-persistence-jsonl" },
|
|
|
|
|
{ "path": "./packages/session-persistence/session-persistence-sqlite" },
|
2026-07-27 16:06:20 +08:00
|
|
|
{ "path": "./packages/session-projection/session-projection" },
|
2026-07-28 01:26:19 +08:00
|
|
|
{ "path": "./packages/session-projection/session-projection-cache" },
|
2026-07-10 16:51:19 +08:00
|
|
|
{ "path": "./packages/session-query/session-query" },
|
2026-07-15 10:51:38 +08:00
|
|
|
{ "path": "./packages/session-query/session-query-sqlite" },
|
2026-07-28 17:30:12 +08:00
|
|
|
{ "path": "./packages/settings/settings" },
|
|
|
|
|
{ "path": "./packages/settings/settings-local" },
|
2026-07-29 13:03:12 +08:00
|
|
|
{ "path": "./packages/credentials/credentials" },
|
2026-07-29 13:14:20 +08:00
|
|
|
{ "path": "./packages/credentials/credentials-local" },
|
2026-07-24 15:09:55 +08:00
|
|
|
{ "path": "./packages/session-query/tool-session-query" },
|
2026-07-24 19:06:48 +08:00
|
|
|
{ "path": "./packages/storage/storage" },
|
|
|
|
|
{ "path": "./packages/storage/storage-json" },
|
|
|
|
|
{ "path": "./packages/storage/storage-sqlite" },
|
2026-07-25 01:11:39 +08:00
|
|
|
{ "path": "./packages/storage/storage-domain" },
|
2026-07-24 19:06:48 +08:00
|
|
|
{ "path": "./packages/workspace/workspace" },
|
2026-07-21 01:53:24 +08:00
|
|
|
{ "path": "./packages/session-title/session-title" },
|
|
|
|
|
{ "path": "./packages/session-title/session-title-llm" },
|
|
|
|
|
{ "path": "./packages/session-title/session-title-first-message-llm" },
|
|
|
|
|
{ "path": "./packages/session-title/session-title-all-messages-llm" },
|
2026-07-23 03:06:57 +08:00
|
|
|
{ "path": "./packages/telemetry/session-telemetry" },
|
|
|
|
|
{ "path": "./packages/telemetry/session-telemetry-otel" },
|
2026-06-20 22:55:20 +08:00
|
|
|
{ "path": "./packages/core/system-prompt" },
|
|
|
|
|
{ "path": "./packages/core/agent" },
|
2026-07-19 22:11:59 +08:00
|
|
|
{ "path": "./packages/ui/commands" },
|
2026-07-19 18:47:34 +08:00
|
|
|
{ "path": "./packages/goal/goal" },
|
2026-07-19 19:22:10 +08:00
|
|
|
{ "path": "./packages/goal/tool-goal" },
|
2026-07-19 20:30:43 +08:00
|
|
|
{ "path": "./packages/goal/goal-session" },
|
2026-07-22 23:58:37 +08:00
|
|
|
{ "path": "./packages/goal/command-goal" },
|
2026-07-14 16:04:34 +08:00
|
|
|
{ "path": "./packages/context/time-context" },
|
2026-07-28 21:29:24 +08:00
|
|
|
{ "path": "./packages/context/tmux-context" },
|
2026-07-22 23:58:37 +08:00
|
|
|
{ "path": "./packages/context/session-reference" },
|
2026-07-09 17:55:01 +08:00
|
|
|
{ "path": "./packages/ui/user-interaction" },
|
2026-07-11 21:37:38 +08:00
|
|
|
{ "path": "./packages/ui/user-approval" },
|
2026-07-12 21:03:41 +08:00
|
|
|
{ "path": "./packages/ui/permission" },
|
2026-06-20 22:55:20 +08:00
|
|
|
{ "path": "./packages/core/tools" },
|
2026-07-10 14:19:06 +08:00
|
|
|
{ "path": "./packages/skill/skill" },
|
|
|
|
|
{ "path": "./packages/skill/skill-local" },
|
|
|
|
|
{ "path": "./packages/skill/tool-skill" },
|
2026-06-29 10:49:07 +08:00
|
|
|
{ "path": "./packages/ui/tool-ask-user" },
|
2026-07-16 16:01:06 +08:00
|
|
|
{ "path": "./packages/context/workspace-context" },
|
2026-06-20 22:55:20 +08:00
|
|
|
{ "path": "./packages/core/agent-loop" },
|
2026-07-20 03:34:19 +08:00
|
|
|
{ "path": "./packages/llm/llm-retry" },
|
2026-07-15 15:57:57 +08:00
|
|
|
{ "path": "./packages/examples/agent-spine-demo" },
|
2026-07-15 21:21:24 +08:00
|
|
|
{ "path": "./packages/examples/cli-demo" },
|
2026-07-26 12:43:14 +08:00
|
|
|
{ "path": "./packages/subprocess/subprocess" },
|
|
|
|
|
{ "path": "./packages/subprocess/subprocess-local" },
|
2026-06-20 22:55:20 +08:00
|
|
|
{ "path": "./packages/bash/bash" },
|
2026-07-21 16:01:00 +08:00
|
|
|
{ "path": "./packages/pty/pty" },
|
|
|
|
|
{ "path": "./packages/pty/pty-local" },
|
2026-07-29 14:12:27 +08:00
|
|
|
{ "path": "./packages/pty/tool-bash-persistent" },
|
2026-07-21 16:01:00 +08:00
|
|
|
{ "path": "./packages/pty/tool-pty" },
|
2026-07-08 02:17:24 +08:00
|
|
|
{ "path": "./packages/code-runtime/code-runtime" },
|
2026-07-08 11:00:06 +08:00
|
|
|
{ "path": "./packages/code-runtime/code-runtime-worker" },
|
2026-06-20 22:55:20 +08:00
|
|
|
{ "path": "./packages/llm/llm-deepseek" },
|
|
|
|
|
{ "path": "./packages/llm/llm-pi-ai" },
|
|
|
|
|
{ "path": "./packages/bash/bash-local" },
|
2026-07-09 16:44:32 +08:00
|
|
|
{ "path": "./packages/sandbox/sandbox" },
|
|
|
|
|
{ "path": "./packages/sandbox/sandbox-local" },
|
2026-07-14 20:05:57 +08:00
|
|
|
{ "path": "./packages/sandbox/sandbox-policy" },
|
2026-07-09 16:44:32 +08:00
|
|
|
{ "path": "./packages/bash/bash-sandbox" },
|
2026-06-20 22:55:20 +08:00
|
|
|
{ "path": "./packages/bash/tool-bash" },
|
2026-06-22 10:48:41 +08:00
|
|
|
{ "path": "./packages/fs/fs" },
|
|
|
|
|
{ "path": "./packages/fs/fs-local" },
|
2026-07-02 03:12:38 +08:00
|
|
|
{ "path": "./packages/fs/fs-policy" },
|
2026-07-14 20:05:57 +08:00
|
|
|
{ "path": "./packages/fs/fs-sandbox" },
|
2026-06-22 10:48:41 +08:00
|
|
|
{ "path": "./packages/fs/tool-fs" },
|
2026-07-09 20:44:32 +08:00
|
|
|
{ "path": "./packages/fs/tool-fs-search" },
|
2026-07-29 14:12:27 +08:00
|
|
|
{ "path": "./packages/fs/tool-str-replace-editor" },
|
2026-07-22 23:58:37 +08:00
|
|
|
{ "path": "./packages/compact/compact" },
|
|
|
|
|
{ "path": "./packages/compact/compact-basic" },
|
2026-07-30 17:40:25 +08:00
|
|
|
{ "path": "./packages/compact/command-compact" },
|
2026-07-22 23:58:37 +08:00
|
|
|
{ "path": "./packages/compact/compact-tool-result-prune" },
|
2026-06-25 15:04:12 +08:00
|
|
|
{ "path": "./packages/web/web" },
|
|
|
|
|
{ "path": "./packages/web/web-search-exa" },
|
|
|
|
|
{ "path": "./packages/web/web-search-perplexity" },
|
2026-06-29 15:21:12 +08:00
|
|
|
{ "path": "./packages/web/web-search-deepseek" },
|
2026-06-25 15:04:12 +08:00
|
|
|
{ "path": "./packages/web/web-fetch-local" },
|
|
|
|
|
{ "path": "./packages/web/tool-web" },
|
2026-07-08 19:20:50 +08:00
|
|
|
{ "path": "./packages/spill/spill" },
|
|
|
|
|
{ "path": "./packages/spill/spill-local" },
|
|
|
|
|
{ "path": "./packages/spill/spill-policy" },
|
2026-07-08 10:06:07 +08:00
|
|
|
{ "path": "./packages/timeout/timeout-policy" },
|
2026-06-20 22:55:20 +08:00
|
|
|
{ "path": "./packages/support/invariants" },
|
2026-07-16 17:39:53 +08:00
|
|
|
{ "path": "./packages/support/agent-loop-testkit" },
|
2026-07-24 01:40:25 +08:00
|
|
|
{ "path": "./packages/acp/acp" },
|
2026-07-15 15:57:57 +08:00
|
|
|
{ "path": "./packages/examples/acp-demo" },
|
2026-07-04 16:43:06 +08:00
|
|
|
{ "path": "./packages/ui/app-boot" },
|
2026-07-11 14:08:12 +08:00
|
|
|
{ "path": "./packages/ui/jsonrpc" },
|
2026-07-15 15:57:57 +08:00
|
|
|
{ "path": "./packages/examples/jsonrpc-demo" },
|
2026-06-21 22:31:56 +08:00
|
|
|
{ "path": "./packages/support/llm-replay" },
|
2026-07-28 23:47:57 +08:00
|
|
|
{ "path": "./packages/typert/generator" },
|
2026-07-08 01:44:20 +08:00
|
|
|
{ "path": "./packages/support/acp-snapshot" },
|
2026-07-14 05:00:54 +08:00
|
|
|
{ "path": "./packages/support/loader-smoke" },
|
2026-07-25 08:20:40 +08:00
|
|
|
{ "path": "./packages/support/llm-mock-server" },
|
2026-06-21 22:31:56 +08:00
|
|
|
{ "path": "./packages/subagent/subagent" },
|
2026-06-22 05:58:40 +08:00
|
|
|
{ "path": "./packages/subagent/tool-subagent" },
|
2026-07-23 17:07:38 +08:00
|
|
|
{ "path": "./packages/subagent/tool-subagent-control" },
|
2026-07-31 22:45:21 +08:00
|
|
|
{ "path": "./packages/subagent/tool-subagent-report" },
|
2026-06-22 14:27:38 +08:00
|
|
|
{ "path": "./packages/subagent/subagent-inprocess" },
|
2026-06-22 05:58:40 +08:00
|
|
|
{ "path": "./packages/subagent/subagent-spawn" },
|
2026-06-22 10:47:02 +08:00
|
|
|
{ "path": "./packages/subagent/subagent-fork" },
|
2026-06-29 10:30:52 +08:00
|
|
|
{ "path": "./packages/subagent/subagent-acp" },
|
2026-07-27 22:17:10 +08:00
|
|
|
{ "path": "./packages/subagent/subagent-dsh-sdk" },
|
2026-07-09 21:22:54 +08:00
|
|
|
{ "path": "./packages/tasks/tasks" },
|
2026-07-26 05:13:39 +08:00
|
|
|
{ "path": "./packages/tasks/tasks-local" },
|
2026-07-09 21:22:54 +08:00
|
|
|
{ "path": "./packages/tasks/tool-tasks" },
|
2026-07-05 13:29:35 +08:00
|
|
|
{ "path": "./packages/workflow/workflow" },
|
2026-07-09 19:06:55 +08:00
|
|
|
{ "path": "./packages/workflow/workflow-workerthread" },
|
2026-07-05 13:29:35 +08:00
|
|
|
{ "path": "./packages/workflow/tool-workflow" },
|
2026-07-20 02:38:14 +08:00
|
|
|
{ "path": "./packages/workflow/tool-ralph" },
|
2026-07-01 00:38:06 +08:00
|
|
|
{ "path": "./packages/todo/tool-todo" },
|
2026-07-22 16:57:23 +08:00
|
|
|
{ "path": "./packages/plan/plan-mode" },
|
2026-07-08 14:24:20 +08:00
|
|
|
{ "path": "./packages/guard/repeat-tool-guard" },
|
2026-07-08 11:45:46 +08:00
|
|
|
{ "path": "./packages/cordis/tool-cordis" },
|
2026-07-30 04:15:07 +08:00
|
|
|
{ "path": "./packages/cordis/repository-plugin" },
|
2026-07-01 04:22:00 +08:00
|
|
|
{ "path": "./packages/hooks/hook-protocol" },
|
|
|
|
|
{ "path": "./packages/hooks/hooks-claude" },
|
2026-07-07 23:21:54 +08:00
|
|
|
{ "path": "./packages/hooks/hooks-codex" },
|
2026-07-15 18:17:38 +08:00
|
|
|
{ "path": "./packages/mcp/mcp-client" },
|
2026-07-19 21:17:57 +08:00
|
|
|
{ "path": "./packages/host/apiproxy" },
|
2026-07-28 15:44:53 +08:00
|
|
|
{ "path": "./packages/host/directory-picker" },
|
2026-07-29 18:34:06 +08:00
|
|
|
{ "path": "./packages/host/directory-picker-auto" },
|
|
|
|
|
// Dual-face backend leaves stay client-registered (their tests and client
|
|
|
|
|
// halves are excluded above); these references only let the adaptive
|
|
|
|
|
// chooser's composition test import each backend's NODE entry, whose
|
|
|
|
|
// declarations carry no client-side Context merge — the mirror of the
|
|
|
|
|
// client aggregate's webserver reference.
|
|
|
|
|
{ "path": "./packages/host/directory-picker-browse" },
|
|
|
|
|
{ "path": "./packages/host/directory-picker-native" },
|
2026-07-19 21:17:57 +08:00
|
|
|
{ "path": "./packages/host/webserver" },
|
2026-07-27 03:21:06 +08:00
|
|
|
{ "path": "./packages/sdk/sdk-client" },
|
2026-07-15 18:17:38 +08:00
|
|
|
{ "path": "./packages/sdk/helper" },
|
2026-07-27 03:21:06 +08:00
|
|
|
{ "path": "./packages/sdk/sdk-protocol" },
|
2026-07-15 18:17:38 +08:00
|
|
|
{ "path": "./packages/sdk/scripts" },
|
2026-07-17 13:20:34 +08:00
|
|
|
{ "path": "./packages/sdk/create-sdk" },
|
2026-07-20 13:54:38 +08:00
|
|
|
{ "path": "./packages/sdk/telemetry" },
|
2026-07-16 12:05:35 +08:00
|
|
|
{ "path": "./packages/lsp/lsp" },
|
|
|
|
|
{ "path": "./packages/lsp/lsp-local" },
|
2026-07-22 10:55:17 +08:00
|
|
|
{ "path": "./packages/lsp/tool-lsp" },
|
|
|
|
|
{ "path": "./apps/cli" }
|
2026-06-11 10:52:45 +08:00
|
|
|
]
|
|
|
|
|
}
|