Skip to content

@kekkai/blueprint / PresetOptions

Interface: PresetOptions

Defined in: presets/presets.ts:6

Options for a preset factory.

Extended by

Properties

alias?

optional alias?: string

Defined in: presets/presets.ts:10

Import alias. Defaults to ~app.


emit?

optional emit?: EmitDef

Defined in: presets/presets.ts:15

Emit overrides — e.g. emit: { agents: ['claude'] }, the first customization nearly every adoption makes. Passed straight through.


name?

optional name?: string

Defined in: presets/presets.ts:8

Project name (Handbook title / agent contract).