@kekkai/blueprint / AxisDef
Interface: AxisDef
Defined in: config/types.ts:165
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:167
Stable id, e.g. ownership-inversion. Unique within the blueprint.
name
name:
string
Defined in: config/types.ts:169
Axis title, e.g. Ownership Inversion.
say
say:
string
Defined in: config/types.ts:171
The claim, one line.
triage?
optionaltriage?:string
Defined in: config/types.ts:175
Lint rule that serves as the review entry point (triage, never a verdict).
why
why:
string
Defined in: config/types.ts:173
How it plays out — the moves, the judge line, the exception.
