Expand description
Verification suggestion system for code changes.
This module provides automatic detection of project types and suggests relevant verification commands (tests, builds, type checks) after file modifications.
Structs§
- Verify
Command - A single verification command with its type
- Verify
Suggestion - Verification suggestion generated after file modification
- Verify
Tool - Main verification tool for project detection and test inference
Enums§
- Project
Type - Supported project types for verification
- Verify
Kind - Types of verification
Functions§
- detect_
project_ type - Quick detection function for external use
- generate_
verify_ suggestion - Generate a verification suggestion for a file modification
- infer_
related_ tests - Quick test inference function for external use