{
  "description": "Golden snapshot: Read vercel.json with rewrites key — routing-middleware boosted +10, other VERCEL_JSON_SKILLS demoted -10, vercel-cli unaffected",
  "input": {
    "tool_name": "Read",
    "tool_input": {
      "file_path": "__TEMP_VERCEL_JSON__"
    }
  },
  "vercelJson": {
    "rewrites": [
      {
        "source": "/api/:path*",
        "destination": "https://api.example.com/:path*"
      }
    ]
  },
  "expected": {
    "skillInjection": {
      "version": 1,
      "toolName": "Read",
      "matchedSkills": [
        "routing-middleware",
        "deployments-cicd",
        "vercel-cli",
        "cron-jobs",
        "vercel-functions"
      ],
      "injectedSkills": [
        "routing-middleware",
        "vercel-cli",
        "vercel-functions"
      ],
      "droppedByCap": [
        "cron-jobs",
        "deployments-cicd"
      ],
      "droppedByBudget": []
    }
  }
}
