verify_regression
Run both legacy and modernized binaries and compare their outputs to confirm that code refactoring has not introduced regressions.
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 |