


























@@ -160,22 +160,22 @@ trailers, and closes superseded source PRs only after replacement exists.
160160Open execution windows intentionally and close them after the run:
161161162162```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```
168168169-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`.
171171172172Important gates:
173173174-- `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.
180180181181## Comment Commands
@@ -205,7 +205,7 @@ pnpm run repair:comment-router -- --repo openclaw/openclaw --execute --wait-for-
205205```
206206207207Scheduled routing stays dry unless
208-`CLAWSWEEPER_REPAIR_COMMENT_ROUTER_EXECUTE=1`.
208+`CLAWSWEEPER_COMMENT_ROUTER_EXECUTE=1`.
209209210210## Trusted Automerge
211211@@ -227,8 +227,8 @@ adds `clawsweeper:human-review`.
227227Repair caps:
228228229229```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```
233233234234## Security Boundary
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。