First-run checklist
Workdir: {{ workdir }}
Strong provider: {{ strong_provider }}
Executor provider: {{ executor_provider }}
Ready to plan
{{ "yes" if ready_to_plan else "not yet" }}
Ready to run
{{ "yes" if ready_to_run else "not yet" }}
{% if next_action %}
Next action: {{ next_action.title }}
{{ next_action.status }}
{{ next_action.fix }}
{% endif %}