# squid_sonar v0.3.0 - Table of Contents

> Embeddable runtime dashboard for Squidie.

## Pages

- [SquidSonar](readme.md)
- [Changelog](changelog.md)
- [Contributing](contributing.md)
- [LICENSE](license.md)

## Modules

- [SquidSonar](SquidSonar.md): Embeddable runtime dashboard for Squidie.
- [SquidSonar.Dashboard](SquidSonar.Dashboard.md): Builds dashboard-ready runtime snapshots.

- [SquidSonar.OperatorQueues](SquidSonar.OperatorQueues.md): Builds operator-facing queues from Squidie's public read models and
host-approved workflow declarations.

- [SquidSonar.Router](SquidSonar.Router.md): Router helpers for mounting SquidSonar inside a Phoenix application.
- [SquidSonar.Runs](SquidSonar.Runs.md): Read boundary for Squidie workflow runs.
- [SquidSonar.Runs.RunDetail](SquidSonar.Runs.RunDetail.md): Detailed run projection for the run detail view.

- [SquidSonar.Runs.RunSummary](SquidSonar.Runs.RunSummary.md): Compact run projection for list and dashboard views.

- [SquidSonar.Runs.WorkflowGraph](SquidSonar.Runs.WorkflowGraph.md): Workflow graph projection for run detail views.

- [SquidSonar.RuntimeSettings](SquidSonar.RuntimeSettings.md): Builds the intentionally small, public runtime-settings projection.
- [SquidSonar.SavedSpecs](SquidSonar.SavedSpecs.md): Host-owned saved workflow spec boundary.
- [SquidSonar.SquidieClient](SquidSonar.SquidieClient.md): Client boundary for Squidie public APIs.

- [SquidSonar.ValidationErrors](SquidSonar.ValidationErrors.md): Formatting helpers for structured Squidie validation errors.

- [SquidSonarWeb.OperatorQueuesLive](SquidSonarWeb.OperatorQueuesLive.md): Read-only operator queues for manual boundaries and declared schedules.

- [SquidSonarWeb.PageLive](SquidSonarWeb.PageLive.md): Live dashboard for browsing recent Squid Mesh runs.

- [SquidSonarWeb.RunLive](SquidSonarWeb.RunLive.md): Live run detail page for inspecting and controlling a Squid Mesh run.

- [SquidSonarWeb.SavedSpecLive](SquidSonarWeb.SavedSpecLive.md): Saved workflow spec detail surface.

- [SquidSonarWeb.SettingsLive](SquidSonarWeb.SettingsLive.md): Read-only, safely projected SquidSonar runtime settings.

