check_compatibility
Check if a combination of package versions is verified to work together. Resolve version conflicts before pinning a stack or recommending a version matrix. Returns compatibility status, conflicts list, and notes.
Instructions
Is this specific multi-package version combo verified to work together? USE WHEN: pinning a stack (next@15 + react@19 + node@22); before recommending a version matrix. RETURNS: {compatible, conflicts[], notes}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| packages | Yes | Package -> version map, e.g. {"next":"15","react":"19"}. |