Skip to main content

Module evidence

Module evidence 

Source
Expand description

AI Evidence Definition

Evidence represents the result of a validation or quality assurance step, such as running tests, linting code, or building artifacts.

§Purpose

  • Validation: Proves that a patchset works as expected.
  • Feedback: Provides error messages and logs to the agent so it can fix issues.
  • Decision Support: Used by the Decision object to justify committing or rejecting changes.

Structs§

Evidence
Evidence object for test/lint/build results. Links tooling output back to a run or patchset.

Enums§

EvidenceKind
Kind of evidence.