{% from '_partials/badge.html' import badge %}
{{ summary.total }} assumption{% if summary.total != 1 %}s{% endif %} tracked across inception tasks. Lifecycle: untested → validated | invalidated.
| ID | Statement | Status | Task | Created | Actions |
|---|---|---|---|---|---|
{{ a.id }} |
{{ a.statement }}
{% if a.evidence %}
{{ a.evidence | length }} evidence record{% if a.evidence | length != 1 %}s{% endif %}{% for e in a.evidence %}{{ e.outcome }} ({{ e.date }}) {% endfor %} |
{{ badge(a.status | default('untested')) }} |
{% if a.linked_task %}
{{ a.linked_task }}
{% endif %}
|
{{ a.created | default('') }} |
{% if a.status == 'untested' %}
Resolve |
No assumptions registered{% if status_filter %} with status "{{ status_filter }}"{% endif %}. Register one with fw assumption add "Statement" --task T-XXX