⚖️
AB-159
Business constraints documented
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).