diff-template
Compare a plugin directory to scaffold templates and identify matching, missing, or drifted files with unified diff snippets. Helps keep plugins consistent with the latest template definitions.
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. |