{% extends "base.html" %} {% block title %}Enforcement Settings - PairCoder Setup{% endblock %} {% block content %} Enforcement Settings Configure guardrails and accountability for your workflow. Enforcement Level Permissive Minimal guardrails. Suggestions only, nothing enforced. Balanced Recommended for most teams. Enforces key workflow gates. Strict Maximum accountability. All gates blocking, bypasses audited. Individual Settings 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. Containment (Protected Paths) 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 %} + Add {% if tier == 'solo' %} 🔒 Token Budget PRO Track and limit AI token usage per task. Set budgets to control costs. Upgrade to enable {% endif %} Back Next {% endblock %}
Configure guardrails and accountability for your workflow.
Minimal guardrails. Suggestions only, nothing enforced.
Recommended for most teams. Enforces key workflow gates.
Maximum accountability. All gates blocking, bypasses audited.
Verify acceptance criteria before marking tasks complete.
Enforce valid task workflow transitions (pending, in_progress, done).
Log all workflow bypasses for review and accountability.
Files and directories that agents cannot modify.
{{ path }}
.claude/skills/
.paircoder/config.yaml
Track and limit AI token usage per task. Set budgets to control costs.