propagate_edit
Update an entity in an HTML file and automatically refresh all transitively affected sections, ensuring the entire document reflects the change.
Instructions
Propagate an entity edit through the dependency graph, updating all transitively affected sections
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Absolute path to the HTML file | |
| new_value | Yes | New value of the entity | |
| old_value | Yes | Previous value of the entity | |
| section_selector | Yes | CSS selector for the changed element |