@kekkai/blueprint / PlaybookRule
Interface: PlaybookRule
Defined in: config/types.ts:166
One judgment rule of the working playbook — no tool enforces it.
Properties
id
id:
string
Defined in: config/types.ts:168
Stable id, e.g. no-fake-fallback. Unique across the whole playbook.
say
say:
string
Defined in: config/types.ts:170
The rule, one imperative line.
why?
optionalwhy?:string
Defined in: config/types.ts:172
Why it holds / how to apply it.
