how
Retrieve the real command previously used for a tool or target, based on actual agent session history, before guessing a build, test, deploy, or debug invocation.
Instructions
How this user actually runs a thing on this machine — the real command with the real flags, taken from commands their agents ran, ordered by how many separate sessions ran it. Call before inventing a build, test, deploy or debug invocation: a guessed command is plausible and fails on this setup. Query with the tool or target ('go test', 'docker compose', 'terraform apply', a script name). Optionally scope to a project. Command records are kept out of ordinary search, so this is the only way to reach them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| what | Yes | Tool or target, e.g. 'go test', 'docker compose', a script name. Every word must appear in the command. | |
| limit | No | Max commands to return (default 8). | |
| project | No | Optional project substring filter. |