Interface: CatalogEntry
Defined in: src/batteries/skills/types.ts:193
A winning catalog candidate or a losing candidate retained for provenance.
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
loaded | readonly | boolean | Whether this catalog candidate is manager-initialized, as consumed by list_skills. | src/batteries/skills/types.ts:197 |
ref | readonly | SkillRef | Discovery metadata consumed by list_skills and routing. | src/batteries/skills/types.ts:195 |
shadowedBy? | readonly | SkillRef | The winning candidate that shadows this losing entry, when applicable. | src/batteries/skills/types.ts:199 |
updateAvailable? | readonly | boolean | Whether discovery found a newer version than the initialized record. | src/batteries/skills/types.ts:201 |