Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt

Use this file to discover all available pages before exploring further.

Version: 1.0.0
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: See EVENT_CONTRACTS.md — search for lo_events, LO-14, LO-15, and the “Planned Events (LO-*)” sections.

Realtime / Notify Channel

  • lo_events — Postgres pg_notify channel 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

SpecTopic
LO-16 Goals Event IntegrationGoal ↔ event bridge (align with publishEvent / fw_domain_events where applicable)
LO-14 Action DependenciesUnblocked / dependency resolution events
LO-15 Enhanced Action StatusStatus transition events

Platform Integration Layer

  • Events: Prefer publishEvent from @/platform/events for new domain events that must be durable and auditable; align payload shapes with EVENT_CONTRACTS.md before shipping.
  • Auth / org: Standard useOrganization, RLS, and PF permissions — no direct core-to-core imports (constitution §1).