Delivery {{ plan.request_id }}

All deliveries · Health

Contract version {{ plan.contract_version }} · created {{ plan.created_at }}

Contract

{% if contract %}

Version {{ contract.contract.version }} {% if approval %} · approved {% else %} · not approved {% endif %}

{% if approval %}

Hash {{ approval.contract_hash }}

Approved {{ approval.at }} · Codex task {{ approval.codex_task }}

{% else %}

Hash {{ contract_hash }}

{% endif %} {% else %}

No contract recorded yet.

{% endif %} {% if blockers %}

Blockers

{% endif %} {% for phase in phases %}

{{ phase.name }} [{{ phase.status }}]

{% endfor %}

Recent events

{% for event in events %}{{ event.at }} {{ event.kind }} {{ event.get('task', '') }} {{ event.get('new', '') }}
{% endfor %}