Hook

You might say

Does this tool support a post-write Hook? If so, have it format only the files that just changed.

An automated mechanism that intercepts execution upon specific lifecycle events to run predefined scripts or checks.For example, Git can run a check before committing, and some AI tools provide an event after writing a file. The specific event names, parameters, and whether a failure blocks later steps depend on the product. Review the current tool documentation before configuration, and keep dangerous scripts bounded by permissions.
Git Hook
Further reading