ARTIFEX
Deterministic control plane for autonomous engineering.
Admin
{{ summary.project_count }}
Projects
{{ summary.ready_tasks }}
Ready tasks
{{ summary.blocked_tasks }}
Blocked tasks
Projects
{% for project in projects %}
{{ project.project_type }} / {{ project.status }}
{{ project.name }}
{{ project.goal }}
{% empty %}
No projects yet. Create one in the admin to begin M1 validation.
{% endfor %}
Activity
{% for event in recent_events %}
{{ event.created_at }} / {{ event.event_type }}
{{ event.actor }}
{% empty %}
No events yet.
{% endfor %}