Skip to main content

Interface: GetStatusResult

Defined in: packages/core/src/application/use-cases/get-status.ts:133

Result returned by the GetStatus use case.

Properties

artifactStatuses

readonly artifactStatuses: ArtifactStatusEntry[]

Defined in: packages/core/src/application/use-cases/get-status.ts:137

Effective status for each artifact attached to the change.


blockers

readonly blockers: readonly Blocker[]

Defined in: packages/core/src/application/use-cases/get-status.ts:143

High-visibility blockers preventing progress.


change

readonly change: Change

Defined in: packages/core/src/application/use-cases/get-status.ts:135

The loaded change with its current artifact state.


lifecycle

readonly lifecycle: LifecycleContext

Defined in: packages/core/src/application/use-cases/get-status.ts:139

Pre-computed lifecycle context.


nextAction

readonly nextAction: NextAction

Defined in: packages/core/src/application/use-cases/get-status.ts:145

Recommended next action.


review

readonly review: ReviewSummary

Defined in: packages/core/src/application/use-cases/get-status.ts:141

Whether validated artifacts require review before continuing.