Run replayable command (ToolAhead)
runExecute exact test, build, or lint commands listed in .prefetch-replay.json for instant cached results. Also handle toolahead.toml commands with required services pre-started.
Instructions
Run an exact deterministic test, build, or lint command that is listed in .prefetch-replay.json. ToolAhead may replay an identical prefetched result. Commands declared under [commands] in toolahead.toml also run here: their required services are started and health-checked first (never replayed). Use the agent's native shell for commands that are neither.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | Exact command listed in .prefetch-replay.json. | |
| description | No | Short description of what the command does. |