All specs 2 total
GitConflictValidator.avalidateREAL LLM gemma4:latest · · unknownsrc/alphanso/validators/git.py
Executes the git diff --check command asynchronously within the object's working directory to detect any unmerged git conflicts. It accepts no explicit inputs beyond the internal state of the object, and its output is a ValidationResult object detailing the success status, command output, and exit code. The function's primary side-effect is running an external git process, which determines the validation outcome.
GitConflictValidator.avalidatetemplated static_v1 · constant · MITsrc/alphanso/validators/git.py · L46
Defines data via `GitConflictValidator.avalidate`. Takes no parameters. Returns `ValidationResult`. Runs in constant time. Performs I/O operations.