|
11 | 11 | "test/analyzers.test.ts", |
12 | 12 | "test/benchmark.test.ts", |
13 | 13 | "test/cache.test.ts", |
14 | | - "test/capp-commands.test.ts", |
15 | 14 | "test/codegraph.test.ts", |
16 | 15 | "test/config.test.ts", |
17 | 16 | "test/context-delta.test.ts", |
|
25 | 24 | "test/loop-controller.test.ts", |
26 | 25 | "test/mcp.test.ts", |
27 | 26 | "test/opencode-launcher.test.ts", |
| 27 | + "test/opencode-plusplus-commands.test.ts", |
28 | 28 | "test/opencode-preset.test.ts", |
29 | 29 | "test/orchestrator.test.ts", |
30 | 30 | "test/policy-engine.test.ts", |
|
88 | 88 | "src/analyzers/types.ts": [ |
89 | 89 | "test/analyzers.test.ts" |
90 | 90 | ], |
91 | | - "src/cli/capp-commands.ts": [ |
92 | | - "test/capp-commands.test.ts" |
| 91 | + "src/benchmarks/agent-benchmark.ts": [ |
| 92 | + "test/agent-benchmark.test.ts", |
| 93 | + "benchmarks/fixtures/fastapi-app/tests/test_users.py", |
| 94 | + "benchmarks/fixtures/react-app/src/auth/useAuthState.test.ts", |
| 95 | + "benchmarks/fixtures/react-app/src/components/LoginStatus.test.tsx", |
| 96 | + "benchmarks/fixtures/small-ts-app/test/api/login.test.ts", |
| 97 | + "benchmarks/fixtures/small-ts-app/test/auth/session.test.ts", |
| 98 | + "benchmarks/fixtures/monorepo/packages/api/test/config.test.ts", |
| 99 | + "benchmarks/fixtures/monorepo/packages/config/test/loader.test.ts" |
| 100 | + ], |
| 101 | + "src/benchmarks/benchmark.ts": [ |
| 102 | + "test/agent-benchmark.test.ts", |
| 103 | + "test/benchmark.test.ts", |
| 104 | + "benchmarks/fixtures/fastapi-app/tests/test_users.py", |
| 105 | + "benchmarks/fixtures/react-app/src/auth/useAuthState.test.ts", |
| 106 | + "benchmarks/fixtures/react-app/src/components/LoginStatus.test.tsx", |
| 107 | + "benchmarks/fixtures/small-ts-app/test/api/login.test.ts", |
| 108 | + "benchmarks/fixtures/small-ts-app/test/auth/session.test.ts", |
| 109 | + "benchmarks/fixtures/monorepo/packages/api/test/config.test.ts", |
| 110 | + "benchmarks/fixtures/monorepo/packages/config/test/loader.test.ts" |
93 | 111 | ], |
94 | 112 | "src/cli/default-command.ts": [ |
95 | 113 | "test/default-command.test.ts" |
|
98 | 116 | "test/fixtures/monorepo/packages/api/src/index.ts", |
99 | 117 | "test/fixtures/monorepo/packages/web/src/index.ts" |
100 | 118 | ], |
| 119 | + "src/cli/opencode-plusplus-commands.ts": [ |
| 120 | + "test/opencode-plusplus-commands.test.ts" |
| 121 | + ], |
101 | 122 | "src/cli/opencode-preset.ts": [ |
102 | 123 | "test/opencode-preset.test.ts" |
103 | 124 | ], |
|
126 | 147 | "benchmarks/fixtures/monorepo/packages/config/test/loader.test.ts", |
127 | 148 | "test/fixtures/monorepo/packages/api/src/config.ts" |
128 | 149 | ], |
129 | | - "src/benchmarks/agent-benchmark.ts": [ |
130 | | - "test/agent-benchmark.test.ts", |
131 | | - "benchmarks/fixtures/fastapi-app/tests/test_users.py", |
132 | | - "benchmarks/fixtures/react-app/src/auth/useAuthState.test.ts", |
133 | | - "benchmarks/fixtures/react-app/src/components/LoginStatus.test.tsx", |
134 | | - "benchmarks/fixtures/small-ts-app/test/api/login.test.ts", |
135 | | - "benchmarks/fixtures/small-ts-app/test/auth/session.test.ts", |
136 | | - "benchmarks/fixtures/monorepo/packages/api/test/config.test.ts", |
137 | | - "benchmarks/fixtures/monorepo/packages/config/test/loader.test.ts" |
138 | | - ], |
139 | | - "src/benchmarks/benchmark.ts": [ |
140 | | - "test/agent-benchmark.test.ts", |
141 | | - "test/benchmark.test.ts", |
142 | | - "benchmarks/fixtures/fastapi-app/tests/test_users.py", |
143 | | - "benchmarks/fixtures/react-app/src/auth/useAuthState.test.ts", |
144 | | - "benchmarks/fixtures/react-app/src/components/LoginStatus.test.tsx", |
145 | | - "benchmarks/fixtures/small-ts-app/test/api/login.test.ts", |
146 | | - "benchmarks/fixtures/small-ts-app/test/auth/session.test.ts", |
147 | | - "benchmarks/fixtures/monorepo/packages/api/test/config.test.ts", |
148 | | - "benchmarks/fixtures/monorepo/packages/config/test/loader.test.ts" |
149 | | - ], |
150 | 150 | "src/core/cache.ts": [ |
151 | 151 | "test/cache.test.ts" |
152 | 152 | ], |
|
285 | 285 | "src/outputs/token-savings.ts": [ |
286 | 286 | "test/token-savings.test.ts" |
287 | 287 | ], |
288 | | - "src/sandbox/git-worktree-sandbox.ts": [], |
289 | | - "src/sandbox/host-sandbox.ts": [], |
290 | | - "src/sandbox/sandbox-adapter.ts": [], |
291 | 288 | "src/retrievers/codegraph.ts": [ |
292 | 289 | "test/codegraph.test.ts", |
293 | 290 | "test/retrievers.test.ts" |
|
312 | 309 | "src/retrievers/types.ts": [ |
313 | 310 | "test/retrievers.test.ts" |
314 | 311 | ], |
| 312 | + "src/sandbox/git-worktree-sandbox.ts": [], |
| 313 | + "src/sandbox/host-sandbox.ts": [], |
| 314 | + "src/sandbox/sandbox-adapter.ts": [], |
315 | 315 | "src/harness/control-plane/decision-engine.ts": [ |
316 | 316 | "test/task-harness.test.ts" |
317 | 317 | ], |
|
341 | 341 | ], |
342 | 342 | "src/integrations/opencode/launcher.ts": [ |
343 | 343 | "test/opencode-launcher.test.ts", |
| 344 | + "test/opencode-plusplus-commands.test.ts", |
344 | 345 | "test/opencode-preset.test.ts" |
345 | 346 | ], |
346 | 347 | "src/integrations/opencode/project-init.ts": [ |
347 | 348 | "test/opencode-launcher.test.ts", |
| 349 | + "test/opencode-plusplus-commands.test.ts", |
348 | 350 | "test/opencode-preset.test.ts" |
349 | 351 | ], |
350 | 352 | "src/integrations/opencode/sidecar-plugin-template.ts": [ |
351 | 353 | "test/opencode-launcher.test.ts", |
| 354 | + "test/opencode-plusplus-commands.test.ts", |
352 | 355 | "test/opencode-preset.test.ts" |
353 | 356 | ], |
354 | 357 | "src/integrations/opencode/sidecar.ts": [ |
355 | | - "test/capp-commands.test.ts", |
356 | 358 | "test/opencode-launcher.test.ts", |
| 359 | + "test/opencode-plusplus-commands.test.ts", |
357 | 360 | "test/opencode-preset.test.ts" |
358 | 361 | ], |
359 | 362 | "src/outputs/renderers/markdown.ts": [], |
|
496 | 499 | "test/fixtures/next-app/src/app/api/login/route.ts" |
497 | 500 | ], |
498 | 501 | "benchmarks/fixtures/react-app/src/App.tsx": [ |
499 | | - "test/capp-commands.test.ts", |
500 | 502 | "test/fixtures.test.ts", |
501 | 503 | "test/fixtures/monorepo/package.json", |
502 | 504 | "test/fixtures/monorepo/pnpm-workspace.yaml", |
|
708 | 710 | "test/fixtures/monorepo/packages/web/src/index.ts", |
709 | 711 | "test/fixtures/next-app/src/app/api/login/route.ts" |
710 | 712 | ], |
711 | | - "benchmarks/fixtures/small-ts-app/src/auth/middleware.ts": [ |
| 713 | + "benchmarks/fixtures/small-ts-app/src/billing/audit.ts": [ |
712 | 714 | "test/fixtures.test.ts", |
713 | 715 | "test/fixtures/monorepo/package.json", |
714 | 716 | "test/fixtures/monorepo/pnpm-workspace.yaml", |
|
733 | 735 | "test/fixtures/monorepo/packages/web/src/index.ts", |
734 | 736 | "test/fixtures/next-app/src/app/api/login/route.ts" |
735 | 737 | ], |
736 | | - "benchmarks/fixtures/small-ts-app/src/auth/session.ts": [ |
| 738 | + "benchmarks/fixtures/small-ts-app/src/billing/invoice.ts": [ |
737 | 739 | "test/fixtures.test.ts", |
738 | 740 | "test/fixtures/monorepo/package.json", |
739 | 741 | "test/fixtures/monorepo/pnpm-workspace.yaml", |
|
758 | 760 | "test/fixtures/monorepo/packages/web/src/index.ts", |
759 | 761 | "test/fixtures/next-app/src/app/api/login/route.ts" |
760 | 762 | ], |
761 | | - "benchmarks/fixtures/small-ts-app/src/billing/audit.ts": [ |
| 763 | + "benchmarks/fixtures/small-ts-app/src/auth/middleware.ts": [ |
762 | 764 | "test/fixtures.test.ts", |
763 | 765 | "test/fixtures/monorepo/package.json", |
764 | 766 | "test/fixtures/monorepo/pnpm-workspace.yaml", |
|
783 | 785 | "test/fixtures/monorepo/packages/web/src/index.ts", |
784 | 786 | "test/fixtures/next-app/src/app/api/login/route.ts" |
785 | 787 | ], |
786 | | - "benchmarks/fixtures/small-ts-app/src/billing/invoice.ts": [ |
| 788 | + "benchmarks/fixtures/small-ts-app/src/auth/session.ts": [ |
787 | 789 | "test/fixtures.test.ts", |
788 | 790 | "test/fixtures/monorepo/package.json", |
789 | 791 | "test/fixtures/monorepo/pnpm-workspace.yaml", |
|
859 | 861 | "test/fixtures/monorepo/packages/web/src/index.ts", |
860 | 862 | "test/fixtures/next-app/src/app/api/login/route.ts" |
861 | 863 | ], |
862 | | - "benchmarks/fixtures/monorepo/packages/config/src/loader.ts": [ |
863 | | - "test/config.test.ts", |
| 864 | + "benchmarks/fixtures/monorepo/packages/shared/src/metrics.ts": [ |
864 | 865 | "test/fixtures.test.ts", |
865 | 866 | "test/fixtures/monorepo/package.json", |
866 | 867 | "test/fixtures/monorepo/pnpm-workspace.yaml", |
|
885 | 886 | "test/fixtures/monorepo/packages/web/src/index.ts", |
886 | 887 | "test/fixtures/next-app/src/app/api/login/route.ts" |
887 | 888 | ], |
888 | | - "benchmarks/fixtures/monorepo/packages/shared/src/metrics.ts": [ |
| 889 | + "benchmarks/fixtures/monorepo/packages/config/src/loader.ts": [ |
| 890 | + "test/config.test.ts", |
889 | 891 | "test/fixtures.test.ts", |
890 | 892 | "test/fixtures/monorepo/package.json", |
891 | 893 | "test/fixtures/monorepo/pnpm-workspace.yaml", |
|
911 | 913 | "test/fixtures/next-app/src/app/api/login/route.ts" |
912 | 914 | ], |
913 | 915 | "benchmarks/fixtures/monorepo/packages/web/src/app.ts": [ |
914 | | - "test/capp-commands.test.ts", |
915 | 916 | "test/fixtures.test.ts", |
916 | 917 | "test/fixtures/monorepo/package.json", |
917 | 918 | "test/fixtures/monorepo/pnpm-workspace.yaml", |
|
0 commit comments