jade.run_command
Run a repository-declared command by name and get a pass/fail verdict with decisive output. Use it for any validation not covered by checks; omit the name to list available commands.
Instructions
Run a command the repository declares, by name, and wait for the verdict: pass/fail with the decisive output. Use it instead of a shell for anything check does not cover. No name lists the declared commands. Nothing fits? declare_command it once.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Declared command to run. Omit to list the declared commands. | |
| wait | No | Wait for the result (default true). False returns a job ID to poll. | |
| timeoutSeconds | No | Bound on the wait (default 90, max 300). |