Skip to content

@kekkai/blueprint / EmitDef

Interface: EmitDef

Defined in: config/types.ts:224

Emit targets — which artifacts to generate, and where.

Properties

agents?

optional agents?: (AgentTarget | AgentEmitEntry)[]

Defined in: config/types.ts:231

Agent-contract distribution targets. Omit for the default ['claude', 'agents']; an empty array emits no agent file.


handbook?

optional handbook?: string

Defined in: config/types.ts:226

Handbook markdown output path.


lint?

optional lint?: LintEmitDef

Defined in: config/types.ts:233

ESLint flat-config emit target (structure enforcement + custom rules).