Version: 1.0.0Documentation Index
Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt
Use this file to discover all available pages before exploring further.
Last Updated: 2026-04-10
Owner: LO
Purpose
This document is the entry point for LO cross-core integration. LO publishes leadership workflow data (rocks, milestones, meetings, issues) and consumes HR/FA signals where specs require alignment (e.g. goals, compensation). Canonical event catalog: SeeEVENT_CONTRACTS.md — search for lo_events, LO-14, LO-15, and the “Planned Events (LO-*)” sections.
Realtime / Notify Channel
lo_events— Postgrespg_notifychannel for leadership milestones and action status (see EVENT_CONTRACTS.md § LO-14 / LO-15). Consumers use Supabase Realtime or edge workers where implemented; many flows remain planned until LO Phase 2+.
Key Specs
| Spec | Topic |
|---|---|
| LO-16 Goals Event Integration | Goal ↔ event bridge (align with publishEvent / fw_domain_events where applicable) |
| LO-14 Action Dependencies | Unblocked / dependency resolution events |
| LO-15 Enhanced Action Status | Status transition events |
Platform Integration Layer
- Events: Prefer
publishEventfrom@/platform/eventsfor new domain events that must be durable and auditable; align payload shapes withEVENT_CONTRACTS.mdbefore shipping. - Auth / org: Standard
useOrganization, RLS, and PF permissions — no direct core-to-core imports (constitution §1).
Related Documents
EVENT_CONTRACTS.md— LO event blocks and planned LO-01–LO-09 familiesPLATFORM_INTEGRATION_LAYERS.md— PF integration rulesCROSS_CORE_INTEGRATIONS.md— Encounter and cross-core diagrams (LO adjacent: org strategy, not clinical)