{
  "$schema": "https://farmslot.io/schemas/recipe-v1.schema.json",
  "title": "MetaMask Core runner smoke",
  "description": "Proves the headless Core runner resolves the checkout, executes generic actions, and writes a valid artifact package.",
  "workflow": {
    "entry": "status",
    "nodes": {
      "status": {
        "action": "app.status",
        "next": "package",
        "intent": "Resolve the Core checkout and report headless readiness"
      },
      "package": {
        "action": "assert_file",
        "path": "package.json",
        "next": "done",
        "intent": "Prove generic project-file assertions work in Core"
      },
      "done": {
        "action": "end",
        "status": "pass"
      }
    }
  }
}
