{{ selected_role.group }}

{{ selected_role.label }}

{{ selected_role.purpose }}

Handoff Rules

{% for state in selected_role.handoff_states %} {{ state }} {% endfor %}

Skill Set

{% for skill in selected_role.skills %} {{ skill }} {% endfor %}

Allowed Actions

{% for tool in selected_role.allowed_tools %}
{{ tool.risk_label }} {{ tool.name }} {% if tool.requires_approval %}approval required{% endif %}
{% empty %}

No actions are exposed to this role.

{% endfor %}

Forbidden Actions

Latest Reports

{% for artifact in selected_role.latest_artifacts %}
{{ artifact.title }} {{ artifact.artifact_type }} · {{ artifact.universe_label }} · {{ artifact.readiness_label }}
{% empty %}

No reports recorded for this role yet.

{% endfor %}

Latest Activity

{% for item in selected_role.latest_activity %}
{{ item.title }} {{ item.status }} · {{ item.created_at|date:"Y-m-d H:i" }}
{% empty %}

No role-specific activity yet.

{% endfor %}