慣性聚合 高效追讀感興趣之博客、新聞、科技資訊
閱原文 以慣性聚合開啟

推薦訂閱源

让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
WordPress大学
WordPress大学
量子位
M
Microsoft Research Blog - Microsoft Research
Microsoft Azure Blog
Microsoft Azure Blog
Jina AI
Jina AI
罗磊的独立博客
V
Visual Studio Blog
Last Week in AI
Last Week in AI
阮一峰的网络日志
阮一峰的网络日志
IT之家
IT之家
aimingoo的专栏
aimingoo的专栏
雷峰网
雷峰网
酷 壳 – CoolShell
酷 壳 – CoolShell
美团技术团队
博客园 - 三生石上(FineUI控件)
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
MongoDB | Blog
MongoDB | Blog
小众软件
小众软件
IntelliJ IDEA : IntelliJ IDEA – the Leading IDE for Professional Development in Java and Kotlin | The JetBrains Blog
IntelliJ IDEA : IntelliJ IDEA – the Leading IDE for Professional Development in Java and Kotlin | The JetBrains Blog

Recent Commits to openclaw:main

fix(image): hint safe provider timeout (#85812) · openclaw/openclaw@8ede81a test: bound Codex app-server cleanup waits · openclaw/openclaw@6fc9d7b fix(control-ui): restore light select arrows · openclaw/openclaw@266f38b fix(web-ui): improve light theme visibility for select arrows and bub… · openclaw/openclaw@ae79e6e test: align full release dispatch assertion fix(scripts): route check stages through managed runner · openclaw/openclaw@353d132 test: clean up Codex app-server run failures · openclaw/openclaw@9cef99f ci: retry release child workflow dispatch · openclaw/openclaw@ee61f79 test: isolate Codex report snapshot tests perf(gateway): reduce startup filesystem probes · openclaw/openclaw@edbd833 ci: retry GHCR docker login · openclaw/openclaw@fcb9c46 ci: harden manual checkout auth · openclaw/openclaw@d42bc0b fix(scripts): avoid Windows shell argv warnings · openclaw/openclaw@208a067 ci: fix release reachability auth · openclaw/openclaw@02b1c8c docs: note docs publishing routing · openclaw/openclaw@388b24a ci: harden release package validation · openclaw/openclaw@41f4605 ci(testbox): expose stable pnpm through corepack · openclaw/openclaw@3e14f54 ci(testbox): avoid ready raw runners after hydration failure perf(gateway): defer startup-idle runtime work · openclaw/openclaw@f1226ae ci: harden beta release validation flakes · openclaw/openclaw@391f29b test: type codex thread request mocks · openclaw/openclaw@86a0502 test: avoid codex heartbeat lifecycle timeout · openclaw/openclaw@85664f8 fix(scripts): run Windows check commands through shims · openclaw/openclaw@8a94e82 fix: aggressively prune retired model catalogs fix: harden package URL downloads (#85578) ci: retry npm Telegram release dispatch test: isolate Telegram spooled timeout from stall watchdog · openclaw/openclaw@a04566d fix(exec-approvals): add .catch() to expiry delivery fire-and-forget … fix(memory-core): avoid double bulleting promoted snippets (#85724) · openclaw/openclaw@983a3b9 fix(doctor): skip empty entries and memoize routes in plugin session … ci: avoid duplicate release-check auth headers · openclaw/openclaw@6191750 fix: prune retired model catalog entries ci: authenticate release-check reachability fetches · openclaw/openclaw@0c192e2 refactor(telegram): simplify action media sends · openclaw/openclaw@0540025 fix(telegram): send attachment paths as media · openclaw/openclaw@fdf01db docs(changelog): note Telegram attachment action fix · openclaw/openclaw@c5f1344 fix(doctor): canonicalize git checkout detection (#85735) test(ci): update plugin prerelease checkout expectation ci: persist checkout credentials for release validation test(codex): avoid searchable-tool registration flake · openclaw/openclaw@5e8c71b refactor: simplify doctor repair checks (#83753) docs(changelog): credit landed bug sweep PRs · openclaw/openclaw@24de304 perf(utils): preserve message identity in stripInlineDirectiveTagsFro… · openclaw/openclaw@bf84b30 fix(agents): add openai-responses family to non-visible turn retry gu… · openclaw/openclaw@49e9c3e fix(status): show configured cost for aws-sdk models (#85619) · openclaw/openclaw@6e289b4 fix(microsoft-foundry): DeepSeek V4 models incorrectly use openai-com… · openclaw/openclaw@ec43acb fix(skills): show empty state notice in config wizard (#85032) · openclaw/openclaw@74e65f4 test(codex): avoid forced-tool allowlist flake · openclaw/openclaw@ef7e652 fix: avoid gateway startup event-loop stalls test(codex): type forced-tool request mock · openclaw/openclaw@f6ab188
文档(技能):需自审后扫除URL之虫 · openclaw/openclaw@2656f13
steipete · 2026-05-24 · via Recent Commits to openclaw:main

@@ -16,11 +16,13 @@ Return exactly five PR URLs, each with:

1616

- bug summary

1717

- why the fix is low-risk

1818

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

19+

- autoreview: clean result on the exact head being shown

1920

- CI green on the exact pushed PR head

2021

- issue/duplicate cleanup done or still pending

21222223

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.

24+

Do not present a PR URL to the maintainer until it has been refreshed on current `main`, left-tested, autoreviewed clean, pushed, and verified green in live GitHub CI.

25+

If code, tests, changelog, PR body, or branch base changes after autoreview, rerun autoreview before showing the URL.

24262527

## Companion Skills

2628

@@ -59,6 +61,7 @@ Reject:

5961

- bugs needing live credentials that are unavailable

6062

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

6163

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

64+

- PRs whose final head has not passed `$autoreview`

6265

- fixes whose clean shape is a larger architecture move

6366

- speculative reports without reproducible/provable cause

6467

- UI/UX changes requiring product judgment

@@ -90,8 +93,9 @@ Reject:

9093

6. Review, refresh, and publish:

9194

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

9295

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

96+

- changelog-only conflicts are routine on busy `main`; resolve them mechanically when already refreshing, but do not treat them as a real code conflict, a reason to reject the PR, or evidence that the branch needs extra fixup beyond the changelog entry order

9397

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

94-

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

98+

- run `$autoreview` until no accepted/actionable findings remain before creating, updating, or presenting the PR URL

9599

- create/update PR with real body and proof fields

96100

- push the exact reviewed head

97101

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

@@ -117,7 +121,7 @@ What was not tested:

117121

## Existing PR Rules

118122119123

- Review code path beyond the diff before trusting it.

120-

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

124+

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

121125

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

122126

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

123127

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