Fix Status Updater
update_fix_statusUpdate the status of fix items in your accessibility plan to mark them as done, skipped, in progress, or pending after applying a fix.
Instructions
Update the status of one or more items in .navable-plan.json.
Use after applying a fix to mark it as done, or to skip an item. Reads the plan from the project root (or planPath), updates the matching items, and writes the file back. Returns the updated summary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fixId | Yes | Fix item ID(s) to update, e.g. "fix-1" or ["fix-1", "fix-2"] | |
| status | Yes | New status for the item(s) | |
| planPath | No | Absolute path to .navable-plan.json. If omitted, resolves from project root. |