Skip to main content

Interface: SpecApprovedEvent

Defined in: packages/core/src/domain/entities/change.ts:41

Appended when the spec approval gate is passed.

Properties

artifactHashes

readonly artifactHashes: Record<string, string>

Defined in: packages/core/src/domain/entities/change.ts:46


at

readonly at: Date

Defined in: packages/core/src/domain/entities/change.ts:43


by

readonly by: ActorIdentity

Defined in: packages/core/src/domain/entities/change.ts:44


reason

readonly reason: string

Defined in: packages/core/src/domain/entities/change.ts:45


type

readonly type: "spec-approved"

Defined in: packages/core/src/domain/entities/change.ts:42