arno.run_command
Run a declared command by name, wait for pass/fail verdict with output. Omit name to list commands; declare new ones if missing.
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). |