chore(workflow): add upstream preflight sync script
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user