Skip to content

Commit 1c67434

Browse files
author
chenbo
committed
Clarify capp as CLI entrypoint
1 parent f66750c commit 1c67434

16 files changed

Lines changed: 32581 additions & 32556 deletions

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

Lines changed: 47 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -88,22 +88,6 @@
8888
"src/analyzers/types.ts": [
8989
"test/analyzers.test.ts"
9090
],
91-
"src/cli/capp-commands.ts": [
92-
"test/capp-commands.test.ts"
93-
],
94-
"src/cli/default-command.ts": [
95-
"test/default-command.test.ts"
96-
],
97-
"src/cli/index.ts": [
98-
"test/fixtures/monorepo/packages/api/src/index.ts",
99-
"test/fixtures/monorepo/packages/web/src/index.ts"
100-
],
101-
"src/cli/opencode-preset.ts": [
102-
"test/opencode-preset.test.ts"
103-
],
104-
"src/cli/task-args.ts": [
105-
"test/task-args.test.ts"
106-
],
10791
"src/benchmarks/agent-benchmark.ts": [
10892
"test/agent-benchmark.test.ts",
10993
"benchmarks/fixtures/fastapi-app/tests/test_users.py",
@@ -125,6 +109,22 @@
125109
"benchmarks/fixtures/monorepo/packages/api/test/config.test.ts",
126110
"benchmarks/fixtures/monorepo/packages/config/test/loader.test.ts"
127111
],
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+
],
128128
"src/config/defaults.ts": [
129129
"test/config.test.ts",
130130
"test/scanner.test.ts",
@@ -150,9 +150,6 @@
150150
"src/harness/types.ts": [
151151
"test/task-harness.test.ts"
152152
],
153-
"src/integrations/codegraph.ts": [
154-
"test/codegraph.test.ts"
155-
],
156153
"src/core/cache.ts": [
157154
"test/cache.test.ts"
158155
],
@@ -230,37 +227,13 @@
230227
"test/contract-validator.test.ts",
231228
"test/validator.test.ts"
232229
],
233-
"src/llm/provider.ts": [],
230+
"src/integrations/codegraph.ts": [
231+
"test/codegraph.test.ts"
232+
],
234233
"src/mcp/server.ts": [
235234
"test/mcp.test.ts"
236235
],
237-
"src/retrievers/codegraph.ts": [
238-
"test/codegraph.test.ts",
239-
"test/retrievers.test.ts"
240-
],
241-
"src/retrievers/external.ts": [
242-
"test/retrievers.test.ts"
243-
],
244-
"src/retrievers/hybrid.ts": [
245-
"test/retrievers.test.ts"
246-
],
247-
"src/retrievers/index.ts": [
248-
"test/retrievers.test.ts",
249-
"test/fixtures/monorepo/packages/api/src/index.ts",
250-
"test/fixtures/monorepo/packages/web/src/index.ts"
251-
],
252-
"src/retrievers/ripgrep.ts": [
253-
"test/retrievers.test.ts"
254-
],
255-
"src/retrievers/static.ts": [
256-
"test/retrievers.test.ts"
257-
],
258-
"src/retrievers/types.ts": [
259-
"test/retrievers.test.ts"
260-
],
261-
"src/sandbox/git-worktree-sandbox.ts": [],
262-
"src/sandbox/host-sandbox.ts": [],
263-
"src/sandbox/sandbox-adapter.ts": [],
236+
"src/llm/provider.ts": [],
264237
"src/outputs/agent-events.ts": [
265238
"test/agent-events.test.ts"
266239
],
@@ -311,6 +284,33 @@
311284
"src/outputs/token-savings.ts": [
312285
"test/token-savings.test.ts"
313286
],
287+
"src/retrievers/codegraph.ts": [
288+
"test/codegraph.test.ts",
289+
"test/retrievers.test.ts"
290+
],
291+
"src/retrievers/external.ts": [
292+
"test/retrievers.test.ts"
293+
],
294+
"src/retrievers/hybrid.ts": [
295+
"test/retrievers.test.ts"
296+
],
297+
"src/retrievers/index.ts": [
298+
"test/retrievers.test.ts",
299+
"test/fixtures/monorepo/packages/api/src/index.ts",
300+
"test/fixtures/monorepo/packages/web/src/index.ts"
301+
],
302+
"src/retrievers/ripgrep.ts": [
303+
"test/retrievers.test.ts"
304+
],
305+
"src/retrievers/static.ts": [
306+
"test/retrievers.test.ts"
307+
],
308+
"src/retrievers/types.ts": [
309+
"test/retrievers.test.ts"
310+
],
311+
"src/sandbox/git-worktree-sandbox.ts": [],
312+
"src/sandbox/host-sandbox.ts": [],
313+
"src/sandbox/sandbox-adapter.ts": [],
314314
"src/harness/control-plane/decision-engine.ts": [
315315
"test/task-harness.test.ts"
316316
],

0 commit comments

Comments
 (0)