signals.evaluate
Evaluate package actions for dependency management by analyzing compatibility, security, and framework context to provide data-driven recommendations.
Instructions
Get reward signal for add/remove/upgrade/replace actions
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action type | |
| package | Yes | Package to evaluate | |
| targetPackage | No | Target package (for replace action) | |
| targetVersion | No | Target version (for upgrade action) | |
| currentStack | Yes | Current packages | |
| framework | No | Framework context | |
| ecosystem | No |