{
  "version": 1,
  "claims": [
    {
      "pattern": "match.*figma|figma.*correct|design.*match|colors.*match|styling.*correct",
      "requiredActions": ["figma_verified"],
      "message": "You claimed the design matches Figma without calling mcp__figma__get_design_context. Verify the design first, then call track_action('figma_verified').",
      "createdAt": 1774972800000
    },
    {
      "pattern": "tests? pass|all tests|ci.*green|ci.*pass",
      "requiredActions": ["tests_passed"],
      "message": "You claimed tests pass without evidence. Run the tests first, then call track_action('tests_passed').",
      "createdAt": 1774972800000
    },
    {
      "pattern": "ready to merge|pr.*ready|mark.*ready",
      "requiredActions": ["tests_passed", "pr_threads_checked"],
      "message": "You claimed PR readiness without verifying tests pass and review threads are resolved.",
      "createdAt": 1774972800000
    },
    {
      "pattern": "verified on device|works on device|device.*verified|on.device.*correct",
      "requiredActions": ["on_device_verified"],
      "message": "You claimed on-device verification without evidence. Capture the proof first, then call track_action('on_device_verified').",
      "createdAt": 1774972800000
    }
  ]
}
