Validate Only What Changed
Large repositories often have validation rules that are useful but expensive or noisy to run across every file on every pull request. That makes it tempting to skip validation exactly when a focused signal would be most helpful.
Atmos can now validate the files affected by a change, so pull requests get actionable feedback without rechecking unrelated project inputs.



