# kansoku v0.4.0 - Table of Contents

> Embeddable runtime dashboard for Jizoku.

## Pages

- [Kansoku](readme.md)
- [Migrating to Kansoku](migration.md)
- [Changelog](changelog.md)
- [Contributing](contributing.md)
- [LICENSE](license.md)

## Modules

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

- [Kansoku.JizokuClient](Kansoku.JizokuClient.md): Client boundary for Jizoku public APIs.

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

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

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

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

- [Kansoku.RuntimeSettings](Kansoku.RuntimeSettings.md): Builds the intentionally small, public runtime-settings projection.
- [Kansoku.SavedSpecs](Kansoku.SavedSpecs.md): Host-owned saved workflow spec boundary.
- [Kansoku.ValidationErrors](Kansoku.ValidationErrors.md): Formatting helpers for structured Jizoku validation errors.

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

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

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

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

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

