Skip to main content

Interface: ApproveSpecInput

Defined in: packages/core/src/application/use-cases/approve-spec.ts:10

Input for the ApproveSpec use case.

Properties

approvalsSpec

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

readonly name: string

Defined in: packages/core/src/application/use-cases/approve-spec.ts:12

The change to approve the spec for.


reason

readonly reason: string

Defined in: packages/core/src/application/use-cases/approve-spec.ts:14

Free-text rationale recorded in the approval event.