{% extends "base.html" %} {% block title %}Governance{% endblock %} {% block content %}
Three layers: hard constraints, gradient decisions, self-audit
{% if config %} {% set gov = config.governance %}{{ gov.layer_a.description }}
{% if gov.layer_a.get('universal') %}{{ gov.layer_b.description }}
| Action | Threshold | Requires |
|---|---|---|
| {{ rule.action }} | {% if rule.threshold_dollars is defined %} ${{ rule.threshold_dollars }} {% elif rule.threshold is defined %} {{ rule.threshold }} {% else %} — {% endif %} | {{ rule.requires }} |
{{ gov.layer_c.description }}
No governance configuration found.
Run charter init to create charter.yaml for this project.