@kaiord/core / plannedSessionStatusSchema
Variable: plannedSessionStatusSchema
constplannedSessionStatusSchema:ZodEnum<{completed:"completed";pending:"pending";skipped:"skipped"; }>
Defined in: packages/core/src/domain/schemas/planned-session.ts:7
Coach-owned workflow state for a planned session. Mirrors the discrete lifecycle carried on the persisted coaching record.