{
  "runtimeContract": [
    {
      "match": {
        "command": "debug"
      },
      "value": {
        "workload": null,
        "intent": "investigate"
      }
    },
    {
      "match": {
        "command": "bench"
      },
      "value": {
        "workload": null,
        "intent": "calibrate"
      }
    },
    {
      "match": {
        "command": "verify"
      },
      "value": {
        "workload": null,
        "intent": "verify"
      }
    },
    {
      "match": {
        "command": "lora"
      },
      "value": {
        "workload": null,
        "intent": null
      }
    },
    {
      "match": {
        "command": "distill"
      },
      "value": {
        "workload": null,
        "intent": null
      }
    },
    {
      "match": {
        "command": "diagnose"
      },
      "value": {
        "workload": null,
        "intent": "investigate"
      }
    },
    {
      "match": {},
      "value": {
        "workload": null,
        "intent": null
      }
    }
  ]
}
