Skip to content

Commit 0215c5a

Browse files
author
chenbo
committed
Remove legacy Code Agent++ aliases
1 parent bbebcfd commit 0215c5a

114 files changed

Lines changed: 16181 additions & 16471 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.agent-context/AGENTS.generated.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- generated-by: code-agent-plusplus -->
1+
<!-- generated-by: opencode-plusplus -->
22
<!-- generated-file: .agent-context/AGENTS.generated.md -->
33

44
# Generated Agent Guide
@@ -8,7 +8,7 @@ L0 operating rules. Keep this file loaded by default; load deeper context only w
88
## Must-Read Rules
99
- Inspect relevant source files before behavior-changing edits; generated summaries are not a source-of-truth replacement.
1010
- Before finishing, run the relevant detected checks: `npm run build`, `npm run check`, `npm run lint`, `npm run format`, `npm run format:check`, `npm run prepublishOnly`, `npm run test`.
11-
- Do not commit secrets, local config, dependency folders, or generated build output such as `code-agent-plusplus.local.yml`, API keys, `node_modules/`, `dist/`, or coverage artifacts.
11+
- Do not commit secrets, local config, dependency folders, or generated build output such as `opencode-plusplus.local.yml`, API keys, `node_modules/`, `dist/`, or coverage artifacts.
1212
- Preserve existing project conventions and command patterns unless the source code clearly requires a change.
1313

1414
## Default Workflow

.agent-context/architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ This document is generated from static repository signals. Treat it as a startin
1313
- `outputs`: outputs contains 27 files and depends on core, harness, integrations.
1414
- `core`: core contains 18 files and depends on analyzers, config, llm, outputs.
1515
- `harness`: harness contains 9 files and depends on core, outputs, sandbox.
16-
- `integrations`: integrations contains 5 files and depends on core, harness, outputs, retrievers.
1716
- `retrievers`: retrievers contains 7 files and depends on core, integrations, outputs.
17+
- `integrations`: integrations contains 5 files and depends on core, harness, outputs, retrievers.
1818
- `cli`: cli contains 5 files and depends on benchmarks, config, core, harness, integrations, outputs, retrievers.
1919
- `benchmarks`: benchmarks contains 25 files and depends on core, harness, outputs.
2020
- `analyzers`: analyzers contains 6 files and depends on core.

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

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -162,29 +162,29 @@
162162
"summary": "harness contains 9 files and depends on core, outputs, sandbox."
163163
},
164164
{
165-
"name": "integrations",
165+
"name": "retrievers",
166166
"owns": [
167-
"src/integrations/**"
167+
"src/retrievers/**"
168168
],
169169
"imports": [
170170
"core",
171-
"harness",
172-
"outputs",
173-
"retrievers"
171+
"integrations",
172+
"outputs"
174173
],
175-
"summary": "integrations contains 5 files and depends on core, harness, outputs, retrievers."
174+
"summary": "retrievers contains 7 files and depends on core, integrations, outputs."
176175
},
177176
{
178-
"name": "retrievers",
177+
"name": "integrations",
179178
"owns": [
180-
"src/retrievers/**"
179+
"src/integrations/**"
181180
],
182181
"imports": [
183182
"core",
184-
"integrations",
185-
"outputs"
183+
"harness",
184+
"outputs",
185+
"retrievers"
186186
],
187-
"summary": "retrievers contains 7 files and depends on core, integrations, outputs."
187+
"summary": "integrations contains 5 files and depends on core, harness, outputs, retrievers."
188188
},
189189
{
190190
"name": "cli",

.agent-context/contracts/module-boundaries.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -198,16 +198,15 @@
198198
"src/harness/verification-plane/policy-engine.ts"
199199
]
200200
},
201-
"integrations": {
201+
"retrievers": {
202202
"owns": [
203-
"src/integrations/**"
203+
"src/retrievers/**"
204204
],
205205
"allowedImports": [
206206
"benchmarks/fixtures/monorepo/packages/config/**",
207207
"benchmarks/fixtures/monorepo/packages/shared/**",
208208
"src/config/**",
209209
"src/core/**",
210-
"src/harness/**",
211210
"src/integrations/**",
212211
"src/outputs/**",
213212
"src/retrievers/**"
@@ -224,27 +223,29 @@
224223
],
225224
"observedImports": [
226225
"core",
227-
"harness",
228-
"outputs",
229-
"retrievers"
226+
"integrations",
227+
"outputs"
230228
],
231229
"publicFiles": [
232-
"src/integrations/codegraph.ts",
233-
"src/integrations/opencode/launcher.ts",
234-
"src/integrations/opencode/project-init.ts",
235-
"src/integrations/opencode/sidecar-plugin-template.ts",
236-
"src/integrations/opencode/sidecar.ts"
230+
"src/retrievers/codegraph.ts",
231+
"src/retrievers/external.ts",
232+
"src/retrievers/hybrid.ts",
233+
"src/retrievers/index.ts",
234+
"src/retrievers/ripgrep.ts",
235+
"src/retrievers/static.ts",
236+
"src/retrievers/types.ts"
237237
]
238238
},
239-
"retrievers": {
239+
"integrations": {
240240
"owns": [
241-
"src/retrievers/**"
241+
"src/integrations/**"
242242
],
243243
"allowedImports": [
244244
"benchmarks/fixtures/monorepo/packages/config/**",
245245
"benchmarks/fixtures/monorepo/packages/shared/**",
246246
"src/config/**",
247247
"src/core/**",
248+
"src/harness/**",
248249
"src/integrations/**",
249250
"src/outputs/**",
250251
"src/retrievers/**"
@@ -261,17 +262,16 @@
261262
],
262263
"observedImports": [
263264
"core",
264-
"integrations",
265-
"outputs"
265+
"harness",
266+
"outputs",
267+
"retrievers"
266268
],
267269
"publicFiles": [
268-
"src/retrievers/codegraph.ts",
269-
"src/retrievers/external.ts",
270-
"src/retrievers/hybrid.ts",
271-
"src/retrievers/index.ts",
272-
"src/retrievers/ripgrep.ts",
273-
"src/retrievers/static.ts",
274-
"src/retrievers/types.ts"
270+
"src/integrations/codegraph.ts",
271+
"src/integrations/opencode/launcher.ts",
272+
"src/integrations/opencode/project-init.ts",
273+
"src/integrations/opencode/sidecar-plugin-template.ts",
274+
"src/integrations/opencode/sidecar.ts"
275275
]
276276
},
277277
"cli": {
@@ -311,9 +311,9 @@
311311
"retrievers"
312312
],
313313
"publicFiles": [
314-
"src/cli/capp-commands.ts",
315314
"src/cli/default-command.ts",
316315
"src/cli/index.ts",
316+
"src/cli/opencode-plusplus-commands.ts",
317317
"src/cli/opencode-preset.ts",
318318
"src/cli/task-args.ts"
319319
]

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

Lines changed: 38 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
"test/analyzers.test.ts",
1212
"test/benchmark.test.ts",
1313
"test/cache.test.ts",
14-
"test/capp-commands.test.ts",
1514
"test/codegraph.test.ts",
1615
"test/config.test.ts",
1716
"test/context-delta.test.ts",
@@ -25,6 +24,7 @@
2524
"test/loop-controller.test.ts",
2625
"test/mcp.test.ts",
2726
"test/opencode-launcher.test.ts",
27+
"test/opencode-plusplus-commands.test.ts",
2828
"test/opencode-preset.test.ts",
2929
"test/orchestrator.test.ts",
3030
"test/policy-engine.test.ts",
@@ -88,8 +88,26 @@
8888
"src/analyzers/types.ts": [
8989
"test/analyzers.test.ts"
9090
],
91-
"src/cli/capp-commands.ts": [
92-
"test/capp-commands.test.ts"
91+
"src/benchmarks/agent-benchmark.ts": [
92+
"test/agent-benchmark.test.ts",
93+
"benchmarks/fixtures/fastapi-app/tests/test_users.py",
94+
"benchmarks/fixtures/react-app/src/auth/useAuthState.test.ts",
95+
"benchmarks/fixtures/react-app/src/components/LoginStatus.test.tsx",
96+
"benchmarks/fixtures/small-ts-app/test/api/login.test.ts",
97+
"benchmarks/fixtures/small-ts-app/test/auth/session.test.ts",
98+
"benchmarks/fixtures/monorepo/packages/api/test/config.test.ts",
99+
"benchmarks/fixtures/monorepo/packages/config/test/loader.test.ts"
100+
],
101+
"src/benchmarks/benchmark.ts": [
102+
"test/agent-benchmark.test.ts",
103+
"test/benchmark.test.ts",
104+
"benchmarks/fixtures/fastapi-app/tests/test_users.py",
105+
"benchmarks/fixtures/react-app/src/auth/useAuthState.test.ts",
106+
"benchmarks/fixtures/react-app/src/components/LoginStatus.test.tsx",
107+
"benchmarks/fixtures/small-ts-app/test/api/login.test.ts",
108+
"benchmarks/fixtures/small-ts-app/test/auth/session.test.ts",
109+
"benchmarks/fixtures/monorepo/packages/api/test/config.test.ts",
110+
"benchmarks/fixtures/monorepo/packages/config/test/loader.test.ts"
93111
],
94112
"src/cli/default-command.ts": [
95113
"test/default-command.test.ts"
@@ -98,6 +116,9 @@
98116
"test/fixtures/monorepo/packages/api/src/index.ts",
99117
"test/fixtures/monorepo/packages/web/src/index.ts"
100118
],
119+
"src/cli/opencode-plusplus-commands.ts": [
120+
"test/opencode-plusplus-commands.test.ts"
121+
],
101122
"src/cli/opencode-preset.ts": [
102123
"test/opencode-preset.test.ts"
103124
],
@@ -126,27 +147,6 @@
126147
"benchmarks/fixtures/monorepo/packages/config/test/loader.test.ts",
127148
"test/fixtures/monorepo/packages/api/src/config.ts"
128149
],
129-
"src/benchmarks/agent-benchmark.ts": [
130-
"test/agent-benchmark.test.ts",
131-
"benchmarks/fixtures/fastapi-app/tests/test_users.py",
132-
"benchmarks/fixtures/react-app/src/auth/useAuthState.test.ts",
133-
"benchmarks/fixtures/react-app/src/components/LoginStatus.test.tsx",
134-
"benchmarks/fixtures/small-ts-app/test/api/login.test.ts",
135-
"benchmarks/fixtures/small-ts-app/test/auth/session.test.ts",
136-
"benchmarks/fixtures/monorepo/packages/api/test/config.test.ts",
137-
"benchmarks/fixtures/monorepo/packages/config/test/loader.test.ts"
138-
],
139-
"src/benchmarks/benchmark.ts": [
140-
"test/agent-benchmark.test.ts",
141-
"test/benchmark.test.ts",
142-
"benchmarks/fixtures/fastapi-app/tests/test_users.py",
143-
"benchmarks/fixtures/react-app/src/auth/useAuthState.test.ts",
144-
"benchmarks/fixtures/react-app/src/components/LoginStatus.test.tsx",
145-
"benchmarks/fixtures/small-ts-app/test/api/login.test.ts",
146-
"benchmarks/fixtures/small-ts-app/test/auth/session.test.ts",
147-
"benchmarks/fixtures/monorepo/packages/api/test/config.test.ts",
148-
"benchmarks/fixtures/monorepo/packages/config/test/loader.test.ts"
149-
],
150150
"src/core/cache.ts": [
151151
"test/cache.test.ts"
152152
],
@@ -285,9 +285,6 @@
285285
"src/outputs/token-savings.ts": [
286286
"test/token-savings.test.ts"
287287
],
288-
"src/sandbox/git-worktree-sandbox.ts": [],
289-
"src/sandbox/host-sandbox.ts": [],
290-
"src/sandbox/sandbox-adapter.ts": [],
291288
"src/retrievers/codegraph.ts": [
292289
"test/codegraph.test.ts",
293290
"test/retrievers.test.ts"
@@ -312,6 +309,9 @@
312309
"src/retrievers/types.ts": [
313310
"test/retrievers.test.ts"
314311
],
312+
"src/sandbox/git-worktree-sandbox.ts": [],
313+
"src/sandbox/host-sandbox.ts": [],
314+
"src/sandbox/sandbox-adapter.ts": [],
315315
"src/harness/control-plane/decision-engine.ts": [
316316
"test/task-harness.test.ts"
317317
],
@@ -341,19 +341,22 @@
341341
],
342342
"src/integrations/opencode/launcher.ts": [
343343
"test/opencode-launcher.test.ts",
344+
"test/opencode-plusplus-commands.test.ts",
344345
"test/opencode-preset.test.ts"
345346
],
346347
"src/integrations/opencode/project-init.ts": [
347348
"test/opencode-launcher.test.ts",
349+
"test/opencode-plusplus-commands.test.ts",
348350
"test/opencode-preset.test.ts"
349351
],
350352
"src/integrations/opencode/sidecar-plugin-template.ts": [
351353
"test/opencode-launcher.test.ts",
354+
"test/opencode-plusplus-commands.test.ts",
352355
"test/opencode-preset.test.ts"
353356
],
354357
"src/integrations/opencode/sidecar.ts": [
355-
"test/capp-commands.test.ts",
356358
"test/opencode-launcher.test.ts",
359+
"test/opencode-plusplus-commands.test.ts",
357360
"test/opencode-preset.test.ts"
358361
],
359362
"src/outputs/renderers/markdown.ts": [],
@@ -496,7 +499,6 @@
496499
"test/fixtures/next-app/src/app/api/login/route.ts"
497500
],
498501
"benchmarks/fixtures/react-app/src/App.tsx": [
499-
"test/capp-commands.test.ts",
500502
"test/fixtures.test.ts",
501503
"test/fixtures/monorepo/package.json",
502504
"test/fixtures/monorepo/pnpm-workspace.yaml",
@@ -708,7 +710,7 @@
708710
"test/fixtures/monorepo/packages/web/src/index.ts",
709711
"test/fixtures/next-app/src/app/api/login/route.ts"
710712
],
711-
"benchmarks/fixtures/small-ts-app/src/auth/middleware.ts": [
713+
"benchmarks/fixtures/small-ts-app/src/billing/audit.ts": [
712714
"test/fixtures.test.ts",
713715
"test/fixtures/monorepo/package.json",
714716
"test/fixtures/monorepo/pnpm-workspace.yaml",
@@ -733,7 +735,7 @@
733735
"test/fixtures/monorepo/packages/web/src/index.ts",
734736
"test/fixtures/next-app/src/app/api/login/route.ts"
735737
],
736-
"benchmarks/fixtures/small-ts-app/src/auth/session.ts": [
738+
"benchmarks/fixtures/small-ts-app/src/billing/invoice.ts": [
737739
"test/fixtures.test.ts",
738740
"test/fixtures/monorepo/package.json",
739741
"test/fixtures/monorepo/pnpm-workspace.yaml",
@@ -758,7 +760,7 @@
758760
"test/fixtures/monorepo/packages/web/src/index.ts",
759761
"test/fixtures/next-app/src/app/api/login/route.ts"
760762
],
761-
"benchmarks/fixtures/small-ts-app/src/billing/audit.ts": [
763+
"benchmarks/fixtures/small-ts-app/src/auth/middleware.ts": [
762764
"test/fixtures.test.ts",
763765
"test/fixtures/monorepo/package.json",
764766
"test/fixtures/monorepo/pnpm-workspace.yaml",
@@ -783,7 +785,7 @@
783785
"test/fixtures/monorepo/packages/web/src/index.ts",
784786
"test/fixtures/next-app/src/app/api/login/route.ts"
785787
],
786-
"benchmarks/fixtures/small-ts-app/src/billing/invoice.ts": [
788+
"benchmarks/fixtures/small-ts-app/src/auth/session.ts": [
787789
"test/fixtures.test.ts",
788790
"test/fixtures/monorepo/package.json",
789791
"test/fixtures/monorepo/pnpm-workspace.yaml",
@@ -859,8 +861,7 @@
859861
"test/fixtures/monorepo/packages/web/src/index.ts",
860862
"test/fixtures/next-app/src/app/api/login/route.ts"
861863
],
862-
"benchmarks/fixtures/monorepo/packages/config/src/loader.ts": [
863-
"test/config.test.ts",
864+
"benchmarks/fixtures/monorepo/packages/shared/src/metrics.ts": [
864865
"test/fixtures.test.ts",
865866
"test/fixtures/monorepo/package.json",
866867
"test/fixtures/monorepo/pnpm-workspace.yaml",
@@ -885,7 +886,8 @@
885886
"test/fixtures/monorepo/packages/web/src/index.ts",
886887
"test/fixtures/next-app/src/app/api/login/route.ts"
887888
],
888-
"benchmarks/fixtures/monorepo/packages/shared/src/metrics.ts": [
889+
"benchmarks/fixtures/monorepo/packages/config/src/loader.ts": [
890+
"test/config.test.ts",
889891
"test/fixtures.test.ts",
890892
"test/fixtures/monorepo/package.json",
891893
"test/fixtures/monorepo/pnpm-workspace.yaml",
@@ -911,7 +913,6 @@
911913
"test/fixtures/next-app/src/app/api/login/route.ts"
912914
],
913915
"benchmarks/fixtures/monorepo/packages/web/src/app.ts": [
914-
"test/capp-commands.test.ts",
915916
"test/fixtures.test.ts",
916917
"test/fixtures/monorepo/package.json",
917918
"test/fixtures/monorepo/pnpm-workspace.yaml",

.agent-context/delta/latest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,5 +316,5 @@
316316
"12 module(s) may need refreshed summaries or boundaries.",
317317
"13 context output area(s) are marked stale."
318318
],
319-
"recommendedCommand": "code-agent-plusplus evolve . --base main"
319+
"recommendedCommand": "opencode-plusplus evolve . --base main"
320320
}

.agent-context/delta/latest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Base: main
44
Impact: high
5-
Recommended: code-agent-plusplus evolve . --base main
5+
Recommended: opencode-plusplus evolve . --base main
66

77
## What Changed In Repo
88
| File | Status | Kind | Module |

0 commit comments

Comments
 (0)