edit_plan_step
Edit a plan step's description or title by replacing an exact string with a new one.
Instructions
Edit a plan step's text by exact string replacement; same contract as edit_issue. Targets description by default; pass field='title'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plan | Yes | Plan ID like LIF-PLAN-3 | |
| field | No | Field to edit: 'description' (default) or 'title' | |
| step_id | Yes | Numeric step id (the #N shown by get_plan) | |
| new_string | Yes | Replacement string | |
| old_string | Yes | Exact string to find. Must be unique unless replace_all is true. | |
| replace_all | No | Replace all occurrences (default false) |