Skip to content

Commit 00d0652

Browse files
author
chenbo
committed
Clarify sidecar maturity levels
1 parent 4177fda commit 00d0652

17 files changed

Lines changed: 27677 additions & 27679 deletions

.agent-context/contracts/test.contract.json

Lines changed: 55 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,22 @@
109109
"benchmarks/fixtures/monorepo/packages/api/test/config.test.ts",
110110
"benchmarks/fixtures/monorepo/packages/config/test/loader.test.ts"
111111
],
112+
"src/cli/capp-commands.ts": [
113+
"test/capp-commands.test.ts"
114+
],
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"
127+
],
112128
"src/config/defaults.ts": [
113129
"test/config.test.ts",
114130
"test/scanner.test.ts",
@@ -131,21 +147,8 @@
131147
"benchmarks/fixtures/monorepo/packages/config/test/loader.test.ts",
132148
"test/fixtures/monorepo/packages/api/src/config.ts"
133149
],
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"
150+
"src/harness/types.ts": [
151+
"test/task-harness.test.ts"
149152
],
150153
"src/core/cache.ts": [
151154
"test/cache.test.ts"
@@ -225,16 +228,37 @@
225228
"test/contract-validator.test.ts",
226229
"test/validator.test.ts"
227230
],
228-
"src/harness/types.ts": [
229-
"test/task-harness.test.ts"
230-
],
231231
"src/integrations/codegraph.ts": [
232232
"test/codegraph.test.ts"
233233
],
234234
"src/llm/provider.ts": [],
235235
"src/mcp/server.ts": [
236236
"test/mcp.test.ts"
237237
],
238+
"src/retrievers/codegraph.ts": [
239+
"test/codegraph.test.ts",
240+
"test/retrievers.test.ts"
241+
],
242+
"src/retrievers/external.ts": [
243+
"test/retrievers.test.ts"
244+
],
245+
"src/retrievers/hybrid.ts": [
246+
"test/retrievers.test.ts"
247+
],
248+
"src/retrievers/index.ts": [
249+
"test/retrievers.test.ts",
250+
"test/fixtures/monorepo/packages/api/src/index.ts",
251+
"test/fixtures/monorepo/packages/web/src/index.ts"
252+
],
253+
"src/retrievers/ripgrep.ts": [
254+
"test/retrievers.test.ts"
255+
],
256+
"src/retrievers/static.ts": [
257+
"test/retrievers.test.ts"
258+
],
259+
"src/retrievers/types.ts": [
260+
"test/retrievers.test.ts"
261+
],
238262
"src/outputs/agent-events.ts": [
239263
"test/agent-events.test.ts"
240264
],
@@ -285,30 +309,6 @@
285309
"src/outputs/token-savings.ts": [
286310
"test/token-savings.test.ts"
287311
],
288-
"src/retrievers/codegraph.ts": [
289-
"test/codegraph.test.ts",
290-
"test/retrievers.test.ts"
291-
],
292-
"src/retrievers/external.ts": [
293-
"test/retrievers.test.ts"
294-
],
295-
"src/retrievers/hybrid.ts": [
296-
"test/retrievers.test.ts"
297-
],
298-
"src/retrievers/index.ts": [
299-
"test/retrievers.test.ts",
300-
"test/fixtures/monorepo/packages/api/src/index.ts",
301-
"test/fixtures/monorepo/packages/web/src/index.ts"
302-
],
303-
"src/retrievers/ripgrep.ts": [
304-
"test/retrievers.test.ts"
305-
],
306-
"src/retrievers/static.ts": [
307-
"test/retrievers.test.ts"
308-
],
309-
"src/retrievers/types.ts": [
310-
"test/retrievers.test.ts"
311-
],
312312
"src/sandbox/git-worktree-sandbox.ts": [],
313313
"src/sandbox/host-sandbox.ts": [],
314314
"src/sandbox/sandbox-adapter.ts": [],
@@ -324,12 +324,6 @@
324324
"test/orchestrator.test.ts",
325325
"test/task-harness.test.ts"
326326
],
327-
"src/harness/verification-plane/policy-engine.ts": [
328-
"test/hallucination-guard.test.ts",
329-
"test/policy-engine.test.ts",
330-
"test/regression-guard.test.ts",
331-
"test/task-harness.test.ts"
332-
],
333327
"src/harness/observability/execution-trace.ts": [
334328
"test/execution-trace.test.ts",
335329
"test/hallucination-guard.test.ts",
@@ -339,6 +333,12 @@
339333
"test/policy-engine.test.ts",
340334
"test/task-harness.test.ts"
341335
],
336+
"src/harness/verification-plane/policy-engine.ts": [
337+
"test/hallucination-guard.test.ts",
338+
"test/policy-engine.test.ts",
339+
"test/regression-guard.test.ts",
340+
"test/task-harness.test.ts"
341+
],
342342
"src/integrations/opencode/launcher.ts": [
343343
"test/opencode-launcher.test.ts",
344344
"test/opencode-preset.test.ts"
@@ -608,7 +608,7 @@
608608
"test/fixtures/monorepo/packages/web/src/index.ts",
609609
"test/fixtures/next-app/src/app/api/login/route.ts"
610610
],
611-
"benchmarks/fixtures/react-app/src/components/LoginStatus.tsx": [
611+
"benchmarks/fixtures/react-app/src/billing/audit.ts": [
612612
"test/fixtures.test.ts",
613613
"test/fixtures/monorepo/package.json",
614614
"test/fixtures/monorepo/pnpm-workspace.yaml",
@@ -633,7 +633,7 @@
633633
"test/fixtures/monorepo/packages/web/src/index.ts",
634634
"test/fixtures/next-app/src/app/api/login/route.ts"
635635
],
636-
"benchmarks/fixtures/react-app/src/billing/audit.ts": [
636+
"benchmarks/fixtures/react-app/src/billing/invoice.ts": [
637637
"test/fixtures.test.ts",
638638
"test/fixtures/monorepo/package.json",
639639
"test/fixtures/monorepo/pnpm-workspace.yaml",
@@ -658,7 +658,7 @@
658658
"test/fixtures/monorepo/packages/web/src/index.ts",
659659
"test/fixtures/next-app/src/app/api/login/route.ts"
660660
],
661-
"benchmarks/fixtures/react-app/src/billing/invoice.ts": [
661+
"benchmarks/fixtures/react-app/src/components/LoginStatus.tsx": [
662662
"test/fixtures.test.ts",
663663
"test/fixtures/monorepo/package.json",
664664
"test/fixtures/monorepo/pnpm-workspace.yaml",
@@ -708,7 +708,7 @@
708708
"test/fixtures/monorepo/packages/web/src/index.ts",
709709
"test/fixtures/next-app/src/app/api/login/route.ts"
710710
],
711-
"benchmarks/fixtures/small-ts-app/src/billing/audit.ts": [
711+
"benchmarks/fixtures/small-ts-app/src/auth/middleware.ts": [
712712
"test/fixtures.test.ts",
713713
"test/fixtures/monorepo/package.json",
714714
"test/fixtures/monorepo/pnpm-workspace.yaml",
@@ -733,7 +733,7 @@
733733
"test/fixtures/monorepo/packages/web/src/index.ts",
734734
"test/fixtures/next-app/src/app/api/login/route.ts"
735735
],
736-
"benchmarks/fixtures/small-ts-app/src/billing/invoice.ts": [
736+
"benchmarks/fixtures/small-ts-app/src/auth/session.ts": [
737737
"test/fixtures.test.ts",
738738
"test/fixtures/monorepo/package.json",
739739
"test/fixtures/monorepo/pnpm-workspace.yaml",
@@ -758,7 +758,7 @@
758758
"test/fixtures/monorepo/packages/web/src/index.ts",
759759
"test/fixtures/next-app/src/app/api/login/route.ts"
760760
],
761-
"benchmarks/fixtures/small-ts-app/src/auth/middleware.ts": [
761+
"benchmarks/fixtures/small-ts-app/src/billing/audit.ts": [
762762
"test/fixtures.test.ts",
763763
"test/fixtures/monorepo/package.json",
764764
"test/fixtures/monorepo/pnpm-workspace.yaml",
@@ -783,7 +783,7 @@
783783
"test/fixtures/monorepo/packages/web/src/index.ts",
784784
"test/fixtures/next-app/src/app/api/login/route.ts"
785785
],
786-
"benchmarks/fixtures/small-ts-app/src/auth/session.ts": [
786+
"benchmarks/fixtures/small-ts-app/src/billing/invoice.ts": [
787787
"test/fixtures.test.ts",
788788
"test/fixtures/monorepo/package.json",
789789
"test/fixtures/monorepo/pnpm-workspace.yaml",

0 commit comments

Comments
 (0)