Interface: ApproveSpecInput
Defined in: packages/core/src/application/use-cases/approve-spec.ts:10
Input for the ApproveSpec use case.
Properties
approvalsSpec
readonlyapprovalsSpec:boolean
Defined in: packages/core/src/application/use-cases/approve-spec.ts:16
Whether the spec approval gate is enabled in the active configuration.
name
readonlyname:string
Defined in: packages/core/src/application/use-cases/approve-spec.ts:12
The change to approve the spec for.
reason
readonlyreason:string
Defined in: packages/core/src/application/use-cases/approve-spec.ts:14
Free-text rationale recorded in the approval event.