{% extends "base.html" %} {% block title %}Settings{% endblock %} {% block content %}
Configure libra
Rules are pattern-action pairs that boost or penalize context types based on task patterns.
{% if rules %}| Pattern | Boost Types | Boost Tags | Weight |
|---|---|---|---|
{{ rule.pattern }} |
{% for t in rule.boost_types %} {{ t }} {% endfor %} | {% for tag in rule.boost_tags %} {{ tag }} {% endfor %} | {{ rule.weight }} |
No custom rules configured. Using default rules.
{% endif %}Export your contexts for backup or import into another instance.