lib/squid_sonar.ex
defmodule SquidSonar do
@moduledoc """
Embeddable runtime dashboard for Squid Mesh.
SquidSonar mounts inside a Phoenix host application and provides a read-only
dashboard for inspecting Squid Mesh workflow runs. Use `SquidSonar.Router` to
add the dashboard routes to the host router.
"""
end