⚖️
AB-159

Business constraints documented

Actionability Pillar: Understandability Quick fix Est. cost: $0

What it means

Business rules (refund windows, cancellation policies) are documented.

Why it matters

Agents need to know business constraints to avoid invalid actions (e.g. refunding after 180 days).

What's wrong

// no constraints mentioned

What's right

agent-guide.json: { "constraints": { "refunds": "180 days", "cancellation": "before capture" } }

Check this rule on your site

Enter your URL to check just this one rule (AB-001).

Related rules in Actionability