{% extends "setup/layout.html" %} {% block content %}

Governor is ready

Review your configuration below, then launch the dashboard.

{# Step 1: Admin account (always present) #}

Admin account created

{# Step 2: GCP credentials #}

GCP service account configured

All 4 required IAM roles verified

{# Step 3: BigQuery region #} {% if state and state.bigquery_region %}

BigQuery region: {{ state.bigquery_region }}

{% endif %} {# Step 4: GitHub App #} {% if state %} {% if state.github_skipped %}

GitHub App — skipped

Detection-only mode. Configure in Admin → Settings to enable PR creation.

{% elif state.github_app_id %}

GitHub App connected

{% endif %} {% endif %} {# Step 5: LLM #} {% if state %} {% if state.llm_skipped %}

LLM (Gemini) — skipped

Solution generation disabled. Configure in Admin → Settings to enable.

{% elif state.llm_api_key %}

Gemini API key verified

{% endif %} {% endif %} {# Step 6: GCS bucket #} {% if state %} {% if state.gcs_skipped %}

GCS manifest bucket — skipped

Manifest-dependent features unavailable. Configure in Admin → Settings.

{% elif state.gcs_bucket_path %}

GCS bucket access verified

{{ state.gcs_bucket_path }}

{% endif %} {% endif %}
{% endblock %}