{% endif %}
{% if config.run.remote.teardown_command %}
Teardown Hook
{{ config.run.remote.teardown_command }}
{% endif %}
{% endif %}
{% if goal %}
abreka/goal.md
Research Goal
{{ goal | md }}
{% endif %}
Project Wiki
Durable cross-experiment knowledge — facts, EDA, methodology, prior findings. Stored under abreka/wiki/pages/. Browse, search, and edit pages on the dedicated wiki view.
{{ wiki_count }} page{{ "s" if wiki_count != 1 else "" }} indexed. Open wiki
{% if prompts.get("propose_exploit") or prompts.get("propose_explore") %}
Prompt: Propose
{% if prompts.get("propose_explore") %}
{% endif %}
{% if prompts.get("propose_exploit") %}
{% endif %}
{% for variant in ["propose_explore", "propose_exploit"] %}
{% if prompts.get(variant) %}
abreka/prompts/{{ variant }}.md
{{ prompts[variant] | md }}
{% endif %}
{% endfor %}
{% endif %}
{% for name, content in prompts.items() %}
{% if name not in ("propose_exploit", "propose_explore") %}