{
  "ok": true,
  "title": "Card Artwork Inbox",
  "updated": "2026-08-02T02:53:28.300Z",
  "purpose": "Install approved card artwork from a repository path, direct URL, or data URI and propagate it to every deck surface in the same build.",
  "rule": "Each pending item needs deckId, cardId, and one of sourcePath, sourceUrl, or sourceDataUri. Repository files may also be dropped directly into card-art-inbox/ using the normalized card ID as the filename; the resolver scans them automatically.",
  "acceptedDeckIds": [
    "people-of-interest",
    "top-52",
    "controlled-opposition",
    "institutions",
    "power-families",
    "secret-societies",
    "policy",
    "think-tanks",
    "black-nobility",
    "jurisdictions-of-power"
  ],
  "acceptedExtensions": [
    "webp",
    "png",
    "jpg",
    "jpeg",
    "avif"
  ],
  "uploadDirectory": "card-art-inbox/",
  "artRegistry": "data/card-art-registry.json",
  "examplePendingItem": {
    "deckId": "people-of-interest",
    "cardId": "george-soros",
    "label": "George Soros",
    "sourcePath": "card-art-inbox/george-soros.webp",
    "status": "pending"
  },
  "pending": []
}