midnight-compare-syntax
Compare file syntax between two versions to identify changes and verify code pattern compatibility with the user's version.
Instructions
Compare a file between two versions to see what changed. Use this before recommending code patterns to ensure they work with the user's version.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | Repository name (e.g., 'compact') | |
| path | Yes | File path to compare | |
| oldVersion | Yes | Old version tag (e.g., 'v0.9.0') | |
| newVersion | No | New version tag (default: latest stable) |