Organise examples into folders, rewrite readme with natural flow and tailscale section

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Sanju Sivalingam
2026-02-14 20:28:22 +05:30
parent 8b9f0a4e6e
commit 71021f48dd
38 changed files with 132 additions and 15 deletions

View File

@@ -0,0 +1,10 @@
{
"name": "Quick Food Order",
"steps": [
{
"app": "com.application.zomato",
"goal": "Search for 'biryani' in the search bar. Browse the top 3 restaurants. Pick the one with the highest rating (4.0+). Open it, find 'Chicken Biryani' or similar, tap Add to cart. Then go to cart and review the order. Copy the order summary (items, total, delivery time) to clipboard. Do NOT place the order - just get to the checkout screen.",
"maxSteps": 25
}
]
}