veto_test_gaps
Identify untested code paths from coverage reports or source scanning, then produce concrete test case suggestions.
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. |