{
  "eval_id": 1,
  "eval_name": "wiki-init-ingest-query",
  "prompt": "Initialize a wiki, ingest 3 markdown docs, query 'what is authentication?'",
  "assertions": [
    {"text": "Wiki scaffold created (wiki/, raw/, graph/, log/ directories exist)", "type": "structural"},
    {"text": "wiki.config.yaml generated with valid YAML content", "type": "structural"},
    {"text": "All 3 source docs ingested (auth.md, database.md, api.md)", "type": "functional"},
    {"text": "Wiki pages created under wiki/ directory", "type": "functional"},
    {"text": "events.jsonl contains logged operations", "type": "functional"},
    {"text": "Query answer references authentication concepts from the source docs", "type": "content"}
  ]
}
