Skip to content

Architecture

This section explains how Meridian is implemented today.

It is written for engineers who need to understand the system, maintain it, or reason about why the docs describe a feature the way they do.

Read this section if you need to understand

  • the end-to-end runtime pipeline
  • package responsibilities and seams
  • how reports and artifacts are produced
  • how CI integration and docs publishing fit together

Suggested order

  1. System Architecture
  2. Execution Pipeline
  3. Package Map
  4. Reporting and Artifacts
  5. CI and Docs Publishing