|
67 | 67 | "sourceToRelatedTests": { |
68 | 68 | "eslint.config.js": [], |
69 | 69 | "prettier.config.cjs": [], |
| 70 | + "src/benchmarks/agent-benchmark.ts": [ |
| 71 | + "test/agent-benchmark.test.ts", |
| 72 | + "benchmarks/fixtures/fastapi-app/tests/test_users.py", |
| 73 | + "benchmarks/fixtures/small-ts-app/test/api/login.test.ts", |
| 74 | + "benchmarks/fixtures/small-ts-app/test/auth/session.test.ts", |
| 75 | + "benchmarks/fixtures/react-app/src/auth/useAuthState.test.ts", |
| 76 | + "benchmarks/fixtures/react-app/src/components/LoginStatus.test.tsx", |
| 77 | + "benchmarks/fixtures/monorepo/packages/api/test/config.test.ts", |
| 78 | + "benchmarks/fixtures/monorepo/packages/config/test/loader.test.ts" |
| 79 | + ], |
| 80 | + "src/benchmarks/benchmark.ts": [ |
| 81 | + "test/agent-benchmark.test.ts", |
| 82 | + "test/benchmark.test.ts", |
| 83 | + "benchmarks/fixtures/fastapi-app/tests/test_users.py", |
| 84 | + "benchmarks/fixtures/small-ts-app/test/api/login.test.ts", |
| 85 | + "benchmarks/fixtures/small-ts-app/test/auth/session.test.ts", |
| 86 | + "benchmarks/fixtures/react-app/src/auth/useAuthState.test.ts", |
| 87 | + "benchmarks/fixtures/react-app/src/components/LoginStatus.test.tsx", |
| 88 | + "benchmarks/fixtures/monorepo/packages/api/test/config.test.ts", |
| 89 | + "benchmarks/fixtures/monorepo/packages/config/test/loader.test.ts" |
| 90 | + ], |
70 | 91 | "src/analyzers/generic.ts": [ |
71 | 92 | "test/analyzers.test.ts" |
72 | 93 | ], |
|
88 | 109 | "src/analyzers/types.ts": [ |
89 | 110 | "test/analyzers.test.ts" |
90 | 111 | ], |
91 | | - "src/benchmarks/agent-benchmark.ts": [ |
92 | | - "test/agent-benchmark.test.ts", |
93 | | - "benchmarks/fixtures/fastapi-app/tests/test_users.py", |
94 | | - "benchmarks/fixtures/small-ts-app/test/api/login.test.ts", |
95 | | - "benchmarks/fixtures/small-ts-app/test/auth/session.test.ts", |
96 | | - "benchmarks/fixtures/react-app/src/auth/useAuthState.test.ts", |
97 | | - "benchmarks/fixtures/react-app/src/components/LoginStatus.test.tsx", |
98 | | - "benchmarks/fixtures/monorepo/packages/api/test/config.test.ts", |
99 | | - "benchmarks/fixtures/monorepo/packages/config/test/loader.test.ts" |
| 112 | + "src/cli/capp-commands.ts": [ |
| 113 | + "test/capp-commands.test.ts" |
100 | 114 | ], |
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/small-ts-app/test/api/login.test.ts", |
106 | | - "benchmarks/fixtures/small-ts-app/test/auth/session.test.ts", |
107 | | - "benchmarks/fixtures/react-app/src/auth/useAuthState.test.ts", |
108 | | - "benchmarks/fixtures/react-app/src/components/LoginStatus.test.tsx", |
109 | | - "benchmarks/fixtures/monorepo/packages/api/test/config.test.ts", |
110 | | - "benchmarks/fixtures/monorepo/packages/config/test/loader.test.ts" |
| 115 | + "src/cli/default-command.ts": [ |
| 116 | + "test/default-command.test.ts" |
| 117 | + ], |
| 118 | + "src/cli/index.ts": [ |
| 119 | + "test/fixtures/monorepo/packages/api/src/index.ts", |
| 120 | + "test/fixtures/monorepo/packages/web/src/index.ts" |
| 121 | + ], |
| 122 | + "src/cli/opencode-preset.ts": [ |
| 123 | + "test/opencode-preset.test.ts" |
| 124 | + ], |
| 125 | + "src/cli/task-args.ts": [ |
| 126 | + "test/task-args.test.ts" |
111 | 127 | ], |
112 | 128 | "src/config/defaults.ts": [ |
113 | 129 | "test/config.test.ts", |
|
131 | 147 | "benchmarks/fixtures/monorepo/packages/config/test/loader.test.ts", |
132 | 148 | "test/fixtures/monorepo/packages/api/src/config.ts" |
133 | 149 | ], |
134 | | - "src/cli/capp-commands.ts": [ |
135 | | - "test/capp-commands.test.ts" |
136 | | - ], |
137 | | - "src/cli/default-command.ts": [ |
138 | | - "test/default-command.test.ts" |
139 | | - ], |
140 | | - "src/cli/index.ts": [ |
141 | | - "test/fixtures/monorepo/packages/api/src/index.ts", |
142 | | - "test/fixtures/monorepo/packages/web/src/index.ts" |
143 | | - ], |
144 | | - "src/cli/opencode-preset.ts": [ |
145 | | - "test/opencode-preset.test.ts" |
146 | | - ], |
147 | | - "src/cli/task-args.ts": [ |
148 | | - "test/task-args.test.ts" |
149 | | - ], |
150 | | - "src/harness/types.ts": [ |
151 | | - "test/task-harness.test.ts" |
152 | | - ], |
153 | 150 | "src/core/cache.ts": [ |
154 | 151 | "test/cache.test.ts" |
155 | 152 | ], |
|
228 | 225 | "test/contract-validator.test.ts", |
229 | 226 | "test/validator.test.ts" |
230 | 227 | ], |
| 228 | + "src/harness/types.ts": [ |
| 229 | + "test/task-harness.test.ts" |
| 230 | + ], |
231 | 231 | "src/integrations/codegraph.ts": [ |
232 | 232 | "test/codegraph.test.ts" |
233 | 233 | ], |
| 234 | + "src/llm/provider.ts": [], |
234 | 235 | "src/mcp/server.ts": [ |
235 | 236 | "test/mcp.test.ts" |
236 | 237 | ], |
237 | | - "src/llm/provider.ts": [], |
238 | 238 | "src/outputs/agent-events.ts": [ |
239 | 239 | "test/agent-events.test.ts" |
240 | 240 | ], |
|
582 | 582 | "test/fixtures/monorepo/packages/web/src/index.ts", |
583 | 583 | "test/fixtures/next-app/src/app/api/login/route.ts" |
584 | 584 | ], |
585 | | - "benchmarks/fixtures/small-ts-app/src/auth/middleware.ts": [ |
| 585 | + "benchmarks/fixtures/small-ts-app/src/api/login.ts": [ |
586 | 586 | "test/fixtures.test.ts", |
587 | 587 | "test/fixtures/monorepo/package.json", |
588 | 588 | "test/fixtures/monorepo/pnpm-workspace.yaml", |
|
607 | 607 | "test/fixtures/monorepo/packages/web/src/index.ts", |
608 | 608 | "test/fixtures/next-app/src/app/api/login/route.ts" |
609 | 609 | ], |
610 | | - "benchmarks/fixtures/small-ts-app/src/auth/session.ts": [ |
| 610 | + "benchmarks/fixtures/small-ts-app/src/billing/audit.ts": [ |
611 | 611 | "test/fixtures.test.ts", |
612 | 612 | "test/fixtures/monorepo/package.json", |
613 | 613 | "test/fixtures/monorepo/pnpm-workspace.yaml", |
|
632 | 632 | "test/fixtures/monorepo/packages/web/src/index.ts", |
633 | 633 | "test/fixtures/next-app/src/app/api/login/route.ts" |
634 | 634 | ], |
635 | | - "benchmarks/fixtures/small-ts-app/src/api/login.ts": [ |
| 635 | + "benchmarks/fixtures/small-ts-app/src/billing/invoice.ts": [ |
636 | 636 | "test/fixtures.test.ts", |
637 | 637 | "test/fixtures/monorepo/package.json", |
638 | 638 | "test/fixtures/monorepo/pnpm-workspace.yaml", |
|
657 | 657 | "test/fixtures/monorepo/packages/web/src/index.ts", |
658 | 658 | "test/fixtures/next-app/src/app/api/login/route.ts" |
659 | 659 | ], |
660 | | - "benchmarks/fixtures/small-ts-app/src/billing/audit.ts": [ |
| 660 | + "benchmarks/fixtures/small-ts-app/src/auth/middleware.ts": [ |
661 | 661 | "test/fixtures.test.ts", |
662 | 662 | "test/fixtures/monorepo/package.json", |
663 | 663 | "test/fixtures/monorepo/pnpm-workspace.yaml", |
|
682 | 682 | "test/fixtures/monorepo/packages/web/src/index.ts", |
683 | 683 | "test/fixtures/next-app/src/app/api/login/route.ts" |
684 | 684 | ], |
685 | | - "benchmarks/fixtures/small-ts-app/src/billing/invoice.ts": [ |
| 685 | + "benchmarks/fixtures/small-ts-app/src/auth/session.ts": [ |
686 | 686 | "test/fixtures.test.ts", |
687 | 687 | "test/fixtures/monorepo/package.json", |
688 | 688 | "test/fixtures/monorepo/pnpm-workspace.yaml", |
|
732 | 732 | "test/fixtures/monorepo/packages/web/src/index.ts", |
733 | 733 | "test/fixtures/next-app/src/app/api/login/route.ts" |
734 | 734 | ], |
735 | | - "benchmarks/fixtures/react-app/src/billing/audit.ts": [ |
| 735 | + "benchmarks/fixtures/react-app/src/components/LoginStatus.tsx": [ |
736 | 736 | "test/fixtures.test.ts", |
737 | 737 | "test/fixtures/monorepo/package.json", |
738 | 738 | "test/fixtures/monorepo/pnpm-workspace.yaml", |
|
757 | 757 | "test/fixtures/monorepo/packages/web/src/index.ts", |
758 | 758 | "test/fixtures/next-app/src/app/api/login/route.ts" |
759 | 759 | ], |
760 | | - "benchmarks/fixtures/react-app/src/billing/invoice.ts": [ |
| 760 | + "benchmarks/fixtures/react-app/src/billing/audit.ts": [ |
761 | 761 | "test/fixtures.test.ts", |
762 | 762 | "test/fixtures/monorepo/package.json", |
763 | 763 | "test/fixtures/monorepo/pnpm-workspace.yaml", |
|
782 | 782 | "test/fixtures/monorepo/packages/web/src/index.ts", |
783 | 783 | "test/fixtures/next-app/src/app/api/login/route.ts" |
784 | 784 | ], |
785 | | - "benchmarks/fixtures/react-app/src/components/LoginStatus.tsx": [ |
| 785 | + "benchmarks/fixtures/react-app/src/billing/invoice.ts": [ |
786 | 786 | "test/fixtures.test.ts", |
787 | 787 | "test/fixtures/monorepo/package.json", |
788 | 788 | "test/fixtures/monorepo/pnpm-workspace.yaml", |
|
884 | 884 | "test/fixtures/monorepo/packages/web/src/index.ts", |
885 | 885 | "test/fixtures/next-app/src/app/api/login/route.ts" |
886 | 886 | ], |
887 | | - "benchmarks/fixtures/monorepo/packages/web/src/app.ts": [ |
888 | | - "test/capp-commands.test.ts", |
| 887 | + "benchmarks/fixtures/monorepo/packages/shared/src/metrics.ts": [ |
889 | 888 | "test/fixtures.test.ts", |
890 | 889 | "test/fixtures/monorepo/package.json", |
891 | 890 | "test/fixtures/monorepo/pnpm-workspace.yaml", |
|
910 | 909 | "test/fixtures/monorepo/packages/web/src/index.ts", |
911 | 910 | "test/fixtures/next-app/src/app/api/login/route.ts" |
912 | 911 | ], |
913 | | - "benchmarks/fixtures/monorepo/packages/web/src/config.ts": [ |
914 | | - "test/config.test.ts", |
| 912 | + "benchmarks/fixtures/monorepo/packages/web/src/app.ts": [ |
| 913 | + "test/capp-commands.test.ts", |
915 | 914 | "test/fixtures.test.ts", |
916 | 915 | "test/fixtures/monorepo/package.json", |
917 | 916 | "test/fixtures/monorepo/pnpm-workspace.yaml", |
|
936 | 935 | "test/fixtures/monorepo/packages/web/src/index.ts", |
937 | 936 | "test/fixtures/next-app/src/app/api/login/route.ts" |
938 | 937 | ], |
939 | | - "benchmarks/fixtures/monorepo/packages/shared/src/metrics.ts": [ |
| 938 | + "benchmarks/fixtures/monorepo/packages/web/src/config.ts": [ |
| 939 | + "test/config.test.ts", |
940 | 940 | "test/fixtures.test.ts", |
941 | 941 | "test/fixtures/monorepo/package.json", |
942 | 942 | "test/fixtures/monorepo/pnpm-workspace.yaml", |
|
0 commit comments