Skip to content

Commit 4177fda

Browse files
author
chenbo
committed
Document OpenCode transparent sidecar mode
1 parent 517b9c9 commit 4177fda

26 files changed

Lines changed: 4206 additions & 4022 deletions

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@
332332
"docs/**"
333333
],
334334
"imports": [],
335-
"summary": "docs contains 37 files."
335+
"summary": "docs contains 38 files."
336336
},
337337
{
338338
"name": "llm",

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

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -109,22 +109,6 @@
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-
],
128112
"src/config/defaults.ts": [
129113
"test/config.test.ts",
130114
"test/scanner.test.ts",
@@ -147,6 +131,22 @@
147131
"benchmarks/fixtures/monorepo/packages/config/test/loader.test.ts",
148132
"test/fixtures/monorepo/packages/api/src/config.ts"
149133
],
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+
],
150150
"src/core/cache.ts": [
151151
"test/cache.test.ts"
152152
],
@@ -324,6 +324,12 @@
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+
],
327333
"src/harness/observability/execution-trace.ts": [
328334
"test/execution-trace.test.ts",
329335
"test/hallucination-guard.test.ts",
@@ -333,12 +339,6 @@
333339
"test/policy-engine.test.ts",
334340
"test/task-harness.test.ts"
335341
],
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/billing/audit.ts": [
611+
"benchmarks/fixtures/react-app/src/components/LoginStatus.tsx": [
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/invoice.ts": [
636+
"benchmarks/fixtures/react-app/src/billing/audit.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/components/LoginStatus.tsx": [
661+
"benchmarks/fixtures/react-app/src/billing/invoice.ts": [
662662
"test/fixtures.test.ts",
663663
"test/fixtures/monorepo/package.json",
664664
"test/fixtures/monorepo/pnpm-workspace.yaml",

0 commit comments

Comments
 (0)