FSD Compliance Check

Project: {{ project }} — Generated: {{ generated_at }} — FSD v{{ fsd_version }} — {{ level }}

Maturity Level

{% for lv in levels %}
{{ lv.id }}
{{ lv.name }}
{% endfor %}

Services Detected

{% for svc in services %}
{{ svc.name }} ({{ svc.target_count }} targets)
{% endfor %} {% if not services %}

No service Makefiles detected

{% endif %}

Atom Results

{% for atom in atoms %} {% endfor %}
StatusAtomDescriptionRequired TargetsISO Clauses
{{ atom.display_status }} {{ atom.name }} {{ atom.description }} {% for t in atom.targets %}{{ t }} {% endfor %} {% for m in atom.iso %}{{ m.standard }}:{{ m.clause }}{% if not loop.last %}, {% endif %}{% endfor %}{% if not atom.iso %}—{% endif %}

ISO Coverage Summary

{% for mapping in iso_mappings %} {% endfor %}
StandardClauseControlCovered ByStatus
ISO {{ mapping.standard }} {{ mapping.clause }} {{ mapping.control }} {{ mapping.atom_name }} {{ "COVERED" if mapping.satisfied else "MISSING" }}