{
  "eval_id": 12,
  "eval_name": "mermaid-agent-flowchart",
  "skill": "wiki-mermaid-agent",
  "prompt": "Convert this agent output describing a deploy pipeline into a Mermaid flowchart, then inject it into pipeline.md",
  "assertions": [
    {"text": "Chooses an appropriate diagram type (flowchart/sequence/state) for the input shape", "passed": null, "evidence": null},
    {"text": "Handles nodes with quotes and special characters via safe escaping", "passed": null, "evidence": null},
    {"text": "Updates pipeline.md idempotently (re-running on the same input produces no diff)", "passed": null, "evidence": null},
    {"text": "Never mutates wiki pages outside the specified target", "passed": null, "evidence": null}
  ]
}
