{
  "eval_id": 1,
  "eval_name": "wiki-init-ingest-query",
  "skill": "wiki",
  "prompt": "I have a new Python project at /tmp/test-project with some markdown docs in a docs/ folder. Initialize a documentation wiki for it with domain 'backend-services', ingest docs/architecture.md (about JWT auth and session management), and then query 'how does authentication work?'.",
  "assertions": [
    {"text": "Runs init_wiki.py (or init_wiki.ts) script to create directory scaffold", "passed": null, "evidence": null},
    {"text": "wiki.config.yaml is created with domain 'backend-services'", "passed": null, "evidence": null},
    {"text": "Directory scaffold includes wiki/, raw/, graph/, audit/, log/, outputs/", "passed": null, "evidence": null},
    {"text": "Source file is copied to raw/ directory", "passed": null, "evidence": null},
    {"text": "A wiki page is created with proper frontmatter (title, type, tags, sources, created, updated, summary)", "passed": null, "evidence": null},
    {"text": "Tags are content-only concepts (e.g., 'jwt', 'authentication', 'session-management')", "passed": null, "evidence": null},
    {"text": "summaries.md is updated with the new page's summary", "passed": null, "evidence": null},
    {"text": "Query answer includes inline citations to wiki pages", "passed": null, "evidence": null},
    {"text": "Answer is archived to outputs/queries/", "passed": null, "evidence": null},
    {"text": "events.jsonl records init, ingest, and query operations", "passed": null, "evidence": null}
  ]
}
