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
Runtime contracts, conformance matrix, maturity audit, design patterns. The canonical contract for what the engine guarantees.
Open architecture ConfigConfiguration
The Engine:* configuration schema, error handling, and per-capability options.
Open configuration CLICLI
cephalon doctor / new / stage-packages / reference-docs. Flags, defaults, and exit codes.
Open CLI APIAPI reference
The DocFX-generated API reference per shipped version. Namespace tree, types, members.
Open API referenceHow Reference is organised
Section titled “How Reference is organised”- 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.jsonand the equivalent environment variables. - CLI documents every
cephaloncommand 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.
Versioned API reference
Section titled “Versioned API reference”The current preview API reference lives at 0.1.0-preview / API. Older snapshots are added as new versions ship.