M3 Protocol — Mindset / Manifest / Meditate

Bu portal, Wise-Tech manifestosundaki M3 protokolünü etkileşimli bir frekans ayarı deneyimine dönüştürür. Her katman, anlayış borcunu azaltmak ve rezonans puanını yükseltmek için tasarlandı.

Anlayış Borcu1.00
Rezonans Puanı0.00
Süpervizöridle

1. Mindset — Doktrin

M3 şemasının doktrini. Bu alanı dikkatle okuduğunda anlayış borcun hafifler. Sonuna kadar kaydırdığında otomatik olarak 0.1 puan iyileşme uygulanır.

{
  "$schema": "https://json-schema.org/draft-07/schema#",
  "$id": "https://mustafaiskender.com/schemas/m3_protocol.json",
  "title": "M3 Protocol — Mindset / Manifest / Meditate",
  "type": "object",
  "properties": {
    "version": {
      "type": "string",
      "const": "1.0.0"
    },
    "resonance": {
      "type": "object",
      "properties": {
        "min": {
          "type": "number",
          "minimum": 0,
          "maximum": 1,
          "default": 0
        },
        "max": {
          "type": "number",
          "minimum": 0,
          "maximum": 1,
          "default": 1
        },
        "defaultThreshold": {
          "type": "number",
          "minimum": 0,
          "maximum": 1,
          "default": 0.7
        }
      },
      "required": [
        "min",
        "max",
        "defaultThreshold"
      ],
      "additionalProperties": false,
      "description": "M3 adımlarının geçerli sayılması için temel rezonans eşiği."
    },
    "mindset": {
      "type": "object",
      "properties": {
        "description": {
          "type": "string"
        },
        "requirements": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "id": {
                "type": "string"
              },
              "label": {
                "type": "string"
              },
              "required": {
                "type": "boolean",
                "default": true
              },
              "resonanceThreshold": {
                "type": "number",
                "minimum": 0,
                "maximum": 1
              }
            },
            "required": [
              "id",
              "label"
            ],
            "additionalProperties": false
          }
        }
      },
      "required": [
        "description",
        "requirements"
      ],
      "additionalProperties": false
    },
    "manifest": {
      "type": "object",
      "properties": {
        "description": {
          "type": "string"
        },
        "artifacts": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "id": {
                "type": "string"
              },
              "label": {
                "type": "string"
              },
              "type": {
                "type": "string",
                "enum": [
                  "schema",
                  "api_contract",
                  "ui_blueprint",
                  "automation_flow"
                ]
              },
              "required": {
                "type": "boolean",
                "default": true
              }
            },
            "required": [
              "id",
              "label",
              "type"
            ],
            "additionalProperties": false
          }
        }
      },
      "required": [
        "description",
        "artifacts"
      ],
      "additionalProperties": false
    },
    "meditate": {
      "type": "object",
      "properties": {
        "description": {
          "type": "string"
        },
        "practices": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "id": {
                "type": "string"
              },
              "label": {
                "type": "string"
              },
              "target": {
                "type": "string",
                "enum": [
                  "complexity",
                  "naming",
                  "duplication",
                  "dead_code"
                ]
              }
            },
            "required": [
              "id",
              "label"
            ],
            "additionalProperties": false
          }
        }
      },
      "required": [
        "description",
        "practices"
      ],
      "additionalProperties": false
    }
  },
  "required": [
    "version",
    "resonance",
    "mindset",
    "manifest",
    "meditate"
  ],
  "additionalProperties": false
}

2. Manifest — Niyet Girişi

Niyetini net ve dürüst bir şekilde yaz. "hakikat", "bilge", "otonomi" gibi kelimeler niyetinin rezonansını artırır. Onayladığında anlayış borcun %30 azalır.

3. Meditate — Frekans Sabitleme

Nefesine odaklan, animasyonla birlikte yavaşça nefes alıp ver. Bu alanda 60 saniye geçirdiğinde Runix frekansını sabitler ve rezonans skorunu dengeler.

İmleci dairenin üzerinde tut ve nefesine odaklan.