{
  "id": "task-env-basic",
  "ruleId": "task/env",
  "input": {
    "toolName": "exec",
    "argv": ["env", "-u", "NODE_OPTIONS", "node", "script.js"],
    "command": "env -u NODE_OPTIONS node script.js",
    "combinedText": "env: node: No such file or directory\n",
    "exitCode": 127
  },
  "expect": {
    "matchedReducer": "task/env",
    "family": "shell-runner",
    "contains": ["env: node: No such file"]
  }
}
