Skip to content

GameboardCoverageReferenceInput

Defined in: src/interop/coverage.ts:191

Input used to override local reference pack statuses.

optional edition?: "free" | "extra"

Defined in: src/interop/coverage.ts:183

Optional KayKit edition represented by this reference.

GameboardCoverageReference.edition


id: string

Defined in: src/interop/coverage.ts:194

Stable reference id to override.


optional label?: string

Defined in: src/interop/coverage.ts:177

Human-readable reference pack name.

GameboardCoverageReference.label


optional path?: string

Defined in: src/interop/coverage.ts:179

Repo-relative local path.

GameboardCoverageReference.path


optional purpose?: string

Defined in: src/interop/coverage.ts:185

Why this reference exists in the release-readiness matrix.

GameboardCoverageReference.purpose


optional requiredForFullReview?: boolean

Defined in: src/interop/coverage.ts:187

Whether missing this reference should be treated as a warning.

GameboardCoverageReference.requiredForFullReview


optional status?: GameboardCoverageStatus

Defined in: src/interop/coverage.ts:196

Availability status from a filesystem scan or caller-provided probe.