{% extends "control_plane/base.html" %}
{% block title %}Projects / Artifex{% endblock %}
{% block content %}
Create and inspect autonomous engineering workspaces.Projects
| Project | Status | Repository | Tasks | Steward | Latest GraphRun | Warnings | Actions |
|---|---|---|---|---|---|---|---|
| {{ row.project.name }} {{ row.project.goal|truncatechars:100 }} | {{ row.project.status }} | {{ row.project.repository_path|default:row.project.repository_url }} | {{ row.task_complete }}/{{ row.task_total }} | {{ row.steward_state.status|default:"not enrolled" }} {{ row.open_findings }} findings | {% if row.latest_graph_run %}{{ row.latest_graph_run.execution_graph_version.graph.name }} / {{ row.latest_graph_run.status }}{% else %}None{% endif %} | {{ row.warnings|join:", "|default:"none" }} | Open |
| No projects yet. | |||||||