chore(workflow): add upstream preflight sync script

This commit is contained in:
zap
2026-03-04 23:28:45 +00:00
parent 49f9c0c335
commit d31bb80f04
3 changed files with 61 additions and 1 deletions

View File

@@ -9,6 +9,14 @@ Use this whenever modifying OpenClaw itself.
## Standard flow
Quick preflight helper (recommended):
```bash
scripts/openclaw-upstream-preflight.sh fix/<short-topic>
```
Equivalent manual flow:
```bash
cd external/openclaw-upstream
git fetch --all --prune