veto_test_gaps
Reads coverage reports or scans source files to identify untested code paths and suggests concrete test cases.
Instructions
Reads a coverage report (lcov/JSON) or scans source files to identify untested paths and suggests concrete test cases.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_dir | Yes | Absolute path to project root. | |
| source_glob | No | Optional glob pattern for source files (e.g. "src/**/*.ts"). | |
| agent_response | No | Phase 2 response from the host AI (JSON). Pass this back when prompted by the server to complete the agentic loop. | |
| coverage_report | No | Optional path to coverage JSON/lcov file. |