docs(workflow): require branch deletion after rebase-merge

This commit is contained in:
zap
2026-03-04 23:19:21 +00:00
parent b36ab89624
commit 49f9c0c335
2 changed files with 26 additions and 0 deletions

View File

@@ -148,6 +148,7 @@ Skills provide your tools. When you need one, check its `SKILL.md`. Keep local n
- PR merge strategy for OpenClaw upstream:
- prefer **Rebase and merge**
- avoid merge commits unless explicitly needed for special cases
- after merge, delete the working branch both remotely and locally (feature/fix branches are temporary)
- If an emergency local dist hotfix is unavoidable, also:
- capture an idempotent patch script in `scripts/`
- document rollback/update behavior