{{ name }}

Ecosystem Overview & Quality Standards

{{ systems | length }} platforms | {{ total_containers }} services | {{ total_ports }} port mappings

ISO 27001:2022 ISO 9001:2015 FSD v{{ fsd_version }}

Auto-generated {{ generated_at }} — Confidential

At a Glance

{{ systems | length }}
Platforms
{{ total_containers }}
Services
{{ highest_level }}
Highest FSD
{{ total_atoms_passing }}
Atoms Passing
{% for sys in systems %}

{{ sys.system.name }} {{ sys.system.fsd_level }}

{{ sys.system.containers | length }} services{% if sys.system.domains %} — {{ sys.system.domains[0] }}{% endif %}

{% for c in sys.system.containers %}
{{ c.id }} {{ c.tech_summary }} {% if c.primary_port %}:{{ c.primary_port.host }}{% endif %}
{% endfor %}
{% endfor %}

FSD Compliance Status

Maturity Levels

{% for lv in ["L0","L1","L2","L3","L4","L5"] %} {% set lv_names = {"L0":"Bootstrap","L1":"Local Dev","L2":"Quality","L3":"Shippable","L4":"Production","L5":"Auditable"} %}
{{ lv }}
{{ lv_names[lv] }}
{% endfor %}

Per-Platform Results

{% for sys in systems %} {% for atom_id in ["lint","test","format","audit","ci","build","license","local"] %} {% endfor %} {% endfor %}
PlatformLevel LintTestFormatAudit CIBuildLicenseLocal
{{ sys.system.name }} {{ sys.system.fsd_level }} {{ "PASS" if atom_id in sys.passing_atoms else "—" }}

Architecture — C4 Container View

Each platform runs on exclusive port ranges. All platforms can operate simultaneously on a single machine.

{% for p in port_allocation %} {% endfor %}
PlatformServiceHost PortTypeTechnology
{{ p.system }} {{ p.service }} :{{ p.host_port }} {{ p.type }} {{ p.tech or "" }}

ISO Compliance Mapping

FSD atoms map to specific ISO controls. Status reflects the ecosystem's aggregate coverage.

ISO 27001:2022 — Information Security

{% for m in iso_27001 %} {% endfor %}
ClauseControlAtomStatus
{{ m.clause }}{{ m.control }}{{ m.atom }} {{ "Active" if m.covered else "Partial" if m.partial else "Planned" }}

ISO 9001:2015 — Quality Management

{% for m in iso_9001 %} {% endfor %}
ClauseRequirementAtomStatus
{{ m.clause }}{{ m.control }}{{ m.atom }} {{ "Active" if m.covered else "Partial" if m.partial else "Planned" }}
{% for sys in systems %}

{{ sys.system.name }} — Detail

FSD {{ sys.system.fsd_level }} {% if sys.system.provider %}— {{ sys.system.provider }} / {{ sys.system.region }}{% endif %} {% if sys.system.deploy_strategy %}— {{ sys.system.deploy_strategy }}{% endif %} {% if sys.system.domains %}— {{ sys.system.domains[0] }}{% endif %}

{% for c in sys.system.containers %} {% endfor %}
ContainerTypeTechnologyPortComponents
{{ c.id }} {{ c.service_type.value }} {% for t in c.technology %}{{ t.name }}{% endfor %} {% if c.primary_port %}:{{ c.primary_port.host }}{% endif %} {{ c.components | length if c.components else "—" }}

Atoms ({{ sys.passing_atoms | length }} / {{ sys.total_atoms }} passing)

{% for a in sys.atoms %} {% endfor %}
AtomStatusISO
{{ a.name }} {{ "PASS" if a.satisfied else "FAIL" }} {{ a.iso_summary }}
{% endfor %}