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

推荐订阅源

WordPress大学
WordPress大学
小众软件
小众软件
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
博客园 - Franky
Jina AI
Jina AI
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Y
Y Combinator Blog
V
Visual Studio Blog
C
Check Point Blog
阮一峰的网络日志
阮一峰的网络日志
U
Unit 42
量子位
人人都是产品经理
人人都是产品经理
博客园 - 聂微东
M
MIT News - Artificial intelligence
爱范儿
爱范儿
B
Blog RSS Feed
MyScale Blog
MyScale Blog
H
Help Net Security
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
美团技术团队
L
LangChain Blog
D
Docker

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: tighten landable bug sweep gates · openclaw/opencla...
steipete · 2026-05-23 · via Recent Commits to openclaw:main

@@ -15,10 +15,12 @@ Return exactly five PR URLs, each with:

15151616

- bug summary

1717

- why the fix is low-risk

18-

- proof: local/CI/Testbox/live commands or run IDs

18+

- proof: rebased-head local/Testbox/live commands or run IDs

19+

- CI green on the exact pushed PR head

1920

- issue/duplicate cleanup done or still pending

20212122

The five URLs may be existing PRs that were reviewed/fixed, or new PRs created from issues/clusters.

23+

Do not present a PR as one of the five until it has been refreshed on current `main`, left-tested, pushed, and verified green in live GitHub CI.

22242325

## Companion Skills

2426

@@ -40,6 +42,7 @@ Accept only when all are true:

4042

- no plugin SDK, public plugin API, or `src/plugin-sdk/**` boundary change

4143

- no broad refactor smell

4244

- focused proof is feasible

45+

- branch can be rebased/refreshed and pushed, or a replacement PR can be created

43464447

Good examples:

4548

@@ -54,6 +57,8 @@ Reject:

5457

- plugin SDK/API boundary changes, including compatibility shims, new SDK methods, SDK exports, or plugin-facing channel/provider seams

5558

- auth/security boundary changes unless explicitly assigned

5659

- bugs needing live credentials that are unavailable

60+

- PRs with red CI unless you fix, rebase, push, and recheck them green

61+

- PRs you only reviewed locally but did not refresh/push/check live

5762

- fixes whose clean shape is a larger architecture move

5863

- speculative reports without reproducible/provable cause

5964

- UI/UX changes requiring product judgment

@@ -82,14 +87,16 @@ Reject:

8287

- if no PR exists, create one

8388

- add regression test when it fits

8489

- changelog for user-facing fixes; thank credited human reporter/contributor

85-

6. Review and publish:

86-

- run focused proof

90+

6. Review, refresh, and publish:

91+

- rebase or otherwise refresh the PR branch on current `origin/main`

92+

- resolve drift, including newly exposed CI failures, rather than counting the PR as ready

93+

- left-test the rebased head with the smallest meaningful local/Testbox/live command that proves the bug

8794

- run `$autoreview` until no accepted/actionable findings remain

8895

- create/update PR with real body and proof fields

89-

- push branch

90-

- get CI green or document exact external blocker; do not count blocked PRs in the five

96+

- push the exact reviewed head

97+

- verify live GitHub CI is green for that pushed head; do not count pending, red, dirty, conflicting, or externally blocked PRs in the five

9198

7. Hygiene:

92-

- close duplicates and fixed-on-main issues with proof

99+

- close duplicates and fixed-on-main issues/PRs with proof as soon as you notice them during the sweep

93100

- never mutate more than five associated items in one cluster without explicit confirmation

94101

- comments must be kind, concrete, and include proof/PR/commit links

95102

8. Repeat until five landable PR URLs are ready.

@@ -110,10 +117,11 @@ What was not tested:

110117

## Existing PR Rules

111118112119

- Review code path beyond the diff before trusting it.

113-

- If PR is good: fix small issues, run proof, push if writable, get CI green.

120+

- If PR is good: rebase/refresh on current `main`, fix small issues, left-test, autoreview, push, and get CI green before counting it.

114121

- If PR is not good but has a useful idea: recreate locally, co-author when warranted, close original with thanks and explanation.

115122

- If PR is duplicate or fixed on `main`: comment proof, close.

116123

- If maintainer cannot push to contributor branch: create own branch/PR, preserve useful commits or credit.

124+

- If CI turns red after local proof, treat that as normal work: inspect the failing job, fix or reject, rerun, and only count the PR once green.

117125118126

## Output Ledger

119127

@@ -127,7 +135,9 @@ accepted:

127135

root cause:

128136

fix:

129137

risk:

130-

proof:

138+

rebase/head:

139+

left-test:

140+

autoreview:

131141

CI:

132142

credit/thanks:

133143

cleanup: