Interface: ValidationFailure
Defined in: packages/core/src/application/use-cases/validate-artifacts.ts:47
A single validation failure — missing artifact, failed rule, or application error.
Properties
artifactId
readonlyartifactId:string
Defined in: packages/core/src/application/use-cases/validate-artifacts.ts:49
The artifact type ID this failure pertains to.
description
readonlydescription:string
Defined in: packages/core/src/application/use-cases/validate-artifacts.ts:51
Human-readable description suitable for CLI output.