Skip to main content

Interface: ValidationFileResult

Defined in: packages/core/src/application/use-cases/validate-artifacts.ts:77

Per-file validation metadata for adapter output.

Properties

artifactId

readonly artifactId: string

Defined in: packages/core/src/application/use-cases/validate-artifacts.ts:79

The artifact type ID this file belongs to.


filename

readonly filename: string

Defined in: packages/core/src/application/use-cases/validate-artifacts.ts:83

Expected filename inside the change directory.


key

readonly key: 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

readonly status: ValidationFileStatus

Defined in: packages/core/src/application/use-cases/validate-artifacts.ts:85

Validation status for this expected file path.