Variable: ComponentStateSchema
Makaio Framework / kernel / ComponentStateSchema
Variable: ComponentStateSchema
Section titled “Variable: ComponentStateSchema”
constComponentStateSchema:ZodEnum<{active:"active";discovered:"discovered";failed:"failed";initializing:"initializing";skipped:"skipped";stopped:"stopped"; }>
Defined in: ../../../packages/kernel/src/observability/shared-schemas.ts:25
Lifecycle states shared across all managed components (services and extensions).
State machine:
discovered— component is registered but not yet startedinitializing— component startup is in progressactive— component is running normallyfailed— component encountered a fatal error during startup or operationskipped— component was intentionally bypassed (e.g. feature-gated)stopped— component has been cleanly shut down
Note: importing is intentionally absent — it is an internal coordinator
detail, not an externally observable state.