Skip to content

agent-sdk / Exports / IBundlePluginManifest

Interface: IBundlePluginManifest

Manifest read from .claude-plugin/plugin.json.

Table of contents

Properties

Properties

name

name: string

Defined in

agent-sdk/src/plugins/bundle-plugin-types.ts:19


version

version: string

Defined in

agent-sdk/src/plugins/bundle-plugin-types.ts:20


description

description: string

Defined in

agent-sdk/src/plugins/bundle-plugin-types.ts:21


features

features: IBundlePluginFeatures

Defined in

agent-sdk/src/plugins/bundle-plugin-types.ts:22

Released under the MIT License.