arno.declare_command
Declare reusable commands in .arno/commands.json to run them later with run_command. Replace or remove named commands; the file is reviewed like any change.
Instructions
Declare a named command in .arno/commands.json — a reproduction, a benchmark — to run with run_command in this and later sessions; the file is reviewed like any change. Declaring an existing name replaces it; do not redeclare one just to run it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run | No | Shell command to run from the workspace root. | |
| kind | No | Optional: lint or codegen; check with that kind runs it. | |
| name | Yes | Command name: lowercase letters, digits, ':', '_' or '-'. | |
| remove | No | Delete the named command instead of declaring it. | |
| description | No | Optional note on what the command is for. |