verify
Verify working-tree changes by running affected pytest tests in a sandbox, distinguishing new failures from pre-existing ones.
Instructions
Verify the current working-tree changes by running affected pytest tests in a sandbox.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| base | No | git ref to diff against (default: HEAD, i.e. uncommitted changes). | |
| scope | No | None for impact-based selection (default), 'all' for the full suite, or a path like 'tests/test_api.py' to run one file. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||