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-08-07 13:49:47 +08:00
|
|
|
"apps/web/tests/default-model.e2e.ts",
|
2026-08-08 00:51:54 +08:00
|
|
|
"apps/web/tests/declared-reasoning.e2e.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-08-10 18:02:11 +08:00
|
|
|
"apps/web/tests/minimal-preset.snapshot.ts",
|
2026-08-10 21:18:45 -07:00
|
|
|
"apps/web/tests/message-feedback-protocol.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-08-04 20:37:33 +08:00
|
|
|
"apps/web/tests/chat-scroll-fixture.ts",
|
|
|
|
|
"apps/web/tests/trajectory-virtualization.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-08-10 19:42:43 +08:00
|
|
|
"apps/web/tests/plugin-config.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-12 12:50:40 +08:00
|
|
|
"apps/web/tests/onboarding-usable-provider.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-08-13 14:04:16 +08:00
|
|
|
"apps/web/tests/cold-blank-session.e2e.ts",
|
2026-08-12 20:26:47 +08:00
|
|
|
"apps/web/tests/stats-paged-history.e2e.ts",
|
2026-07-28 11:06:03 +08:00
|
|
|
"apps/web/tests/sidebar-scrollbar.e2e.ts",
|
2026-08-04 15:02:17 +08:00
|
|
|
"apps/web/tests/conversation-column-overflow.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-08-11 16:58:40 +08:00
|
|
|
"apps/web/tests/message-feedback.e2e.ts",
|
2026-07-30 20:26:33 +08:00
|
|
|
"apps/web/tests/markdown-images.e2e.ts",
|
2026-08-05 14:19:19 +08:00
|
|
|
"apps/web/tests/math-rendering.e2e.ts",
|
2026-08-06 11:17:17 +08:00
|
|
|
"apps/web/tests/markdown-cjk-strong.e2e.ts",
|
2026-08-06 11:41:41 +08:00
|
|
|
"apps/web/tests/markdown-inline-code-links.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-08-08 10:28:30 +08:00
|
|
|
"apps/web/tests/skill-user-invoke.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-08-05 18:51:11 +08:00
|
|
|
"apps/web/tests/agent-preset-selection.e2e.ts",
|
2026-08-08 22:35:26 +08:00
|
|
|
"apps/web/tests/agent-preset-authoring.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-08-05 19:00:02 +08:00
|
|
|
"apps/web/tests/schedule-after.e2e.ts",
|
2026-08-08 02:27:37 +08:00
|
|
|
"apps/web/tests/feedback-command.e2e.ts",
|
2026-08-10 17:13:01 +08:00
|
|
|
"apps/web/tests/goal-command-presentation.e2e.ts",
|
2026-07-31 18:37:06 +08:00
|
|
|
"apps/web/tests/startup-auto-selection.e2e.ts",
|
2026-08-01 03:15:54 -07:00
|
|
|
"apps/web/tests/produced-files.e2e.ts",
|
2026-08-07 03:02:10 -07:00
|
|
|
"apps/web/tests/produced-file-mentions.e2e.ts",
|
2026-07-27 18:33:37 +08:00
|
|
|
"apps/web/tests/subagent-conversation.e2e.ts",
|
2026-08-06 12:09:09 +08:00
|
|
|
"apps/web/tests/subagent-interrupt.e2e.ts",
|
2026-08-06 12:45:37 +08:00
|
|
|
"apps/web/tests/subagent-interrupt-ui.e2e.ts",
|
2026-08-08 15:46:08 +08:00
|
|
|
"apps/web/tests/sidebar-subagent-activity.e2e.ts",
|
2026-08-13 00:36:22 +08:00
|
|
|
"apps/web/tests/background-job-list.e2e.ts",
|
2026-08-02 23:06:00 -07:00
|
|
|
"apps/web/tests/bash-abort-row.e2e.ts",
|
2026-08-06 13:59:05 +08:00
|
|
|
"apps/web/tests/skill-tool-row.e2e.ts",
|
2026-08-05 16:40:29 +08:00
|
|
|
"apps/web/tests/turn-tail-actions.e2e.ts",
|
2026-08-07 11:51:18 +08:00
|
|
|
"apps/web/tests/goal-multi-turn-actions.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-08-04 16:13:52 +08:00
|
|
|
"apps/web/tests/composer-tab-geometry.e2e.ts",
|
2026-07-31 16:28:43 +08:00
|
|
|
"apps/web/tests/complex-history.perf.ts",
|
2026-08-05 02:05:06 +08:00
|
|
|
"apps/web/tests/pwsh-terminal.e2e.ts",
|
2026-08-10 18:37:30 +08:00
|
|
|
"apps/web/tests/workflow-run.e2e.ts",
|
2026-08-03 01:17:57 +08:00
|
|
|
"apps/web/stress-tests/reasoning-chunks.stress.ts",
|
2026-07-24 19:43:59 +08:00
|
|
|
"apps/cli/tests/**/*.ts",
|
2026-08-14 10:23:39 +08:00
|
|
|
"apps/desktop/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"
|
|
|
|
|
],
|
2026-08-12 01:40:03 +08:00
|
|
|
// Under packages/client a test file names the face it covers: `*.client.*`
|
|
|
|
|
// belongs to the Client aggregate, `*.host.spec.ts` to this one. The two
|
|
|
|
|
// suffixes are mutually exclusive, so each aggregate excludes the other's
|
|
|
|
|
// and the package test glob above needs no per-file entry.
|
2026-07-22 23:58:37 +08:00
|
|
|
"exclude": [
|
2026-08-12 01:40:03 +08:00
|
|
|
"packages/client/*/src/**",
|
2026-08-12 11:21:48 +08:00
|
|
|
"packages/*/*/tests/**/*.client.ts",
|
|
|
|
|
"packages/*/*/tests/**/*.client.tsx",
|
|
|
|
|
"packages/*/*/tests/**/*.client.spec.ts",
|
|
|
|
|
"packages/*/*/tests/**/*.client.spec.tsx",
|
2026-08-12 01:40:03 +08:00
|
|
|
"packages/client/tsdown.client.ts",
|
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-08-13 00:36:22 +08:00
|
|
|
{ "path": "./packages/util/launch-environment" },
|
2026-07-28 21:25:19 +08:00
|
|
|
{ "path": "./packages/util/native-command" },
|
2026-08-13 00:36:22 +08:00
|
|
|
{ "path": "./packages/util/home-paths" },
|
2026-07-06 16:23:52 +08:00
|
|
|
{ "path": "./packages/util/timeout" },
|
2026-08-13 00:36:22 +08:00
|
|
|
{ "path": "./packages/util/output-retention" },
|
2026-07-29 12:59:41 +08:00
|
|
|
{ "path": "./packages/util/atomic-write" },
|
2026-07-25 22:35:22 +08:00
|
|
|
{ "path": "./packages/attachment/attachment" },
|
|
|
|
|
{ "path": "./packages/attachment/attachment-local" },
|
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-08-13 00:36:22 +08:00
|
|
|
{ "path": "./packages/typert/protocol" },
|
2026-07-28 23:47:57 +08:00
|
|
|
{ "path": "./packages/typert/registry" },
|
2026-08-11 19:11:08 +08:00
|
|
|
{ "path": "./packages/api/gateway/tsconfig.host.json" },
|
2026-08-08 03:29:12 +08:00
|
|
|
{ "path": "./packages/api/remotes/tsconfig.host.json" },
|
2026-07-28 23:47:57 +08:00
|
|
|
{ "path": "./packages/typert/loader" },
|
2026-07-30 01:52:06 +08:00
|
|
|
{ "path": "./packages/session/session-persistence" },
|
|
|
|
|
{ "path": "./packages/session/session-checkpoint-policy" },
|
|
|
|
|
{ "path": "./packages/session/session-persistence-jsonl" },
|
|
|
|
|
{ "path": "./packages/session/session-persistence-sqlite" },
|
|
|
|
|
{ "path": "./packages/session/session-projection" },
|
|
|
|
|
{ "path": "./packages/session/session-projection-cache" },
|
2026-08-12 20:26:47 +08:00
|
|
|
{ "path": "./packages/session/session-stats" },
|
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" },
|
2026-08-13 00:36:22 +08:00
|
|
|
{ "path": "./packages/settings/settings-file" },
|
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-08-10 11:28:38 -07:00
|
|
|
{ "path": "./packages/feedback/message-feedback" },
|
2026-07-24 19:06:48 +08:00
|
|
|
{ "path": "./packages/workspace/workspace" },
|
2026-07-30 01:52:06 +08:00
|
|
|
{ "path": "./packages/session/session-title" },
|
|
|
|
|
{ "path": "./packages/session/session-title-llm" },
|
2026-08-13 00:36:22 +08:00
|
|
|
{ "path": "./packages/session/session-title-first-prompt-llm" },
|
|
|
|
|
{ "path": "./packages/session/session-title-all-prompts-llm" },
|
2026-07-30 01:52:06 +08:00
|
|
|
{ "path": "./packages/session/session-telemetry" },
|
2026-08-13 00:36:22 +08:00
|
|
|
{ "path": "./packages/identity/anonymous-user-id" },
|
2026-07-30 01:52:06 +08:00
|
|
|
{ "path": "./packages/session/session-telemetry-otel" },
|
2026-06-20 22:55:20 +08:00
|
|
|
{ "path": "./packages/core/system-prompt" },
|
|
|
|
|
{ "path": "./packages/core/agent" },
|
2026-08-09 12:13:58 +08:00
|
|
|
{ "path": "./packages/core/agent-default-model" },
|
2026-07-30 03:13:49 +08:00
|
|
|
{ "path": "./packages/interaction/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-08-13 00:36:22 +08:00
|
|
|
{ "path": "./packages/goal/goal-round-driver" },
|
2026-07-22 23:58:37 +08:00
|
|
|
{ "path": "./packages/goal/command-goal" },
|
2026-07-29 13:34:45 +08:00
|
|
|
{ "path": "./packages/feedback/command-feedback" },
|
2026-08-13 00:36:22 +08:00
|
|
|
{ "path": "./packages/schedule/schedule" },
|
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-08-13 00:36:22 +08:00
|
|
|
{ "path": "./packages/interaction/user-questions" },
|
2026-07-30 03:13:49 +08:00
|
|
|
{ "path": "./packages/interaction/user-approval" },
|
2026-08-13 00:36:22 +08:00
|
|
|
{ "path": "./packages/interaction/permission-presets" },
|
2026-06-20 22:55:20 +08:00
|
|
|
{ "path": "./packages/core/tools" },
|
2026-08-13 00:36:22 +08:00
|
|
|
{ "path": "./packages/core/agent-tool-presentation" },
|
2026-07-10 14:19:06 +08:00
|
|
|
{ "path": "./packages/skill/skill" },
|
2026-08-05 21:50:44 +08:00
|
|
|
{ "path": "./packages/skill/skill-badge" },
|
2026-08-13 00:36:22 +08:00
|
|
|
{ "path": "./packages/skill/skill-filesystem" },
|
2026-07-10 14:19:06 +08:00
|
|
|
{ "path": "./packages/skill/tool-skill" },
|
2026-07-30 03:13:49 +08:00
|
|
|
{ "path": "./packages/interaction/tool-ask-user" },
|
2026-08-13 00:36:22 +08:00
|
|
|
{ "path": "./packages/context/agent-instructions" },
|
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-26 12:43:14 +08:00
|
|
|
{ "path": "./packages/subprocess/subprocess" },
|
|
|
|
|
{ "path": "./packages/subprocess/subprocess-local" },
|
2026-07-28 10:05:30 +08:00
|
|
|
{ "path": "./packages/e2b/e2b" },
|
2026-07-28 14:52:37 +08:00
|
|
|
{ "path": "./packages/e2b/subprocess-e2b" },
|
2026-08-13 00:36:22 +08:00
|
|
|
{ "path": "./packages/shell/shell" },
|
|
|
|
|
{ "path": "./packages/terminal/terminal" },
|
|
|
|
|
{ "path": "./packages/terminal/terminal-bash" },
|
|
|
|
|
{ "path": "./packages/shell/tool-bash-persistent" },
|
|
|
|
|
{ "path": "./packages/terminal/tool-terminal" },
|
2026-07-08 02:17:24 +08:00
|
|
|
{ "path": "./packages/code-runtime/code-runtime" },
|
2026-08-13 00:36:22 +08:00
|
|
|
{ "path": "./packages/code-runtime/code-runtime-worker-thread" },
|
2026-06-20 22:55:20 +08:00
|
|
|
{ "path": "./packages/llm/llm-deepseek" },
|
|
|
|
|
{ "path": "./packages/llm/llm-pi-ai" },
|
2026-08-13 00:36:22 +08:00
|
|
|
{ "path": "./packages/shell/bash-local" },
|
|
|
|
|
{ "path": "./packages/shell/shell-env" },
|
|
|
|
|
{ "path": "./packages/shell/pwsh-local" },
|
|
|
|
|
{ "path": "./packages/shell/pwsh-sandbox" },
|
|
|
|
|
{ "path": "./packages/shell/tool-pwsh" },
|
2026-08-06 10:23:26 +08:00
|
|
|
{ "path": "./native/landlock-run/packages/entry" },
|
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-08-08 01:24:33 +08:00
|
|
|
{ "path": "./packages/sandbox/sandbox-windows-acl" },
|
2026-08-13 00:36:22 +08:00
|
|
|
{ "path": "./packages/shell/bash-sandbox" },
|
|
|
|
|
{ "path": "./packages/shell/tool-bash" },
|
2026-06-22 10:48:41 +08:00
|
|
|
{ "path": "./packages/fs/fs" },
|
|
|
|
|
{ "path": "./packages/fs/fs-local" },
|
2026-07-28 14:52:37 +08:00
|
|
|
{ "path": "./packages/e2b/fs-e2b" },
|
2026-08-13 00:36:22 +08:00
|
|
|
{ "path": "./packages/fs/fs-observation-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-08-13 00:36:22 +08:00
|
|
|
{ "path": "./packages/compaction/compaction" },
|
|
|
|
|
{ "path": "./packages/compaction/compaction-basic" },
|
|
|
|
|
{ "path": "./packages/compaction/command-compact" },
|
|
|
|
|
{ "path": "./packages/compaction/compaction-tool-result-pruner" },
|
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-08-13 00:36:22 +08:00
|
|
|
{ "path": "./packages/web/web-fetch-http" },
|
2026-06-25 15:04:12 +08:00
|
|
|
{ "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-30 03:40:42 +08:00
|
|
|
{ "path": "./packages/guard/timeout-policy" },
|
2026-08-13 00:36:22 +08:00
|
|
|
{ "path": "./packages/runtime-diagnostics/invariants" },
|
|
|
|
|
{ "path": "./packages/test-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-08-06 04:39:52 +08:00
|
|
|
{ "path": "./packages/bundle/base" },
|
|
|
|
|
{ "path": "./packages/bundle/headless" },
|
|
|
|
|
{ "path": "./packages/bundle/web-app" },
|
2026-07-30 03:13:49 +08:00
|
|
|
{ "path": "./packages/boot/app-boot" },
|
2026-08-06 20:52:26 +08:00
|
|
|
{ "path": "./packages/boot/cmdline" },
|
2026-08-11 14:20:53 +08:00
|
|
|
{ "path": "./packages/sdk/server" },
|
2026-07-15 15:57:57 +08:00
|
|
|
{ "path": "./packages/examples/jsonrpc-demo" },
|
2026-08-13 00:36:22 +08:00
|
|
|
{ "path": "./packages/test-support/llm-replay" },
|
2026-07-28 23:47:57 +08:00
|
|
|
{ "path": "./packages/typert/generator" },
|
2026-08-13 00:36:22 +08:00
|
|
|
{ "path": "./packages/test-support/acp-snapshot" },
|
|
|
|
|
{ "path": "./packages/test-support/loader-smoke" },
|
|
|
|
|
{ "path": "./packages/test-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-08-13 00:36:22 +08:00
|
|
|
{ "path": "./packages/subagent/subagent-in-process-driver" },
|
|
|
|
|
{ "path": "./packages/subagent/subagent-spawn-in-process" },
|
|
|
|
|
{ "path": "./packages/subagent/subagent-fork-in-process" },
|
2026-06-29 10:30:52 +08:00
|
|
|
{ "path": "./packages/subagent/subagent-acp" },
|
2026-08-04 20:57:55 +08:00
|
|
|
{ "path": "./packages/subagent/subagent-claude-code" },
|
2026-08-04 16:02:17 +08:00
|
|
|
{ "path": "./packages/subagent/subagent-codex" },
|
2026-07-27 22:17:10 +08:00
|
|
|
{ "path": "./packages/subagent/subagent-dsh-sdk" },
|
2026-08-13 00:36:22 +08:00
|
|
|
{ "path": "./packages/jobs/jobs" },
|
|
|
|
|
{ "path": "./packages/jobs/jobs-local" },
|
|
|
|
|
{ "path": "./packages/jobs/tool-jobs" },
|
2026-07-05 13:29:35 +08:00
|
|
|
{ "path": "./packages/workflow/workflow" },
|
2026-08-13 00:36:22 +08:00
|
|
|
{ "path": "./packages/workflow/workflow-worker-thread" },
|
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-08-03 20:30:33 +08:00
|
|
|
{ "path": "./packages/preset/agent-presets" },
|
2026-08-03 22:22:57 +08:00
|
|
|
{ "path": "./packages/preset/persona" },
|
2026-08-13 00:36:22 +08:00
|
|
|
{ "path": "./packages/guard/repeat-tool-reminder" },
|
2026-08-12 23:51:31 +08:00
|
|
|
{ "path": "./packages/extensions/cordis-host-runner" },
|
2026-08-13 00:36:22 +08:00
|
|
|
{ "path": "./packages/extensions/tool-cordis" },
|
2026-07-01 04:22:00 +08:00
|
|
|
{ "path": "./packages/hooks/hook-protocol" },
|
2026-08-13 00:36:22 +08:00
|
|
|
{ "path": "./packages/hooks/hooks-claude-code" },
|
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" },
|
|
|
|
|
{ "path": "./packages/host/directory-picker-browse" },
|
|
|
|
|
{ "path": "./packages/host/directory-picker-native" },
|
2026-08-06 04:39:52 +08:00
|
|
|
{ "path": "./packages/host/frontend-static" },
|
2026-08-11 06:46:41 -07:00
|
|
|
{ "path": "./packages/host/plugin-inventory" },
|
2026-08-15 17:01:48 +08:00
|
|
|
{ "path": "./packages/host/skill-manager" },
|
2026-07-19 21:17:57 +08:00
|
|
|
{ "path": "./packages/host/webserver" },
|
2026-08-11 14:20:53 +08:00
|
|
|
{ "path": "./packages/sdk/client" },
|
|
|
|
|
{ "path": "./packages/sdk/protocol" },
|
2026-07-16 12:05:35 +08:00
|
|
|
{ "path": "./packages/lsp/lsp" },
|
2026-08-13 00:36:22 +08:00
|
|
|
{ "path": "./packages/lsp/lsp-stdio" },
|
2026-07-22 10:55:17 +08:00
|
|
|
{ "path": "./packages/lsp/tool-lsp" },
|
2026-08-14 10:58:40 +08:00
|
|
|
{ "path": "./packages/vision/image-recognition" },
|
|
|
|
|
{ "path": "./packages/vision/image-recognition-http" },
|
|
|
|
|
{ "path": "./packages/vision/tool-image-recognition" },
|
|
|
|
|
{ "path": "./packages/bundle/image-recognition" },
|
2026-08-14 10:23:39 +08:00
|
|
|
{ "path": "./apps/cli" },
|
|
|
|
|
{ "path": "./apps/desktop" }
|
2026-06-11 10:52:45 +08:00
|
|
|
]
|
|
|
|
|
}
|