{% if query %}

{% set total = results.values() | map('length') | sum if results else 0 %} {% if results %} Found {{ total }} result{{ 's' if total != 1 else '' }} for {{ query }} ({{ mode | default('hybrid') }}) {% if stats %} — {{ stats.num_docs }} docs indexed{% if vec_stats %}, {{ vec_stats.num_chunks }} chunks{% endif %} {% endif %} {% else %} No results for {{ query }}. {% endif %}  × Clear

{% if results %}
{% for category, items in results.items() %} {% endfor %}
{% for category, items in results.items() %} {% for item in items %} {% set link = item.path | path_to_link %}

{% if link %} {% endif %} {% if item.task_id %} {{ item.task_id }} {% endif %} {{ item.title }} {% if link %} {% endif %}

{% set score_pct = (item.score * 100) | int if item.score <= 1 else ([item.score, 100] | min) | int %} {% set filled = (score_pct / 20) | round(0, 'ceil') | int %} {% for i in range(5) %} {% endfor %} {% if score_pct >= 80 %}Exact{% elif score_pct >= 60 %}High{% elif score_pct >= 40 %}Good{% elif score_pct >= 20 %}Fair{% else %}Low{% endif %}
{{ item.path }} {{ category }}
{% if item.snippet %}
{{ item.snippet | safe }}
{% endif %}
{% endfor %} {% endfor %}
{% endif %} {% elif not query %} {% if tag_cloud %}
Browse by topic {{ tag_cloud|length }} topics from {{ tag_cloud|map(attribute='count')|sum }} tagged items
{% for item in tag_cloud %} {% set size_class = 'tag-xl' if item.count >= 25 else ('tag-lg' if item.count >= 15 else ('tag-md' if item.count >= 8 else 'tag-sm')) %} {{ item.tag }} {% endfor %}
{% endif %}
Try a search
healing loop context budget fabric drift task lifecycle
Ask a question
How does the audit system work? What are the four directives? How does healing recover from failures? Explain the component fabric
{% if saved_answers %}
Saved Answers {{ saved_answers|length }}
{% for qa in saved_answers %} {{ qa.title }} {% endfor %}
{% endif %}
{% endif %}