diff-template
Diff a plugin directory against scaffold templates to identify matching, missing, or drifted files with unified diff snippets, helping you keep plugins up to date.
Instructions
Diff a plugin against the current scaffold templates. Reports which files match, are missing, or have drifted (with unified diff snippets). Use to keep aging plugins in sync with the latest scaffold.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Plugin directory path | . |
| templates | No | Optional filter — restrict the diff to specific templates by template path (e.g. "plugin/package.json.template") or target path (e.g. ".github/workflows/test.yml"). Omit to diff every tracked template. |