{% extends "base.html" %} {% block title %}Config — karyab{% endblock %} {% block content %}

Config

{% if flash %} {% if flash_error %}
{{ flash }}
{% else %}
{{ flash }}
{% endif %} {% endif %}

Filters

UI defaults

{% for st in all_statuses %} {% endfor %}

Ranker

claude_cli makes Fetch/Rank run claude -p locally (no API key needed).

Profile

Drives ranking and filtering. Nested subtables (e.g. [profile.requirements]) are preserved on save.

Relevance filter

Controls the title-based relevance gate. Blank = use built-in defaults.

CV

{% endblock %}