Skip to content

Commit 2013788

Browse files
author
chenbo
committed
Trim README secondary sections
1 parent 315acc4 commit 2013788

17 files changed

Lines changed: 14961 additions & 15039 deletions

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

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -147,12 +147,6 @@
147147
"src/cli/task-args.ts": [
148148
"test/task-args.test.ts"
149149
],
150-
"src/harness/types.ts": [
151-
"test/task-harness.test.ts"
152-
],
153-
"src/integrations/codegraph.ts": [
154-
"test/codegraph.test.ts"
155-
],
156150
"src/core/cache.ts": [
157151
"test/cache.test.ts"
158152
],
@@ -231,7 +225,12 @@
231225
"test/contract-validator.test.ts",
232226
"test/validator.test.ts"
233227
],
234-
"src/llm/provider.ts": [],
228+
"src/harness/types.ts": [
229+
"test/task-harness.test.ts"
230+
],
231+
"src/integrations/codegraph.ts": [
232+
"test/codegraph.test.ts"
233+
],
235234
"src/mcp/server.ts": [
236235
"test/mcp.test.ts"
237236
],
@@ -312,15 +311,7 @@
312311
"src/sandbox/git-worktree-sandbox.ts": [],
313312
"src/sandbox/host-sandbox.ts": [],
314313
"src/sandbox/sandbox-adapter.ts": [],
315-
"src/harness/observability/execution-trace.ts": [
316-
"test/execution-trace.test.ts",
317-
"test/hallucination-guard.test.ts",
318-
"test/loop-controller.test.ts",
319-
"test/opencode-launcher.test.ts",
320-
"test/orchestrator.test.ts",
321-
"test/policy-engine.test.ts",
322-
"test/task-harness.test.ts"
323-
],
314+
"src/llm/provider.ts": [],
324315
"src/harness/control-plane/decision-engine.ts": [
325316
"test/task-harness.test.ts"
326317
],
@@ -333,6 +324,15 @@
333324
"test/orchestrator.test.ts",
334325
"test/task-harness.test.ts"
335326
],
327+
"src/harness/observability/execution-trace.ts": [
328+
"test/execution-trace.test.ts",
329+
"test/hallucination-guard.test.ts",
330+
"test/loop-controller.test.ts",
331+
"test/opencode-launcher.test.ts",
332+
"test/orchestrator.test.ts",
333+
"test/policy-engine.test.ts",
334+
"test/task-harness.test.ts"
335+
],
336336
"src/harness/verification-plane/policy-engine.ts": [
337337
"test/hallucination-guard.test.ts",
338338
"test/policy-engine.test.ts",
@@ -885,7 +885,8 @@
885885
"test/fixtures/monorepo/packages/web/src/index.ts",
886886
"test/fixtures/next-app/src/app/api/login/route.ts"
887887
],
888-
"benchmarks/fixtures/monorepo/packages/shared/src/metrics.ts": [
888+
"benchmarks/fixtures/monorepo/packages/web/src/app.ts": [
889+
"test/capp-commands.test.ts",
889890
"test/fixtures.test.ts",
890891
"test/fixtures/monorepo/package.json",
891892
"test/fixtures/monorepo/pnpm-workspace.yaml",
@@ -910,8 +911,8 @@
910911
"test/fixtures/monorepo/packages/web/src/index.ts",
911912
"test/fixtures/next-app/src/app/api/login/route.ts"
912913
],
913-
"benchmarks/fixtures/monorepo/packages/web/src/app.ts": [
914-
"test/capp-commands.test.ts",
914+
"benchmarks/fixtures/monorepo/packages/web/src/config.ts": [
915+
"test/config.test.ts",
915916
"test/fixtures.test.ts",
916917
"test/fixtures/monorepo/package.json",
917918
"test/fixtures/monorepo/pnpm-workspace.yaml",
@@ -936,8 +937,7 @@
936937
"test/fixtures/monorepo/packages/web/src/index.ts",
937938
"test/fixtures/next-app/src/app/api/login/route.ts"
938939
],
939-
"benchmarks/fixtures/monorepo/packages/web/src/config.ts": [
940-
"test/config.test.ts",
940+
"benchmarks/fixtures/monorepo/packages/shared/src/metrics.ts": [
941941
"test/fixtures.test.ts",
942942
"test/fixtures/monorepo/package.json",
943943
"test/fixtures/monorepo/pnpm-workspace.yaml",

0 commit comments

Comments
 (0)