Skip to content

Commit 4329af0

Browse files
author
chenbo
committed
Add OpenCode project init
1 parent 33588bb commit 4329af0

30 files changed

Lines changed: 17009 additions & 16204 deletions

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -138,12 +138,6 @@
138138
"benchmarks/fixtures/monorepo/packages/config/test/loader.test.ts",
139139
"test/fixtures/monorepo/packages/api/src/config.ts"
140140
],
141-
"src/harness/types.ts": [
142-
"test/task-harness.test.ts"
143-
],
144-
"src/integrations/codegraph.ts": [
145-
"test/codegraph.test.ts"
146-
],
147141
"src/core/cache.ts": [
148142
"test/cache.test.ts"
149143
],
@@ -220,6 +214,12 @@
220214
"test/contract-validator.test.ts",
221215
"test/validator.test.ts"
222216
],
217+
"src/harness/types.ts": [
218+
"test/task-harness.test.ts"
219+
],
220+
"src/integrations/codegraph.ts": [
221+
"test/codegraph.test.ts"
222+
],
223223
"src/llm/provider.ts": [],
224224
"src/mcp/server.ts": [
225225
"test/mcp.test.ts"
@@ -274,9 +274,6 @@
274274
"src/outputs/token-savings.ts": [
275275
"test/token-savings.test.ts"
276276
],
277-
"src/sandbox/git-worktree-sandbox.ts": [],
278-
"src/sandbox/host-sandbox.ts": [],
279-
"src/sandbox/sandbox-adapter.ts": [],
280277
"src/retrievers/codegraph.ts": [
281278
"test/codegraph.test.ts",
282279
"test/retrievers.test.ts"
@@ -301,6 +298,9 @@
301298
"src/retrievers/types.ts": [
302299
"test/retrievers.test.ts"
303300
],
301+
"src/sandbox/git-worktree-sandbox.ts": [],
302+
"src/sandbox/host-sandbox.ts": [],
303+
"src/sandbox/sandbox-adapter.ts": [],
304304
"src/harness/observability/execution-trace.ts": [
305305
"test/execution-trace.test.ts",
306306
"test/hallucination-guard.test.ts",

0 commit comments

Comments
 (0)