{
  "$schema": "https://skill-map.ai/spec/v1/conformance-case.schema.json",
  "id": "preamble-bitwise-match",
  "description": "Rendered job content contains the canonical preamble byte-for-byte. Scans a single markdown node, submits a ai-summarizer-action job over it (setup.priorInvokes), then asserts `sm jobs preview --last` prints content containing `preamble-v2.txt` verbatim.",
  "fixture": "preamble-bitwise-match",
  "setup": {
    "priorScans": [{ "fixture": "preamble-bitwise-match" }],
    "priorInvokes": [
      {
        "verb": "agent",
        "sub": "install",
        "flags": ["--for", "claude"]
      },
      {
        "verb": "jobs",
        "sub": "submit",
        "args": ["ai-summarizer-action"],
        "flags": ["-n", "notes.md"]
      }
    ]
  },
  "invoke": {
    "verb": "jobs",
    "sub": "preview",
    "flags": ["--last"]
  },
  "assertions": [
    { "type": "exit-code", "value": 0 },
    { "type": "stdout-contains-verbatim", "fixture": "preamble-v2.txt" }
  ]
}
