Skip to content

@kekkai/blueprint / AxisDef

Interface: AxisDef

Defined in: config/types.ts:152

One orthogonal component-shape axis — a design judgment, not a metric. Axes form a set, not a pipeline: each is judged independently.

Properties

id

id: string

Defined in: config/types.ts:154

Stable id, e.g. ownership-inversion. Unique within the blueprint.


name

name: string

Defined in: config/types.ts:156

Axis title, e.g. Ownership Inversion.


say

say: string

Defined in: config/types.ts:158

The claim, one line.


triage?

optional triage?: string

Defined in: config/types.ts:162

Lint rule that serves as the review entry point (triage, never a verdict).


why

why: string

Defined in: config/types.ts:160

How it plays out — the moves, the judge line, the exception.