verify_regression
Execute a legacy and modernized binary, then compare their outputs to detect regressions from refactoring.
Instructions
Runs a legacy binary and a modernized binary, comparing their outputs to verify that the refactoring has no regressions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| legacy_exe_command | Yes | Shell command to run the legacy binary. | |
| modern_exe_command | Yes | Shell command to run the modernized binary. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |