Interface: ValidationFileResult
Defined in: packages/core/src/application/use-cases/validate-artifacts.ts:77
Per-file validation metadata for adapter output.
Properties
artifactId
readonlyartifactId:string
Defined in: packages/core/src/application/use-cases/validate-artifacts.ts:79
The artifact type ID this file belongs to.
filename
readonlyfilename:string
Defined in: packages/core/src/application/use-cases/validate-artifacts.ts:83
Expected filename inside the change directory.
key
readonlykey:string
Defined in: packages/core/src/application/use-cases/validate-artifacts.ts:81
File key (artifact id for scope:change, specId for scope:spec).
status
readonlystatus:ValidationFileStatus
Defined in: packages/core/src/application/use-cases/validate-artifacts.ts:85
Validation status for this expected file path.