Skip to content

Core Concepts

Purpose

Core Concepts explain OpenSESA runtime behavior and boundaries so contributors can make safe cross-module changes.

When To Use This Section

  • before cross-domain refactors
  • when debugging runtime behavior
  • when planning architecture-impacting changes

Suggested Reading Paths

New contributor

  1. Platform Overview
  2. Architecture
  3. Domain Applications
  4. Module Boundaries and Integration Rules

Feature implementer

  1. Runtime Modes
  2. Request Lifecycle
  3. Data and State Model
  4. Authentication and Authorization Architecture

Incident responder

  1. Runtime Modes
  2. Request Lifecycle
  3. Known Constraints and Tradeoffs
  4. Operations Playbooks
How to use this section

Start broad (overview, architecture) and then narrow into runtime-specific pages before changing shared behaviors.