docs: update clawsweeper gate names

This commit is contained in:
Peter Steinberger
2026-04-29 12:27:15 +01:00
parent 96dff27808
commit d30ba5351e

View File

@@ -160,22 +160,22 @@ trailers, and closes superseded source PRs only after replacement exists.
Open execution windows intentionally and close them after the run:
```bash
gh variable set CLAWSWEEPER_REPAIR_ALLOW_EXECUTE --repo openclaw/clawsweeper --body 1
gh variable set CLAWSWEEPER_REPAIR_ALLOW_FIX_PR --repo openclaw/clawsweeper --body 1
gh variable set CLAWSWEEPER_REPAIR_ALLOW_MERGE --repo openclaw/clawsweeper --body 0
gh variable set CLAWSWEEPER_REPAIR_ALLOW_AUTOMERGE --repo openclaw/clawsweeper --body 0
gh variable set CLAWSWEEPER_ALLOW_EXECUTE --repo openclaw/clawsweeper --body 1
gh variable set CLAWSWEEPER_ALLOW_FIX_PR --repo openclaw/clawsweeper --body 1
gh variable set CLAWSWEEPER_ALLOW_MERGE --repo openclaw/clawsweeper --body 1
gh variable set CLAWSWEEPER_ALLOW_AUTOMERGE --repo openclaw/clawsweeper --body 1
```
Reset execute/fix gates to `0` after the window. Keep merge gates closed unless
Peter explicitly opens a merge/automerge window.
Reset gates only when Peter asks; the active maintainer window may intentionally
leave them at `1`.
Important gates:
- `CLAWSWEEPER_REPAIR_ALLOW_EXECUTE`: allows deterministic write lanes.
- `CLAWSWEEPER_REPAIR_ALLOW_FIX_PR`: allows branch repair/replacement PRs.
- `CLAWSWEEPER_REPAIR_ALLOW_MERGE`: allows merge-capable applicators.
- `CLAWSWEEPER_REPAIR_ALLOW_AUTOMERGE`: allows comment-router automerge.
- `CLAWSWEEPER_REPAIR_COMMENT_ROUTER_EXECUTE`: lets scheduled comment routing
- `CLAWSWEEPER_ALLOW_EXECUTE`: allows deterministic write lanes.
- `CLAWSWEEPER_ALLOW_FIX_PR`: allows branch repair/replacement PRs.
- `CLAWSWEEPER_ALLOW_MERGE`: allows merge-capable applicators.
- `CLAWSWEEPER_ALLOW_AUTOMERGE`: allows comment-router automerge.
- `CLAWSWEEPER_COMMENT_ROUTER_EXECUTE`: lets scheduled comment routing
post replies and dispatch repair.
## Comment Commands
@@ -205,7 +205,7 @@ pnpm run repair:comment-router -- --repo openclaw/openclaw --execute --wait-for-
```
Scheduled routing stays dry unless
`CLAWSWEEPER_REPAIR_COMMENT_ROUTER_EXECUTE=1`.
`CLAWSWEEPER_COMMENT_ROUTER_EXECUTE=1`.
## Trusted Automerge
@@ -227,8 +227,8 @@ adds `clawsweeper:human-review`.
Repair caps:
```bash
CLAWSWEEPER_REPAIR_MAX_REPAIRS_PER_PR=5
CLAWSWEEPER_REPAIR_MAX_REPAIRS_PER_HEAD=1
CLAWSWEEPER_MAX_REPAIRS_PER_PR=5
CLAWSWEEPER_MAX_REPAIRS_PER_HEAD=1
```
## Security Boundary