{
  "status": "EXAMPLE-REMOVE",
  "purpose": "Synthetic compatibility cases. Replace names with your documented tool contract.",
  "cases": [
    {"id": "historical_casing", "toolCall": {"name": "edit_file", "args": {"path": "fixture.txt", "line": 4, "replacement": "sample"}}},
    {"id": "pascal_case", "toolCall": {"name": "EditFile", "args": {"Path": "fixture.txt", "StartLine": 4, "EndLine": 6, "Replacement": "sample"}}},
    {"id": "invalid_range", "toolCall": {"name": "EditFile", "args": {"Path": "fixture.txt", "StartLine": 9, "EndLine": 3, "Replacement": "reject safely"}}}
  ]
}
