{
  "date": "2026-09-05",
  "dshVersion": "0.1.2-rc.1",
  "nodeVersion": "24.13.0",
  "platform": "macOS",
  "model": "localhost scripted SSE provider (not DeepSeek)",
  "baseline": {
    "pass": 1,
    "fail": 2,
    "totalCents": 5500
  },
  "toolCalls": [
    {
      "name": "read",
      "arguments": {
        "file_path": "budget.mjs"
      }
    },
    {
      "name": "edit",
      "arguments": {
        "file_path": "budget.mjs",
        "old_string": "sum + item.unitPriceCents",
        "new_string": "sum + item.unitPriceCents * item.quantity"
      }
    }
  ],
  "verification": {
    "executor": "independent host terminal",
    "command": "node --test budget.test.mjs",
    "pass": 3,
    "fail": 0
  },
  "limitation": "Validates DSH tool transport and fixture behavior, not autonomous model reasoning or Windows/Linux support."
}
