Trust Levels per Agent Action

Governance pattern documented by intodesignsystems.com: graduating trust granted to AI agents by action type, not all-or-nothing. Examples: auto-merge OK to add a unit test, draft-PR only to modify a DS component, suggest-only to touch tokens. GitHub Primer goes as far as: agents authorized to create issues only, never to merge. Fine granularity avoids the 'all-AI or nothing' trap. Detailed implementation (see pattern `per-action-trust-levels`): auto-merge if tests pass and action is safe (typo, missing story, lint fix), draft-PR if tests pass and action is structuring (token modified, variant added, props added) with human review expected, suggest-only for critical actions (atomic component, layout pattern, a11y), the agent can only propose a comment on an existing PR.

Strengths

Limitations

Best for

Official site

View on Coeurdar