dev_prepare
Generates a step-by-step preparation plan for a newly cloned repository, outlining ordered steps to align runtimes, start services, install dependencies, and run build/test commands, while classifying each step's blast radius.
Instructions
Produce a preparation plan for a (likely newly-cloned) repository: ordered steps to align runtimes, start required services, install dependencies, and run the project's build/test commands. This tool NEVER executes anything -- it only plans, and classifies each step's blast radius (read_only/safe/requires_approval/dangerous) for the caller.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspace | No | . |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||