turingmind_run_verification
Run the verification suite for a SpecNode, executing tests, static checks, and security scans to return structured pass/fail results and update the node's confidence score.
Instructions
Auditor Mode: Execute the verification suite for a SpecNode and record results. Runs tests, static checks, security scans. Returns structured pass/fail results and automatically updates node confidence score.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_id | Yes | ||
| test_dir | No | Directory containing tests to run with pytest. Auto-discovered from node.implementation.files if omitted. | |
| python_bin | No | Path to the Python binary to use (e.g. '/path/to/.venv/bin/python'). Defaults to 'python'. | |
| verification_types | No | Subset of checks to run (default: all) |