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

推荐订阅源

Hugging Face - Blog
Hugging Face - Blog
Google DeepMind News
Google DeepMind News
云风的 BLOG
云风的 BLOG
WordPress大学
WordPress大学
Vercel News
Vercel News
Apple Machine Learning Research
Apple Machine Learning Research
T
Tailwind CSS Blog
I
InfoQ
小众软件
小众软件
Recent Announcements
Recent Announcements
博客园 - 【当耐特】
The GitHub Blog
The GitHub Blog
大猫的无限游戏
大猫的无限游戏
美团技术团队
T
The Blog of Author Tim Ferriss
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
酷 壳 – CoolShell
酷 壳 – CoolShell
MongoDB | Blog
MongoDB | Blog
V
V2EX
J
Java Code Geeks
有赞技术团队
有赞技术团队
博客园 - 聂微东
B
Blog RSS Feed
博客园 - 司徒正美

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: clarify Crabbox scenario proof · openclaw/openclaw@...
steipete · 2026-05-17 · via Recent Commits to openclaw:main
Original file line numberDiff line numberDiff line change

@@ -287,6 +287,13 @@ Use the smallest Crabbox lane that proves the reported user path, not just the

287287

touched code. Aim for one after-fix E2E proof before commenting, closing, or

288288

opening a PR for a user-visible bug.

289289
290+

When the user says "test in Crabbox", do not simply copy tests to the remote

291+

box and run them there. Crabbox is for remote real-scenario proof: copy or

292+

install OpenClaw as the user would, run the same setup/update/CLI/Gateway/API

293+

call that failed, and capture behavior from that entrypoint. For regressions or

294+

bug reports, prove the broken state first when feasible, then run the same

295+

scenario after the fix.

296+
290297

Pick the lane by symptom:

291298
292299

- Docker/setup/install bug: build a package tarball and run the matching

@@ -308,8 +315,9 @@ Pick the lane by symptom:

308315
309316

Efficient flow:

310317
311-

1. Reproduce or prove the pre-fix symptom when feasible. If the issue cannot be

312-

reproduced, capture the exact command and observed behavior instead.

318+

1. Reproduce or prove the pre-fix symptom from the real user-facing entrypoint

319+

when feasible. If the issue cannot be reproduced, capture the exact command

320+

and observed behavior instead.

313321

2. Patch locally and run narrow local tests for edit speed.

314322

3. Run one Crabbox E2E command that starts from the user-facing entrypoint:

315323

package install, Docker setup, onboarding, channel add, gateway start, or

Original file line numberDiff line numberDiff line change

@@ -65,6 +65,7 @@ Skills own workflows; root owns hard policy and routing.

6565

## Validation

6666
6767

- Use `$openclaw-testing` for test/CI choice and `$crabbox` for remote/full/E2E proof.

68+

- Crabbox request means real scenario proof: install/update/call/repro user path; not just copy tests and run them remotely.

6869

- Small/narrow tests, lints, format checks, and type probes are fine locally only in a healthy normal checkout.

6970

- In Codex worktrees, direct local `pnpm test*`, `pnpm check*`, `pnpm crabbox:run`, and `scripts/committer` can trigger pnpm dependency reconciliation or install prompts. Prefer `node` wrappers locally and Crabbox/Testbox for pnpm-gated proof.

7071

- Full suites, broad changed gates, Docker/package/E2E/live/cross-OS proof, or anything that bogs down the Mac: Crabbox/Testbox.