From 5184475aff8b94182f060da7661dc9722d41ed0e Mon Sep 17 00:00:00 2001 From: Wicky Zhang <62903905+wicky-AntX@users.noreply.github.com> Date: Thu, 19 Mar 2026 11:11:51 +0800 Subject: [PATCH] Apply suggestion from @greptile-apps[bot] Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> --- docs/delegation-invariants.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/delegation-invariants.md b/docs/delegation-invariants.md index d0e72965e5a..a4f86f4b55c 100644 --- a/docs/delegation-invariants.md +++ b/docs/delegation-invariants.md @@ -73,11 +73,12 @@ This draft defines only **three primitives** and their **minimal required fields "step_ids": ["step_2", "step_3"], "targets": ["airline_portal/account_123"], "capabilities": ["purchase", "submit_form"] - }, - "limits": { - "budget_usd": 800, - "max_side_effects": 1 - }, +**Example (minimal JSON):** +```json +{ + "type": "confirm", + "scope": "purchase", + "limits": { "max_amount_usd": 200, "merchant_allowlist": ["United Airlines"] }, "ttl_seconds": 900, "revocable": true, "risk_level": "high"