Skip to content

Commit a0978e3

Browse files
author
chenbo
committed
Simplify README around capp entrypoint
1 parent 00d0652 commit a0978e3

13 files changed

Lines changed: 23236 additions & 23280 deletions

File tree

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

Lines changed: 52 additions & 52 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,8 +131,21 @@
147131
"benchmarks/fixtures/monorepo/packages/config/test/loader.test.ts",
148132
"test/fixtures/monorepo/packages/api/src/config.ts"
149133
],
150-
"src/harness/types.ts": [
151-
"test/task-harness.test.ts"
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"
152149
],
153150
"src/core/cache.ts": [
154151
"test/cache.test.ts"
@@ -228,37 +225,16 @@
228225
"test/contract-validator.test.ts",
229226
"test/validator.test.ts"
230227
],
228+
"src/harness/types.ts": [
229+
"test/task-harness.test.ts"
230+
],
231231
"src/integrations/codegraph.ts": [
232232
"test/codegraph.test.ts"
233233
],
234-
"src/llm/provider.ts": [],
235234
"src/mcp/server.ts": [
236235
"test/mcp.test.ts"
237236
],
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-
],
237+
"src/llm/provider.ts": [],
262238
"src/outputs/agent-events.ts": [
263239
"test/agent-events.test.ts"
264240
],
@@ -309,9 +285,42 @@
309285
"src/outputs/token-savings.ts": [
310286
"test/token-savings.test.ts"
311287
],
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": [],
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+
],
315324
"src/harness/control-plane/decision-engine.ts": [
316325
"test/task-harness.test.ts"
317326
],
@@ -324,15 +333,6 @@
324333
"test/orchestrator.test.ts",
325334
"test/task-harness.test.ts"
326335
],
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",

0 commit comments

Comments
 (0)