jade.declare_command
Declare reusable named commands in .jade/commands.json for running in current and future sessions, replacing existing entries by name or removing them as needed.
Instructions
Declare a named command in .jade/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. |