create-squirrel-opencode-harness 1.0.1 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +24 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -149,6 +149,18 @@ Options:
|
|
|
149
149
|
|
|
150
150
|
Once the harness is scaffolded, follow these steps to start working:
|
|
151
151
|
|
|
152
|
+
### Workflow Overview
|
|
153
|
+
|
|
154
|
+
```bash
|
|
155
|
+
# 1. Run in your project directory
|
|
156
|
+
npm create squirrel-opencode-harness "your-model-id"
|
|
157
|
+
|
|
158
|
+
# 2. Start opencode
|
|
159
|
+
opencode
|
|
160
|
+
|
|
161
|
+
# 3. Press Tab to switch to the agent named "harness" and start collaborating
|
|
162
|
+
```
|
|
163
|
+
|
|
152
164
|
### 1. Start Opencode
|
|
153
165
|
|
|
154
166
|
```bash
|
|
@@ -369,6 +381,18 @@ create-squirrel-opencode-harness "模型id" --lang zh
|
|
|
369
381
|
|
|
370
382
|
脚手架搭建完成后,按以下步骤开始工作:
|
|
371
383
|
|
|
384
|
+
### 工作流程概览
|
|
385
|
+
|
|
386
|
+
```bash
|
|
387
|
+
# 1. 在项目目录运行创建命令
|
|
388
|
+
npm create squirrel-opencode-harness "your-model-id"
|
|
389
|
+
|
|
390
|
+
# 2. 启动 opencode
|
|
391
|
+
opencode
|
|
392
|
+
|
|
393
|
+
# 3. 按 Tab 键切换到名叫 "harness" 的 agent 开始协作
|
|
394
|
+
```
|
|
395
|
+
|
|
372
396
|
### 1. 启动 Opencode
|
|
373
397
|
|
|
374
398
|
```bash
|