# scoria v0.1.3 - Table of Contents

> Phoenix-native AI ops: LLM traces, evals, prompt versions, replay, tool governance, and MCP workflows. Ecto-backed, LiveView-included.

## Guides

- Start Here
  - [README](readme.md)
  - [Getting Started](getting-started.md)
  - [Golden Path](golden-path.md)
  - [JTBD and User Flows](jtbd-and-user-flows.md)
  - [Ownership Boundary](ownership-boundary.md)
  - [Cheatsheet](cheatsheet.md)

- Capabilities
  - [Default Runtime](default-runtime.md)
  - [Bounded Handoffs](bounded-handoffs.md)
  - [Semantic Cache](semantic-cache.md)
  - [Connectors and MCP](connectors-and-mcp.md)
  - [Support Copilot Gallery](support-copilot-gallery.md)

- Operate &amp; Verify
  - [Reviewer Verification](reviewer-verification.md)
  - [Troubleshooting](troubleshooting.md)

- Compare &amp; Decide
  - [Scoria vs external LLM-ops platforms](scoria-vs-external-llm-ops.md)

- Reference
  - [Glossary](glossary.md)

- Maintainers
  - [Changelog](changelog.md)
  - [LICENSE](license.md)
  - [Maintainers](maintainers.md)

## Modules

- Start Here
  - [Scoria](Scoria.md): Scoria is the public facade for starting, inspecting, and resuming AI work
inside a Phoenix app.
  - [Scoria.Identity](Scoria.Identity.md): `Scoria.Identity` is the host-owned identity envelope passed into Scoria's
runtime boundary.

- Install &amp; Verify
  - [Scoria.VerificationSuites](Scoria.VerificationSuites.md): Canonical verification suite contracts for adopter-facing and maintainer-facing proof.
  - [ScoriaWeb.Router](ScoriaWeb.Router.md): Mounts Scoria's reviewer dashboard inside a host Phoenix router.

- Runtime &amp; Workflows
  - [Scoria.PromptPolicy](Scoria.PromptPolicy.md): `Scoria.PromptPolicy` normalizes host-owned prompt policy values for runtime
defaults and governance.
  - [Scoria.Runtime](Scoria.Runtime.md): `Scoria.Runtime` exposes the durable run lifecycle behind the top-level
`Scoria` facade.
  - [Scoria.Runtime.RunDetail](Scoria.Runtime.RunDetail.md): `Scoria.Runtime.RunDetail` is the expanded public DTO for inspecting one
durable Scoria run.
  - [Scoria.Runtime.RunSummary](Scoria.Runtime.RunSummary.md): `Scoria.Runtime.RunSummary` is the compact public DTO returned by run
lifecycle and polling APIs.

- Reviewer Dashboard
  - [Scoria.Observe.ReviewerBroadcast](Scoria.Observe.ReviewerBroadcast.md): Tenant-scoped PubSub fan-out for reviewer dashboard trace events.
  - [ScoriaWeb.DashboardScope](ScoriaWeb.DashboardScope.md): Host-authenticated tenant scope for the embedded Scoria dashboard.
  - [ScoriaWeb.ReviewerSurface](ScoriaWeb.ReviewerSurface.md): Tenant-scoped read model for reviewer dashboard pages.

- Eval &amp; Release Proof
  - [Scoria.Eval](Scoria.Eval.md): `Scoria.Eval` manages eval datasets, specs, runs, score evidence, campaigns,
and reviewer queue candidates for release proof.
  - [Scoria.PromptRegistry](Scoria.PromptRegistry.md): `Scoria.PromptRegistry` stores prompt template versions so prompt changes can
be reviewed, activated, and tied to eval and release evidence.

- Knowledge &amp; Semantic Cache
  - [Scoria.Knowledge](Scoria.Knowledge.md): `Scoria.Knowledge` is the optional knowledge base capability for retrieval,
citations, and grounding inside a Phoenix app.
  - [Scoria.SemanticCache](Scoria.SemanticCache.md): `Scoria.SemanticCache` is the public context for tenant-scoped semantic cache
lookup, admission, reuse evidence, and invalidation.
  - [Scoria.SemanticCache.Profile](Scoria.SemanticCache.Profile.md): `Scoria.SemanticCache.Profile` defines an opt-in semantic cache profile for
safe read-only answer reuse.

- Connectors &amp; MCP
  - [Scoria.Connectors](Scoria.Connectors.md): `Scoria.Connectors` exposes remote connector records and reviewer-facing
fleet details for the embedded Phoenix boundary.
  - [Scoria.Connectors.Auth](Scoria.Connectors.Auth.md): `Scoria.Connectors.Auth` coordinates host-owned connector authorization with
Scoria's connector records, grants, approvals, and audit evidence.
  - [Scoria.MCP.Tool](Scoria.MCP.Tool.md): `Scoria.MCP.Tool` is the behaviour for host-defined MCP tools that Scoria can
register, validate, invoke, and show to reviewers.
  - [Scoria.Req.Steps](Scoria.Req.Steps.md): `Scoria.Req.Steps` attaches Scoria's model resiliency steps to a `Req`
request pipeline.

- Governance, Observe &amp; SRE
  - [Scoria.SRE](Scoria.SRE.md): Operational governance boundary for Scoria-owned budget, alert, incident,
and audit evidence.
  - [Scoria.SRE.AlertSink](Scoria.SRE.AlertSink.md): Behaviour for host-owned alert and incident delivery integrations.
  - [Scoria.SRE.AuditSink](Scoria.SRE.AuditSink.md): Behaviour for host-owned audit export integrations.

- Compatibility Aliases
  - [Scoria.Observe.OperatorBroadcast](Scoria.Observe.OperatorBroadcast.md): Legacy 0.1.x compatibility wrapper for `Scoria.Observe.ReviewerBroadcast`.
  - [Scoria.SemanticLane](Scoria.SemanticLane.md): Legacy 0.1.x compatibility wrapper for `Scoria.SemanticCache.Profile`.
  - [Scoria.VerificationLanes](Scoria.VerificationLanes.md): Legacy 0.1.x compatibility wrapper for `Scoria.VerificationSuites`.
  - [ScoriaWeb.OperatorSurface](ScoriaWeb.OperatorSurface.md): Legacy 0.1.x compatibility wrapper for `ScoriaWeb.ReviewerSurface`.

