{{ d.rationale }}
{% if d.alternatives %}Rejected: {{ d.alternatives | join(', ') }}
{% endif %}{% from '_partials/badge.html' import badge %}
{{ decisions|length }} architectural and operational decisions with rationale and traceability.
| ID | Type | Decision | Directives | Task | Date |
|---|---|---|---|---|---|
{{ d.id }} |
{{ badge('arch' if d.type == 'architectural' else 'ops') }} | {{ d.decision }} | {{ d.directives_served }} | {% if d.task %}{{ d.task }}{% endif %} |
{{ d.date }} |
{{ d.rationale }}
{% if d.alternatives %}Rejected: {{ d.alternatives | join(', ') }}
{% endif %}No decisions were found in .context/project/decisions.yaml or 005-DesignDirectives.md.