{
  "$schema": "https://farmslot.io/schemas/recipe-v1.schema.json",
  "title": "MetaMask Mobile v1 runner smoke",
  "description": "Proves the MetaMask Mobile runner executes manifest-declared actions and writes a valid artifact package.",
  "workflow": {
    "entry": "status",
    "nodes": {
      "status": {
        "action": "app.status",
        "next": "fixture",
        "intent": "Confirm the Mobile checkout is ready"
      },
      "fixture": {
        "action": "metamask.wallet.fixture_status",
        "next": "cdp",
        "intent": "Confirm the wallet fixture is available"
      },
      "cdp": {
        "action": "cdp.target",
        "require_reachable": true,
        "next": "done",
        "intent": "Confirm the Mobile runtime is reachable"
      },
      "done": {
        "action": "end",
        "status": "pass"
      }
    }
  }
}
