{
  "eval_id": 2,
  "eval_name": "wiki-lint",
  "prompt": "Run /wiki-lint on a wiki with broken links, orphans, and missing frontmatter",
  "assertions": [
    {"text": "Broken link to nonexistent.md detected as error", "type": "functional"},
    {"text": "Orphan page (orphan.md) detected as warning", "type": "functional"},
    {"text": "Missing frontmatter on nofm.md detected as error", "type": "functional"},
    {"text": "Lint output includes severity tiers (error, warning, info)", "type": "structural"},
    {"text": "Quality scores computed for all pages (0.0-1.0 range)", "type": "functional"},
    {"text": "Summary counts match number of detected issues", "type": "functional"}
  ]
}
