{
  "id": "phi-os-super-states",
  "title": "PHI|OS Super States",
  "states": [
    {
      "id": "contemplative",
      "trigger": "stationaryScore >= 0.76",
      "meaning": "Reflective, low-friction listening state."
    },
    {
      "id": "liminal",
      "trigger": "stationaryScore between 0.45 and 0.76",
      "meaning": "Porous transition state between listening and projection."
    },
    {
      "id": "kinetic",
      "trigger": "motionEnergy >= 0.72",
      "meaning": "Projected, reactive, high-tension state."
    },
    {
      "id": "swarming",
      "trigger": "sigma swarm density and reciprocity exceed local threshold",
      "meaning": "Collective coordination and adaptive branch discovery."
    },
    {
      "id": "crystalline",
      "trigger": "time-crystal periodicity stabilizes under low graph drift",
      "meaning": "Temporal coherence and repeated observation lock."
    },
    {
      "id": "quasi-hypervision",
      "trigger": "graph sync, overlay coherence, and bridge density exceed immersive threshold",
      "meaning": "Superposed multi-view perception across cards, 3D fields, and symbolic state-space."
    }
  ],
  "transitionRules": [
    "No super-state may erase the base invariant.",
    "Noise remains observable and cannot be collapsed into silence by default.",
    "Super-state transitions must remain reversible unless irreversibility is explicit in the audit trail."
  ]
}
