Interface: RuleEvaluationFailure
Defined in: packages/core/src/domain/services/rule-evaluator.ts:24
A single validation failure — missing artifact, failed rule, or application error.
Properties
artifactId
readonlyartifactId:string
Defined in: packages/core/src/domain/services/rule-evaluator.ts:26
The artifact type ID this failure pertains to.
description
readonlydescription:string
Defined in: packages/core/src/domain/services/rule-evaluator.ts:28
Human-readable description suitable for CLI output.