Ecosystem Overview & Quality Standards
{{ systems | length }} platforms | {{ total_containers }} services | {{ total_ports }} port mappings
Auto-generated {{ generated_at }} — Confidential
{{ sys.system.containers | length }} services{% if sys.system.domains %} — {{ sys.system.domains[0] }}{% endif %}
| Platform | Level | Lint | Test | Format | Audit | CI | Build | License | Local |
|---|---|---|---|---|---|---|---|---|---|
| {{ sys.system.name }} | {{ sys.system.fsd_level }} | {% for atom_id in ["lint","test","format","audit","ci","build","license","local"] %}{{ "PASS" if atom_id in sys.passing_atoms else "—" }} | {% endfor %}
Each platform runs on exclusive port ranges. All platforms can operate simultaneously on a single machine.
| Platform | Service | Host Port | Type | Technology |
|---|---|---|---|---|
| {{ p.system }} | {{ p.service }} | :{{ p.host_port }} |
{{ p.type }} | {{ p.tech or "" }} |
FSD atoms map to specific ISO controls. Status reflects the ecosystem's aggregate coverage.
| Clause | Control | Atom | Status |
|---|---|---|---|
| {{ m.clause }} | {{ m.control }} | {{ m.atom }} |
{{ "Active" if m.covered else "Partial" if m.partial else "Planned" }} |
| Clause | Requirement | Atom | Status |
|---|---|---|---|
| {{ m.clause }} | {{ m.control }} | {{ m.atom }} |
{{ "Active" if m.covered else "Partial" if m.partial else "Planned" }} |
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 %}
| Container | Type | Technology | Port | Components |
|---|---|---|---|---|
| {{ 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 "—" }} |
| Atom | Status | ISO |
|---|---|---|
| {{ a.name }} | {{ "PASS" if a.satisfied else "FAIL" }} | {{ a.iso_summary }} |