Genel Bakış
{
  "module": "RTT_Emotions_Part_A",
  "version": "1.0.0",
  "parent": "emotions_module.json",
  "category": "rtt-emotional-dynamics.part-a",
  "summary": "Coherence emotions (set A): 10 stabilizing emotional operators.",
  "description": "Part A of the RTT Emotions Module. Contains 10 coherence emotions with RTT equations, alignment triads, drift effects, and transition conditions.",
 
  "emotions": {
 
    "compassion": {
      "equation": "C = k_c * σ * (R / (1 + ΔO))",
      "regime": "coherence",
      "alignment_triad": { "self": 1, "other": 1, "world": 1 },
      "drift_effect": "reduces",
      "transition": "C > D"
    },
 
    "virtue": {
      "equation": "V = k_v * σ * (A_s + A_o + A_w)",
      "regime": "coherence",
      "alignment_triad": { "self": 1, "other": 1, "world": 1 },
      "drift_effect": "reduces",
      "transition": "A_s ≈ A_o ≈ A_w"
    },
 
    "trust": {
      "equation": "T = k_t * σ * (R / (1 + D))",
      "regime": "coherence",
      "alignment_triad": { "self": 1, "other": 1, "world": 0 },
      "drift_effect": "reduces",
      "transition": "T > D"
    },
 
    "awe": {
      "equation": "A = k_a * σ * (R / (1 + ΔO))",
      "regime": "coherence",
      "alignment_triad": { "self": 1, "other": 0, "world": 1 },
      "drift_effect": "reduces",
      "transition": "A > D"
    },
 
    "gratitude": {
      "equation": "G = k_g * σ * (R / (1 + ΔO))",
      "regime": "coherence",
      "alignment_triad": { "self": 1, "other": 1, "world": 0 },
      "drift_effect": "reduces",
      "transition": "G > D"
    },
 
    "love_structural": {
      "equation": "L = k_l * σ * (A_s + A_o)",
      "regime": "coherence",
      "alignment_triad": { "self": 1, "other": 1, "world": 0 },
      "drift_effect": "reduces",
      "transition": "L > D"
    },
 
    "empathy": {
      "equation": "E_emp = k_emp * σ * (R / (1 + ΔO))",
      "regime": "coherence",
      "alignment_triad": { "self": 1, "other": 1, "world": 0 },
      "drift_effect": "reduces",
      "transition": "E_emp > D"
    },
 
    "patience": {
      "equation": "P = k_p * σ * (R / (1 + D))",
      "regime": "coherence",
      "alignment_triad": { "self": 1, "other": 0, "world": 1 },
      "drift_effect": "reduces",
      "transition": "P > D"
    },
 
    "forgiveness": {
      "equation": "F = k_f * σ * (R / (1 + ΔO + D))",
      "regime": "coherence",
      "alignment_triad": { "self": 1, "other": 1, "world": 1 },
      "drift_effect": "reduces",
      "transition": "F > D"
    },
 
    "serenity": {
      "equation": "S = k_s * σ * C",
      "regime": "coherence",
      "alignment_triad": { "self": 1, "other": 0, "world": 1 },
      "drift_effect": "reduces",
      "transition": "S > D"
    }
 
  },
 
  "status": "complete",
  "license": "Open educational use permitted"
}

Updated