{
  "eval_id": 3,
  "eval_name": "wiki-path",
  "skill": "wiki",
  "prompt": "In my wiki at /tmp/test-wiki/, find the shortest path between the 'authentication' concept and the 'database-schema' concept. Show all intermediate pages.",
  "assertions": [
    {"text": "Runs graph_ops.py (or graph_ops.ts) to query the relationship graph", "passed": null, "evidence": null},
    {"text": "Reads edges.jsonl for typed relationships", "passed": null, "evidence": null},
    {"text": "Returns ordered list of pages from authentication to database-schema", "passed": null, "evidence": null},
    {"text": "Shows edge types (supports, extends, etc.) between each pair", "passed": null, "evidence": null},
    {"text": "Shows provenance tags on each edge", "passed": null, "evidence": null},
    {"text": "Handles case where no path exists with a clear message", "passed": null, "evidence": null}
  ]
}
