Skip to content

Reference

Reference is the source of truth for everything that has a contract. If the Guide is “how to use it” and Tutorials are “build something with it”, Reference is “what the engine actually guarantees”.

Architecture

Architecture

Runtime contracts, conformance matrix, maturity audit, design patterns. The canonical contract for what the engine guarantees.

Open architecture
Config

Configuration

The Engine:* configuration schema, error handling, and per-capability options.

Open configuration
CLI

CLI

cephalon doctor / new / stage-packages / reference-docs. Flags, defaults, and exit codes.

Open CLI
API

API reference

The DocFX-generated API reference per shipped version. Namespace tree, types, members.

Open API reference
  • Architecture holds the engine’s contracts — runtime types, transport surface, capability registry, conformance matrix, maturity ladder. Every public surface has an entry here.
  • Configuration is the typed schema for appsettings.json and the equivalent environment variables.
  • CLI documents every cephalon command with flag tables and exit codes.
  • API reference is the auto-generated DocFX output, versioned by engine release. Pick the version from the version switcher in the sidebar.

The current preview API reference lives at 0.1.0-preview / API. Older snapshots are added as new versions ship.