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
Decisionobject 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§
- Evidence
Kind - Kind of evidence.