{% extends "base.html" %} {% from "_hub.html" import hub %} {% block title %}Defaults — Config — karyab{% endblock %} {% block content %}

Config

{% if flash %} {% if flash_error %}
{{ flash }}
{% else %}
{{ flash }}
{% endif %} {% endif %} {% call hub(hub_sections) %}

Defaults

Controls the relevance gate and job list display defaults.

UI defaults

Statuses hidden in the job list filter when no explicit filter is chosen.
{% for st in all_statuses %} {% endfor %}

Relevance gate

Title-based pre-filter — checked before LLM scoring. Off-target jobs get fit_score=0 and are hidden from /new. Leave keyword lists blank to derive them from your Profile below.

Re-rank clears all scores and re-runs ranking. Clean off-target marks jobs failing location/role gates as score=0 (instant, no LLM). Suggest gate improvements asks the LLM to propose keyword changes you review and approve before anything is written.

{% endcall %} {% endblock %}