{# ───────────────────────────────────────────────────────────── Genre picker — user's override on top of classifier suggestion. Requires: project, suggestion, world_display in context. Auto-saves via PATCH /api/projects/ on change. ───────────────────────────────────────────────────────────── #} {% if project %}
Genre
{% if suggestion and suggestion.confidence %}
{% if project.world_override %}your pick{% else %}suggested · {{ suggestion.confidence }}% confidence{% endif %}
{% elif not project.has_script %}
upload a script for a suggestion
{% endif %}
Change the genre and every downstream tool — logline, synopsis, character work, deck, analysis — reads your pick instead of the guess.
{% endif %}