{% extends "base.html" %} {% block title %}Architecture Settings - PairCoder Setup{% endblock %} {% block content %}
{% if update_mode %} {% endif %}

A read-only scan against your chosen preset -- nothing is written yet.

Scanning...

Observe / warn / enforce, per gate. Defaults to enforce for everyone who clicks through.

{% set current_gate_modes = architecture_data.get("gate_modes", {}) if architecture_data else {} %} {% for gate in ["arch_gate", "qc_gate", "contract_gate", "budget_gate", "containment_gate"] %} {% set current_mode = current_gate_modes.get(gate, "enforce") %}
{% endfor %}
{% endblock %}