@@ -160,22 +160,22 @@ trailers, and closes superseded source PRs only after replacement exists.
160160Open execution windows intentionally and close them after the run:
161161
162162``` bash
163- gh variable set CLAWSWEEPER_REPAIR_ALLOW_EXECUTE --repo openclaw/clawsweeper --body 1
164- gh variable set CLAWSWEEPER_REPAIR_ALLOW_FIX_PR --repo openclaw/clawsweeper --body 1
165- gh variable set CLAWSWEEPER_REPAIR_ALLOW_MERGE --repo openclaw/clawsweeper --body 0
166- gh variable set CLAWSWEEPER_REPAIR_ALLOW_AUTOMERGE --repo openclaw/clawsweeper --body 0
163+ gh variable set CLAWSWEEPER_ALLOW_EXECUTE --repo openclaw/clawsweeper --body 1
164+ gh variable set CLAWSWEEPER_ALLOW_FIX_PR --repo openclaw/clawsweeper --body 1
165+ gh variable set CLAWSWEEPER_ALLOW_MERGE --repo openclaw/clawsweeper --body 1
166+ gh variable set CLAWSWEEPER_ALLOW_AUTOMERGE --repo openclaw/clawsweeper --body 1
167167```
168168
169- Reset execute/fix gates to ` 0 ` after the window. Keep merge gates closed unless
170- Peter explicitly opens a merge/automerge window .
169+ Reset gates only when Peter asks; the active maintainer window may intentionally
170+ leave them at ` 1 ` .
171171
172172Important gates:
173173
174- - ` CLAWSWEEPER_REPAIR_ALLOW_EXECUTE ` : allows deterministic write lanes.
175- - ` CLAWSWEEPER_REPAIR_ALLOW_FIX_PR ` : allows branch repair/replacement PRs.
176- - ` CLAWSWEEPER_REPAIR_ALLOW_MERGE ` : allows merge-capable applicators.
177- - ` CLAWSWEEPER_REPAIR_ALLOW_AUTOMERGE ` : allows comment-router automerge.
178- - ` CLAWSWEEPER_REPAIR_COMMENT_ROUTER_EXECUTE ` : lets scheduled comment routing
174+ - ` CLAWSWEEPER_ALLOW_EXECUTE ` : allows deterministic write lanes.
175+ - ` CLAWSWEEPER_ALLOW_FIX_PR ` : allows branch repair/replacement PRs.
176+ - ` CLAWSWEEPER_ALLOW_MERGE ` : allows merge-capable applicators.
177+ - ` CLAWSWEEPER_ALLOW_AUTOMERGE ` : allows comment-router automerge.
178+ - ` CLAWSWEEPER_COMMENT_ROUTER_EXECUTE ` : lets scheduled comment routing
179179 post replies and dispatch repair.
180180
181181## Comment Commands
@@ -205,7 +205,7 @@ pnpm run repair:comment-router -- --repo openclaw/openclaw --execute --wait-for-
205205```
206206
207207Scheduled routing stays dry unless
208- ` CLAWSWEEPER_REPAIR_COMMENT_ROUTER_EXECUTE =1` .
208+ ` CLAWSWEEPER_COMMENT_ROUTER_EXECUTE =1` .
209209
210210## Trusted Automerge
211211
@@ -227,8 +227,8 @@ adds `clawsweeper:human-review`.
227227Repair caps:
228228
229229``` bash
230- CLAWSWEEPER_REPAIR_MAX_REPAIRS_PER_PR =5
231- CLAWSWEEPER_REPAIR_MAX_REPAIRS_PER_HEAD =1
230+ CLAWSWEEPER_MAX_REPAIRS_PER_PR =5
231+ CLAWSWEEPER_MAX_REPAIRS_PER_HEAD =1
232232```
233233
234234## Security Boundary
0 commit comments