Skip to content

PromptScript API


Interface: CatalogEntry

Defined in: core/src/types/manifest.ts:56

A single entry in the registry catalog.

Properties

dependencies

dependencies: string[]

Defined in: core/src/types/manifest.ts:70

Dependencies on other catalog entries


description

description: string

Defined in: core/src/types/manifest.ts:64

Description of what this configuration provides


detectionHints?

optional detectionHints: DetectionHints

Defined in: core/src/types/manifest.ts:72

Detection hints for auto-suggestion


id

id: string

Defined in: core/src/types/manifest.ts:58

Unique identifier (e.g., "stacks/react")


name

name: string

Defined in: core/src/types/manifest.ts:62

Human-readable name


path

path: string

Defined in: core/src/types/manifest.ts:60

Path to the .prs file relative to registry root


source?

optional source: SourceAttribution

Defined in: core/src/types/manifest.ts:74

Source attribution for migrated content


tags

tags: string[]

Defined in: core/src/types/manifest.ts:66

Searchable tags


targets

targets: ManifestTarget[]

Defined in: core/src/types/manifest.ts:68

Supported output targets