chore: updated PR review skills and workflow info on tests + fake timers

This commit is contained in:
Gustavo Madeira Santana
2026-02-07 21:46:55 -05:00
parent 9866a857a7
commit c27b03794a
3 changed files with 4 additions and 3 deletions

View File

@@ -49,7 +49,7 @@ Create a checklist of all merge steps, print it, then continue and execute the c
Use an isolated worktree for all merge work.
```sh
cd ~/Development/openclaw
cd ~/dev/openclaw
# Sanity: confirm you are in the repo
git rev-parse --show-toplevel
@@ -167,7 +167,7 @@ gh pr view <PR> --json state --jq .state
Run cleanup only if step 6 returned `MERGED`.
```sh
cd ~/Development/openclaw
cd ~/dev/openclaw
git worktree remove ".worktrees/pr-<PR>" --force