dev_check
Execute recognized project checks (tests, lint) to validate code quality. Use the 'run' parameter to limit execution to a subset of available commands.
Instructions
Run recognized project checks (tests/lint) detected from project files,
e.g. pytest, ./gradlew test, npm test, cargo test. Only commands
DevTwin itself recognized are ever executed (never an arbitrary string),
each with a timeout. Pass run to restrict to a subset of the recognized
commands (call dev_project_info first to see what's available).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run | No | ||
| workspace | No | . |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||