chore: rename pi-built/pi-test scripts to build/test
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:
2026-06-21 20:54:00 +08:00
parent 812bca79a3
commit f1c5e7dc1d
10 changed files with 65 additions and 141 deletions

View File

@@ -22,7 +22,7 @@
| `.pi/agent/extensions/*/index.ts` | sproutclaw 本地扩展(中文启动页、状态行、命令安装等) |
| `.pi/agent/prompts/` | 自定义 slash prompt`cl`/`is`/`pr`/`wr` 等) |
| `.pi/agent/skills/` | 可复用 SkillsGitea、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 改动