mirror of
https://github.com/instructkr/claw-code.git
synced 2026-05-18 13:31:28 +08:00
omx(team): auto-checkpoint worker-2 [unknown]
This commit is contained in:
12
README.md
12
README.md
@@ -132,6 +132,18 @@ Test the binary directly using its path:
|
|||||||
.\rust\target\debug\claw.exe doctor
|
.\rust\target\debug\claw.exe doctor
|
||||||
```
|
```
|
||||||
|
|
||||||
|
PowerShell smoke commands that do not require live credentials:
|
||||||
|
|
||||||
|
```powershell
|
||||||
|
$env:CLAW_CONFIG_HOME = Join-Path $env:TEMP "claw config home"
|
||||||
|
New-Item -ItemType Directory -Force -Path $env:CLAW_CONFIG_HOME | Out-Null
|
||||||
|
Remove-Item Env:\ANTHROPIC_API_KEY, Env:\ANTHROPIC_AUTH_TOKEN, Env:\OPENAI_API_KEY -ErrorAction SilentlyContinue
|
||||||
|
.\rust\target\debug\claw.exe help
|
||||||
|
.\rust\target\debug\claw.exe status
|
||||||
|
.\rust\target\debug\claw.exe config env
|
||||||
|
.\rust\target\debug\claw.exe doctor
|
||||||
|
```
|
||||||
|
|
||||||
If these commands succeed, the build is working. `claw doctor` is your first health check — it validates your API key, model access, and tool configuration.
|
If these commands succeed, the build is working. `claw doctor` is your first health check — it validates your API key, model access, and tool configuration.
|
||||||
|
|
||||||
### Optional: Add to PATH
|
### Optional: Add to PATH
|
||||||
|
|||||||
Reference in New Issue
Block a user