VerificationResult¶
This docs was updated at: 2026-03-21
com.paragon.harness.VerificationResult ยท Record
The result of running a verification command (test suite, linter, etc.).
See Also
com.paragon.harness.tools.ShellVerificationTool
Since: 1.0
Methods¶
pass¶
Creates a passing result.
fail¶
Creates a failing result with the given exit code.
toSummary¶
Returns a concise summary suitable for injection into agent context.