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?¶
optionaldetectionHints: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?¶
optionalsource: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