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

推荐订阅源

D
DataBreaches.Net
IT之家
IT之家
The Cloudflare Blog
Apple Machine Learning Research
Apple Machine Learning Research
WordPress大学
WordPress大学
N
Netflix TechBlog - Medium
阮一峰的网络日志
阮一峰的网络日志
P
Proofpoint News Feed
L
LangChain Blog
博客园 - Franky
美团技术团队
J
Java Code Geeks
Microsoft Security Blog
Microsoft Security Blog
博客园 - 叶小钗
小众软件
小众软件
Y
Y Combinator Blog
B
Blog RSS Feed
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
D
Docker
Hugging Face - Blog
Hugging Face - Blog
Jina AI
Jina AI
罗磊的独立博客
大猫的无限游戏
大猫的无限游戏
Vercel News
Vercel News

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(skills): keep broad OpenClaw gates remote · openclaw...
vincentkoc · 2026-05-07 · via Recent Commits to openclaw:main
Original file line numberDiff line numberDiff line change

@@ -32,6 +32,14 @@ pnpm crabbox:run -- --help | sed -n '1,120p'

3232

Even if config still says AWS, maintainer validation should normally pass

3333

`--provider blacksmith-testbox`.

3434

- Prefer local targeted tests for tight edit loops. Broad gates belong remote.

35+

- Do not treat inherited shell env as operator intent. In particular,

36+

`OPENCLAW_LOCAL_CHECK_MODE=throttled` from the local shell is not permission

37+

to move broad `pnpm check:changed`, `pnpm test:changed`, full `pnpm test`, or

38+

lint/typecheck fan-out onto the laptop.

39+

- Only use `OPENCLAW_LOCAL_CHECK_MODE=throttled|full` when the user explicitly

40+

asks for local proof in the current task. If Testbox is queued or capacity is

41+

constrained, report the blocker and keep only targeted local edit-loop checks

42+

running.

3543
3644

## macOS And Windows Targets

3745

@@ -198,6 +206,10 @@ Common Crabbox-only failures:

198206

printed Actions URL.

199207

- Cleanup uncertainty: run `blacksmith testbox list` and stop only boxes you

200208

created.

209+

- Testbox queued/capacity pressure: do not convert a broad changed gate or full

210+

suite into local `OPENCLAW_LOCAL_CHECK_MODE=throttled pnpm ...`. Leave the

211+

remote lane queued, switch to a narrower targeted local check, or stop and

212+

report the capacity blocker.

201213
202214

If Crabbox cannot dispatch, sync, attach, or stop but Blacksmith itself works,

203215

use direct Blacksmith from the repo root: