get_plan
Retrieves the proposed plan for a project and shows which items are approved, enabling review before approval or execution.
Instructions
Return the persisted proposed plan and which items are approved.
Use when: you want to review the proposals from ``propose_plan`` (and see
what has been approved so far) before approving or executing. Read-only and
idempotent. Related: ``propose_plan``, ``approve_plan``, ``execute_plan``.
Returns ``{items: [...]}`` (empty ``items`` when no plan has been proposed).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute path to a project that has a proposed plan. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |