Skip to main content

Interface: AddPluginInput

Defined in: packages/core/src/application/use-cases/add-plugin.ts:6

Input for the AddPlugin use case.

Properties

config?

readonly optional config?: Record<string, unknown>

Defined in: packages/core/src/application/use-cases/add-plugin.ts:14

Optional plugin-specific configuration payload.


configPath

readonly configPath: string

Defined in: packages/core/src/application/use-cases/add-plugin.ts:8

Absolute path to the specd.yaml to update.


name

readonly name: string

Defined in: packages/core/src/application/use-cases/add-plugin.ts:12

Plugin package name.


type

readonly type: string

Defined in: packages/core/src/application/use-cases/add-plugin.ts:10

Plugin type key (for example, agents).