{
  "schema_version": "1",
  "corpus": {
    "name": "export",
    "rac_version": "0.0.0-test",
    "artifact_count": 3
  },
  "artifacts": [
    {
      "id": "RAC-00000000EXP1",
      "aliases": [
        "RAC-00000000EXP1",
        "adr-001",
        "adr-001-canonical-format"
      ],
      "type": "decision",
      "status": "Accepted",
      "title": "ADR-001: Markdown Is the Canonical Format",
      "path": "tests/fixtures/export/adr-001-canonical-format.md",
      "body_html": "<h1>ADR-001: Markdown Is the Canonical Format</h1>\n<h2>Status</h2>\n<p>Accepted</p>\n<h2>Context</h2>\n<p>RAC needs one canonical source format that stays reviewable in any editor.</p>\n<h2>Decision</h2>\n<p>Markdown is the canonical source format.</p>\n<h2>Consequences</h2>\n<ul>\n<li>Artifacts stay human-readable.</li>\n<li>Tooling parses one format.</li>\n</ul>\n<h2>Related Roadmaps</h2>\n<ul>\n<li>v0-portal-roadmap</li>\n</ul>\n<h2>Related Requirements</h2>\n<ul>\n<li>REQ-DOES-NOT-EXIST</li>\n</ul>\n"
    },
    {
      "id": "notes-raw-html",
      "aliases": [
        "notes-raw-html"
      ],
      "type": "decision",
      "status": "Proposed",
      "title": "ADR-002: Inline HTML Handling",
      "path": "tests/fixtures/export/notes-raw-html.md",
      "body_html": "<h1>ADR-002: Inline HTML Handling</h1>\n<h2>Status</h2>\n<p>proposed</p>\n<h2>Context</h2>\n<p>Bodies may carry raw HTML such as &lt;script&gt;alert(&quot;portal&quot;)&lt;/script&gt; alongside\nMarkdown formatting like <strong>bold text</strong> and <code>inline code</code>:</p>\n<ul>\n<li>item one</li>\n<li>item two</li>\n</ul>\n<h2>Decision</h2>\n<p>Raw HTML is escaped at export time, never executed.</p>\n<h2>Consequences</h2>\n<p>&lt;img src=&quot;https://example.com/x.png&quot;&gt; arrives as text, so the Portal makes\nno network requests of its own.</p>\n"
    },
    {
      "id": "v0-portal-roadmap",
      "aliases": [
        "v0-portal-roadmap"
      ],
      "type": "roadmap",
      "status": "Planned",
      "title": "Portal Roadmap",
      "path": "tests/fixtures/export/v0-portal-roadmap.md",
      "body_html": "<h1>Portal Roadmap</h1>\n<h2>Status</h2>\n<p>Planned</p>\n<h2>Outcomes</h2>\n<ul>\n<li>A corpus can be exported for human readers.</li>\n</ul>\n<h2>Initiatives</h2>\n<ul>\n<li>Build the export service.</li>\n</ul>\n<h2>Related Decisions</h2>\n<ul>\n<li>ADR-001</li>\n</ul>\n"
    }
  ],
  "relationships": [
    {
      "from": "RAC-00000000EXP1",
      "to": "REQ-DOES-NOT-EXIST",
      "type": "relates-to"
    },
    {
      "from": "RAC-00000000EXP1",
      "to": "v0-portal-roadmap",
      "type": "relates-to"
    },
    {
      "from": "v0-portal-roadmap",
      "to": "RAC-00000000EXP1",
      "type": "relates-to"
    }
  ]
}
