Skip to content

Commit d68de3f

Browse files
committed
docs(crabbox): warm Testbox in parallel
1 parent 2e20dd8 commit d68de3f

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.agents/skills/crabbox/SKILL.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,13 @@ pnpm crabbox:run -- --help | sed -n '1,120p'
5454
- For broad OpenClaw maintainer `pnpm` gates, prefer the repo wrapper with
5555
`--provider blacksmith-testbox` or the repo Testbox helpers when the standing
5656
Testbox policy applies.
57+
- Cold Testbox acquisition and hydration often take tens of seconds. When broad
58+
remote proof is likely, immediately start
59+
`node scripts/crabbox-wrapper.mjs warmup --provider blacksmith-testbox --keep --timing-json`
60+
in a background command session while inspecting, editing, and running
61+
focused local tests. Poll later, reuse the returned `tbx_...` with
62+
`--provider blacksmith-testbox --id <tbx_id>`, and stop it before handoff.
63+
Do not warm speculatively when remote proof is unlikely.
5764
- Always report the actual provider and id. `cbx_...` means AWS Crabbox;
5865
`tbx_...` means Blacksmith Testbox through Crabbox. If the output only says
5966
`blacksmith testbox list`, use `blacksmith testbox list --all` before

0 commit comments

Comments
 (0)