Bash
bashExecute allowlisted verification commands like tests, build, lint, or typecheck in your project workspace to confirm code correctness, with no chaining or redirection.
Instructions
Run one allowlisted verification command in the workspace, such as tests, build, lint, typecheck, or a project script. Do not use for git status/diff or file inspection; use show_changes, tree, search, and read instead. Do not chain commands with &&, pipes, redirects, or shell file readers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Working directory relative to workspace root. Default: . | |
| command | Yes | Command to run. | |
| timeout_ms | No | Timeout in milliseconds. Default: 30000. | |
| workspace_id | No | Workspace id from open_workspace. Omit to use default workspace. |