{% extends "base.html" %} {% block title %}Positioning Roadmap — Ontoref{% endblock title %} {% block nav_group_knowledge %}active{% endblock nav_group_knowledge %} {% block main_class %}container mx-auto px-4 py-6{% endblock main_class %} {% block head %} {% endblock head %} {% block content %}

Positioning Roadmap

{% if orphan_count > 0 %}
⚠ {{ orphan_count }} milestone(s) don't anchor any differentiator — run onre coder chronicle --as-proof-candidates to generate proof candidates.
{% endif %}
{% for m in mechanisms %}

{{ m.id }}

{{ m.label | default(value=m.id) }}

{{ m.status | default(value="—") }}

{% endfor %}
{% endblock content %} {% block scripts %} {% endblock scripts %}