Skip to content

@kekkai/blueprint / PlaybookRule

Interface: PlaybookRule

Defined in: config/types.ts:179

One judgment rule of the working playbook — no tool enforces it.

Properties

id

id: string

Defined in: config/types.ts:181

Stable id, e.g. reprice-on-attach. Unique across the whole playbook.


say

say: string

Defined in: config/types.ts:183

The rule, one imperative line.


why?

optional why?: string

Defined in: config/types.ts:185

Why it holds / how to apply it.