Skip to content

craft-hub / CapabilityReference

Interface: CapabilityReference

Defined in: packages/craft-hub/src/types.ts:463

Stable semantic reference used by machine-local capability pins.

Properties

id

id: string

Defined in: packages/craft-hub/src/types.ts:464


kind

kind: "command" | "skill"

Defined in: packages/craft-hub/src/types.ts:465


name

name: string

Defined in: packages/craft-hub/src/types.ts:466


packageRelativePath?

optional packageRelativePath?: string

Defined in: packages/craft-hub/src/types.ts:469

Project-relative command package path used to disambiguate monorepo scripts.


source

source: string

Defined in: packages/craft-hub/src/types.ts:467

Released under the MIT License.