{% extends "base.html" %} {% import "macros/ui.html" as m %} {% block title %}Reflection Modes{% endblock %} {% block nav_modes %}btn-active{% endblock %} {% block content %}

Reflection Modes

Run structured on+re sessions against the provisioning domain. Each mode executes provisioning run <mode-id>.

{% if not has_root %}
--project-root not set. Start the daemon with --project-root /path/to/provisioning to discover reflection modes.
{% endif %} {% if modes %}
{% for mode in modes %}
{{ mode.id }}

{{ mode.path }}

{% if can_operate %}
{% else %}
▶ Run
{% endif %}
{% endfor %}
{% elif has_root %}
No reflection modes found in reflection/modes/.
{% endif %} {% endblock %}