{% extends "base.html" %} {% block title %}Enforcement Settings - PairCoder Setup{% endblock %} {% block content %}

AC Verification Gates

Verify acceptance criteria before marking tasks complete.

State Machine Enforcement

Enforce valid task workflow transitions (pending, in_progress, done).

Bypass Audit Logging

Log all workflow bypasses for review and accountability.

Files and directories that agents cannot modify.

{% if enforcement_data.protected_paths %} {% for path in enforcement_data.protected_paths %}
{{ path }}
{% endfor %} {% else %}
.claude/skills/
.paircoder/config.yaml
{% endif %}
{% if tier == 'solo' %}
🔒

Token Budget PRO

Track and limit AI token usage per task. Set budgets to control costs.

{% endif %}
{% endblock %}