惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

罗磊的独立博客
Y
Y Combinator Blog
Recent Announcements
Recent Announcements
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
V
Visual Studio Blog
MyScale Blog
MyScale Blog
M
MIT News - Artificial intelligence
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
T
The Blog of Author Tim Ferriss
Martin Fowler
Martin Fowler
博客园 - 【当耐特】
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
宝玉的分享
宝玉的分享
Engineering at Meta
Engineering at Meta
WordPress大学
WordPress大学
Google DeepMind News
Google DeepMind News
C
Check Point Blog
Last Week in AI
Last Week in AI
F
Fortinet All Blogs
博客园 - 聂微东
Blog — PlanetScale
Blog — PlanetScale
H
Help Net Security
GbyAI
GbyAI
云风的 BLOG
云风的 BLOG

Recent Commits to openclaw:main

test: merge chat side-result checks · openclaw/openclaw@ddd2c2a test: merge cron history checks · openclaw/openclaw@f7eb746 test: merge responsive navigation shell checks · openclaw/openclaw@c2e4b47 docs(changelog): add codex oauth fixes · openclaw/openclaw@628e6cd test: merge navigation routing cases · openclaw/openclaw@5d8cecb Tests: mock channel registry bundled fallback · openclaw/openclaw@2b08233 Secrets: avoid broad web search discovery for single plugin config · openclaw/openclaw@a464f59 test: merge config view browser checks · openclaw/openclaw@20cf511 fix(status): align oauth health with runtime · openclaw/openclaw@eed7116 feat: add macOS screen snapshots for monitor preview (#67954) thanks … · openclaw/openclaw@f377db1 fix: report shared auth scopes in hello-ok (#67810) thanks @BunsDev · openclaw/openclaw@0b6c39b Auto-reply: avoid eager bundled route fallback · openclaw/openclaw@3ea1bf4 Tests: narrow session binding contract setup · openclaw/openclaw@54e4e16 fix(macOS): enable undo/redo in webchat composer text input (#34962) · openclaw/openclaw@00951dc Tests: speed up channel setup promotion · openclaw/openclaw@82b529a Docs: refresh agent instructions · openclaw/openclaw@5775fe2 fix(auth): serialize OAuth refresh across agents to fix #26322 (#67876) · openclaw/openclaw@8e79080 test: allow ollama public surface boundary test · openclaw/openclaw@7d4f1a6 Docs: add test performance guardrails · openclaw/openclaw@89706d3 Tests: restore context-engine usage proof · openclaw/openclaw@e4c4f95 Tests: slim context engine runtime coverage · openclaw/openclaw@74c198f ci: retry failed custom checkouts · openclaw/openclaw@0ee5baf test: trim duplicate provider auth onboarding cases · openclaw/openclaw@1ffc02e matrix: fix sessions_spawn --thread subagent session spawning (#67643) · openclaw/openclaw@1ce2596 test: reduce auth choice fixture churn · openclaw/openclaw@857b9cd test: mock health status config boundaries · openclaw/openclaw@9d5ab4a test: mock onboard config io boundary · openclaw/openclaw@299694d test: mock legacy state plugin boundaries · openclaw/openclaw@2713089 test: mock channel install boundaries · openclaw/openclaw@b945248 test: mock doctor preview channel boundaries · openclaw/openclaw@b1a3ad4
docs: update clawsweeper gate names · openclaw/openclaw@d...
steipete · 2026-04-29 · via Recent Commits to openclaw:main

@@ -160,22 +160,22 @@ trailers, and closes superseded source PRs only after replacement exists.

160160

Open 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`.

171171172172

Important 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

```

206206207207

Scheduled 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`.

227227

Repair 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