Update resume master field
update_resume_master_fieldUpdate an existing field in resume_master.json by specifying its path, with automatic backup and old–new value reporting.
Instructions
Update one existing field in resume_master.json by dot/bracket path (e.g. a corrected date, an added skill, a new project). Only edits fields that ALREADY exist — it will not create new keys (that's a deliberate schema change to make by hand). Backs the file up first and reports old → new. Scoped to resume_master.json only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Existing path to update, e.g. "skills" or "projects[0].description". | |
| value | Yes | New value — string, number, boolean, array, or object. |