{
  "version": 1,
  "width": 720,
  "height": 400,
  "title": "Terminal transcript",
  "description": "Show a short command-line workflow with expected output. All values are illustrative example data.",
  "elements": [
    {
      "type": "text",
      "x": 36,
      "y": 39,
      "text": "Run the first build",
      "size": 17,
      "fill": "ink",
      "align": "start",
      "mono": false
    },
    {
      "type": "text",
      "x": 36,
      "y": 62,
      "text": "Transcript · commands are examples, not executed",
      "size": 11,
      "fill": "muted",
      "align": "start",
      "mono": true
    },
    {
      "type": "text",
      "x": 45,
      "y": 112,
      "text": "1",
      "size": 11,
      "fill": "muted",
      "align": "end",
      "mono": true
    },
    {
      "type": "text",
      "x": 65,
      "y": 112,
      "text": "$ npm run build",
      "size": 16,
      "fill": "accent",
      "align": "start",
      "mono": true
    },
    {
      "type": "text",
      "x": 45,
      "y": 141,
      "text": "2",
      "size": 11,
      "fill": "muted",
      "align": "end",
      "mono": true
    },
    {
      "type": "text",
      "x": 65,
      "y": 141,
      "text": "> diagrams@0.1.0 build",
      "size": 16,
      "fill": "ink",
      "align": "start",
      "mono": true
    },
    {
      "type": "text",
      "x": 45,
      "y": 170,
      "text": "3",
      "size": 11,
      "fill": "muted",
      "align": "end",
      "mono": true
    },
    {
      "type": "text",
      "x": 65,
      "y": 170,
      "text": "> astro check && astro build",
      "size": 16,
      "fill": "ink",
      "align": "start",
      "mono": true
    },
    {
      "type": "text",
      "x": 45,
      "y": 199,
      "text": "4",
      "size": 11,
      "fill": "muted",
      "align": "end",
      "mono": true
    },
    {
      "type": "text",
      "x": 65,
      "y": 199,
      "text": "",
      "size": 16,
      "fill": "accent",
      "align": "start",
      "mono": true
    },
    {
      "type": "text",
      "x": 45,
      "y": 228,
      "text": "5",
      "size": 11,
      "fill": "muted",
      "align": "end",
      "mono": true
    },
    {
      "type": "text",
      "x": 65,
      "y": 228,
      "text": "✓ Type check complete",
      "size": 16,
      "fill": "ink",
      "align": "start",
      "mono": true
    },
    {
      "type": "text",
      "x": 45,
      "y": 257,
      "text": "6",
      "size": 11,
      "fill": "muted",
      "align": "end",
      "mono": true
    },
    {
      "type": "text",
      "x": 65,
      "y": 257,
      "text": "✓ Static pages generated",
      "size": 16,
      "fill": "ink",
      "align": "start",
      "mono": true
    },
    {
      "type": "text",
      "x": 45,
      "y": 286,
      "text": "7",
      "size": 11,
      "fill": "muted",
      "align": "end",
      "mono": true
    },
    {
      "type": "text",
      "x": 65,
      "y": 286,
      "text": "Build finished.",
      "size": 16,
      "fill": "accent",
      "align": "start",
      "mono": true
    }
  ]
}