plan_command
Generate a non-shell execution plan and one-time approval token using project evidence to reproduce a software failure.
Instructions
Create a non-shell execution plan and one-time approval token from project evidence.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| argv | No | Explicit non-shell argv; unlisted commands require server-level opt-in. | |
| case_id | Yes | Identifier returned by start_case. | |
| purpose | Yes | Reason this command contributes to reproducing the failure. | |
| env_names | No | Discovered environment names to inherit; values are never persisted. | |
| candidate_id | No | Candidate command identifier returned by inspect_project. | |
| network_intent | No | Whether execution is expected to access the network. | |
| timeout_seconds | No | Wall-clock execution timeout in seconds. | |
| workspace_write | No | Whether execution is expected to write inside the project workspace. | |
| expected_exit_codes | No | Exit codes that count as the planned observation; defaults to zero. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||