clash.optimize.execution_plan
Checks proposed actions against capability gates and returns an execution plan showing which actions are executable or blocked, along with reasons and the protocol.
Instructions
v1.0-D: Read-only execution plan builder. Takes a baselineVerification result and a list of proposedActions, then checks each action against its own independent capability gate (per v1.0-D: no global optimizationWriteEnabled). Returns which actions are executable, which are blocked and why, and the 8-step execution protocol. Does NOT execute any action or modify configuration.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| proposedActions | Yes | proposedActions from an optimizer report. | |
| baselineVerification | Yes | Result from clash.optimize.verify_baseline. |