chore(workflow): add upstream preflight sync script
This commit is contained in:
@@ -139,7 +139,7 @@ Skills provide your tools. When you need one, check its `SKILL.md`. Keep local n
|
||||
- Do **not** rely on editing installed dist files under `~/.npm-global/.../dist` as the long-term fix path.
|
||||
- For OpenClaw code changes:
|
||||
1. `cd external/openclaw-upstream`
|
||||
2. `git fetch --all --prune && git checkout main && git pull --rebase`
|
||||
2. `git fetch --all --prune && git checkout main && git pull --rebase` (or run `scripts/openclaw-upstream-preflight.sh`)
|
||||
3. Create a focused branch (`fix/...`, `feat/...`, `chore/...`)
|
||||
4. Implement in `src/` and add/adjust tests
|
||||
5. Run relevant tests before commit
|
||||
|
||||
Reference in New Issue
Block a user