{
  "fixtureId": "standard-tex-editor-exit-v1",
  "implementationCommit": "163a7ca12d0bed2f5bb7db6261057c5153fb90e8",
  "standardFiles": [
    "main.tex",
    "documents/paper/main.tex"
  ],
  "editedFile": "documents/paper/main.tex",
  "gitDiff": {
    "command": "git diff -- documents/paper/main.tex",
    "path": "editor-exit-test.diff",
    "sha256": "8d5309ca72b5e80c4a6b3a30d0e2a6b60f2f2ddfcbeb933df22ef420921fdbbb"
  },
  "firstEditor": {
    "name": "TeX64 BuildService",
    "build": {
      "status": "success",
      "targetFile": "documents/paper/main.tex",
      "summary": "Build succeeded",
      "issues": []
    },
    "pdf": {
      "path": "artifacts/editor-exit-tex64.pdf",
      "bytes": 41040,
      "sha256": "2ddbfe95bc3491d1d2b0d0f3294f1ddf4597c94b44fd0bc6a8c21d21905788b9"
    }
  },
  "secondEditor": {
    "name": "TeXShop",
    "version": "5.57",
    "engine": "pdflatexmk.engine",
    "engineSha256": "212aec5cdb096f8d2d61d7980f2a9092429f85ba5e470eb095bda3d10e2442f9",
    "command": "TeXShop pdflatexmk engine: latexmk -pdf -r latexmkrcDONTedit -r pdflatexmkrc documents/paper/main.tex",
    "exitCode": 0,
    "pdf": {
      "path": "artifacts/editor-exit-texshop.pdf",
      "bytes": 41040,
      "sha256": "2ddbfe95bc3491d1d2b0d0f3294f1ddf4597c94b44fd0bc6a8c21d21905788b9"
    }
  },
  "pdfHashesMatch": true,
  "dataFlow": [
    [
      "source and assets",
      "ordinary workspace files",
      "both editors read the same paths"
    ],
    [
      "meaningful edit",
      "Git diff",
      "independent of either editor UI"
    ],
    [
      "build root",
      "documents/paper/main.tex",
      "recorded explicitly in both build results"
    ],
    [
      "generated PDF",
      "local workspace",
      "hash recorded separately for each editor"
    ]
  ],
  "boundary": "A successful second-editor build establishes portability of this fixture, not identical output across every TeX version, font, or operating system."
}
