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
Quick Links¶
- Platform Overview
- Architecture
- Domain Applications
- Runtime Modes
- Request Lifecycle
- Data and State Model
- Module Boundaries and Integration Rules
- Authentication and Authorization Architecture
- Known Constraints and Tradeoffs
Suggested Reading Paths¶
New contributor¶
- Platform Overview
- Architecture
- Domain Applications
- Module Boundaries and Integration Rules
Feature implementer¶
- Runtime Modes
- Request Lifecycle
- Data and State Model
- Authentication and Authorization Architecture
Incident responder¶
- Runtime Modes
- Request Lifecycle
- Known Constraints and Tradeoffs
- Operations Playbooks
How to use this section
Start broad (overview, architecture) and then narrow into runtime-specific pages before changing shared behaviors.