Type Alias: ArtifactStatus
ArtifactStatus =
"missing"|"in-progress"|"complete"|"skipped"|"pending-review"|"drifted-pending-review"
Defined in: packages/core/src/domain/value-objects/artifact-status.ts:11
Represents the validation state of an artifact within a change.
missing— artifact file has not been created yetin-progress— artifact exists but has not been validated, or a dependency is not completecomplete— artifact has been validated and its hash recordedskipped— artifact is optional and was explicitly skipped; satisfies dependency requirementspending-review— artifact was previously validated but must be reviewed againdrifted-pending-review— validated content drifted from the recorded hash and must be reviewed