chore: rename pi-built/pi-test scripts to build/test
Some checks failed
CI / build-check-test (push) Has been cancelled
Some checks failed
CI / build-check-test (push) Has been cancelled
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
10
README.md
10
README.md
@@ -22,7 +22,7 @@
|
||||
| `.pi/agent/extensions/*/index.ts` | sproutclaw 本地扩展(中文启动页、状态行、命令安装等) |
|
||||
| `.pi/agent/prompts/` | 自定义 slash prompt(`cl`/`is`/`pr`/`wr` 等) |
|
||||
| `.pi/agent/skills/` | 可复用 Skills(Gitea、SSH、GitHub 等) |
|
||||
| `pi-built.sh` | 使用已构建 `dist/cli.js` 启动 Agent |
|
||||
| `build.sh` | 使用已构建 `dist/cli.js` 启动 Agent |
|
||||
| `scripts/sync-upstream.sh` | 合并上游 pi-mono 更新 |
|
||||
| `scripts/push-sproutclaw.sh` | 推送到 GitHub / Gitea |
|
||||
|
||||
@@ -33,20 +33,20 @@ npm install --ignore-scripts
|
||||
npm run build
|
||||
npm run check
|
||||
./test.sh
|
||||
./pi-test.sh
|
||||
././test.sh
|
||||
```
|
||||
|
||||
运行本地源码版 Agent(开发调试):
|
||||
|
||||
```bash
|
||||
./pi-test.sh
|
||||
././test.sh
|
||||
```
|
||||
|
||||
运行已构建版 Agent(日常更快):
|
||||
|
||||
```bash
|
||||
npm run build
|
||||
./pi-built.sh
|
||||
./build.sh
|
||||
```
|
||||
|
||||
启动 WebUI 时,在 TUI 中执行:
|
||||
@@ -142,7 +142,7 @@ git checkout main && git merge upstream-sync
|
||||
```bash
|
||||
npm install --ignore-scripts
|
||||
npm run build
|
||||
./pi-test.sh
|
||||
././test.sh
|
||||
```
|
||||
|
||||
### sproutclaw 相对 upstream 的 intentional 改动
|
||||
|
||||
Reference in New Issue
Block a user