Skip to content

Interface: InstallState

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Marketplace / InstallState

Interface: InstallState

Defined in: src/types/marketplace.ts:312

An install’s lifecycle state after an enable/disable transition.

Remarks

state is one of "Published", "InstalledDisabled", "Enabled", "Upgrading", or "Uninstalled". A DISABLED install stays committed to the knowledge base but its rules are inert (excluded from reasoning); it is not the same as an uninstall, which retracts the contributed ids.

Properties

installId

installId: string

Defined in: src/types/marketplace.ts:314

The install’s id.


state

state: string

Defined in: src/types/marketplace.ts:316

The lifecycle state after the transition.