Skip to main content
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


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).