verify_ladder
Suggests minimal verification tasks for changed file paths, returning static checks like clang-tidy for C/C++ files in C++ repos to run before pytest.
Instructions
Suggest minimal verify tasks for a set of changed file paths.
Returns static_checks (e.g. ["clang-tidy"]) when a changed path
is a C/C++ file in a C++ repo — run those before the pytest tasks
(see tools/clang_tidy_workflow).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| changed_paths | Yes | List of changed file paths (workspace-relative or repo-prefixed), e.g. ["pypto/src/codegen/pto/foo.cc", "simpler/src/common/comm/bar.cc"]. Used to derive minimal verify task set. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||