Apply suggestion from @greptile-apps[bot]

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
Wicky Zhang 2026-03-19 11:11:51 +08:00 committed by GitHub
parent 754f5de5e8
commit 5184475aff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"