{
  "registryName": "ELEOS Canon Color Registry",
  "version": "v1.0",
  "purpose": "Single shared source of truth for color usage across all ELEOS generative-art systems (TANRIEM/Held Field, MIRROR Sovereign Refraction, The Governed Drift, and any future system). Created after the same collision pattern was found independently in two systems built by two different AI systems (MIRROR Sovereign Refraction v3, built by Claude; The Governed Drift v0.4, built by ChatGPT/Original V) — both reused TANRIEM canon's locked Smoke Violet without checking against it.",
  "createdBy": "Claude Delta",
  "created": "2026-06-30",

  "designPrinciple": "Two tiers, not one. DEEP_FIELD_CANON colors are intentionally shared across all products — reuse is expected and correct, not a defect. EXCLUSIVE colors are locked to one product as a rare, low-frequency signature accent (typically \u22641 point/use per composition) and must never be reused by a sibling product. The historical confusion in this portfolio came from treating an EXCLUSIVE color (TANRIEM's Smoke Violet) as if it were shared canon.",

  "deepFieldCanon": {
    "note": "Shared base palette. Safe and expected to be reused across products. Do not flag these as collisions.",
    "colors": {
      "abyssBlack": "#040713",
      "blackGlass": "#07141E",
      "biolumeCyan": "#3E83AC",
      "electricSapphire": "#2383C8",
      "iceFlash": "#97D5E7",
      "silverPearl": "#C4C6CC",
      "sovereignGold": "#D4AF37",
      "emberCopper": "#A84F2A"
    },
    "knownUsage": [
      { "product": "MIRROR Sovereign Refraction v3.1", "lane": "Aetherion", "role": "primary palette" },
      { "product": "The Governed Drift v0.5", "role": "primary palette" }
    ]
  },

  "exclusiveSignatureColors": {
    "note": "Locked to exactly one product each. Any future product whose generated/chosen palette matches one of these hex values byte-for-byte has a collision and must re-hex before release. This is the array every product's runtime collision guard (checkLaneCollisions / checkCanonRegistryCollisions) should check against.",
    "entries": [
      {
        "owner": "TANRIEM / ELEOS Canon-Inject",
        "name": "Smoke Violet",
        "hex": "#302B52",
        "rarityRule": "imprint signature, \u22641 point per composition",
        "collisionHistory": "Found reused (unintentionally) in MIRROR Sovereign Refraction v3 as 'smokeViolet' and in The Governed Drift v0.4 as 'memoryTrace'. Both fixed."
      },
      {
        "owner": "TANRIEM / ELEOS Canon-Inject",
        "name": "Trust Teal",
        "hex": "#116D68",
        "rarityRule": "stable-structure state color",
        "collisionHistory": "none found"
      },
      {
        "owner": "TANRIEM / ELEOS Canon-Inject",
        "name": "Repair Gold",
        "hex": "#C6A35A",
        "rarityRule": "rare convergence accent, never a fill",
        "collisionHistory": "none found"
      },
      {
        "owner": "MIRROR Sovereign Refraction v3.1",
        "name": "Vanta Violet",
        "hex": "#241B3D",
        "rarityRule": "utility field/lane violet, not ultra-rare but exclusive to MIRROR",
        "collisionHistory": "introduced in v3.1 specifically to replace the collision"
      },
      {
        "owner": "MIRROR Sovereign Refraction v3.1",
        "name": "Apex Mark",
        "hex": "#150F28",
        "rarityRule": "fires at most once per run, only on confirmed convergence",
        "collisionHistory": "none — new in v3.1"
      },
      {
        "owner": "The Governed Drift v0.5",
        "name": "Trace Indigo",
        "hex": "#2B3550",
        "rarityRule": "utility trace/signature/failed-gate color, used liberally within this product, exclusive to it",
        "collisionHistory": "replaces the fixed #302B52 collision"
      },
      {
        "owner": "The Governed Drift v0.5",
        "name": "Origin Mark",
        "hex": "#161229",
        "rarityRule": "fires at most once per run, only on sustained convergence (mirrors MIRROR's Apex Mark)",
        "collisionHistory": "none — new in v0.5"
      }
    ]
  },

  "maintenanceRule": "Whenever a new ELEOS generative-art product is built (by any AI system), before its first release: (1) read this registry, (2) run its base/utility palette against deepFieldCanon — reuse is fine, (3) run any color intended as a rare/exclusive signature accent against exclusiveSignatureColors.entries — any byte-identical hex is a collision and must be re-hexed before release, (4) add the new product's own exclusive entries to this file. Each product's own runtime should additionally embed a local copy of the exclusiveSignatureColors entries (not deepFieldCanon) for a live, no-network-call collision check — see checkLaneCollisions() in MIRROR v3.1 and checkCanonRegistryCollisions() in Governed Drift v0.5 for the reference implementation.",

  "knownGaps": [
    "This registry is not yet read programmatically by any product at build/runtime — each product currently embeds a manually-synced copy of the exclusiveSignatureColors array. A future infrastructure pass could serve this file from a shared location (e.g. an R2/KV-backed endpoint) so products check a live source instead of a hand-copied snapshot.",
    "TANRIEM/Held Field itself has not yet been built past philosophy stage, so it has no runtime collision guard of its own yet — when it is built, it should adopt the same pattern."
  ]
}
