{
  "ok": true,
  "code": "QNS-OK",
  "author": "Aziel Eliab",
  "identity": "Aziel Eliab",
  "spec": "QNS-CD-1.0",
  "photon": "QNS1 1.3",
  "magic": "QNS1",
  "process": "qnsd",
  "local": "https://github.com/AzielEliab/qnm-node",
  "bind": "127.0.0.1",
  "paper": "docs/designs/QNS-CD-1.0.md",
  "software_tab": false,
  "fraggate_slug": false,
  "public_proxy": false,
  "emit": false,
  "wipe": false,
  "control_plane": false,
  "loopback_only": true,
  "companion": [
    "QNM-BUILD-1.0",
    "AIH-WP-1.3"
  ],
  "hub_companion": "AIH-WP-1.1",
  "note": "Photon vias on local qnsd; Worker cites only",
  "limitation": "THIS IS: QNS-CD-1.0 coding design for Quantum Node Signal packet transfer (photon QNS1 1.3). Local process qnsd lives in AzielEliab/qnm-node and binds 127.0.0.1 only. This Worker cites the paper, the local API paths, and a stable qns_cd pointer on every software card plus the mesh kernel extra. qnsd uses the same laws as AZPIPE / SweepGate / APG / ChainLock locally. THIS IS NOT: a Softwares-tab product; a FragGate slug; a public proxy of local via emit; a remote wipe or control plane; Node Gate; qubit hardware; Bell-pair physics; a login mesh. GET /v1/mesh never enables. EmbryoLock is live-with-local-destructive-boundary (wipe/unlock stay local-only). Author: Aziel Eliab only.",
  "laws": {
    "mesh_get_never_enables": true,
    "node_gate": false,
    "embryolock": "live_local_destructive",
    "ui_mcp": true,
    "identity": "Aziel Eliab",
    "rl_packed_catalog": true,
    "soft_caps_fanout_only": true
  },
  "worker_fabric": {
    "azpipe": "AP-WP-0.2",
    "sweepgate": "SG-WP-0.1",
    "chainlock": "CL-WP-0.4",
    "apg": "local qnm-node (same laws on qnsd)",
    "note": "AZPIPE / SweepGate / APG / ChainLock remain the Worker-side hop / airlock / ledger. qnsd uses the same laws locally."
  },
  "local_api": {
    "bind": "127.0.0.1",
    "process": "qnsd",
    "repo": "https://github.com/AzielEliab/qnm-node",
    "public": false,
    "note": "Cited only. This Worker never fetches or proxies these paths. Public Worker must not proxy arbitrary local via emit.",
    "paths": [
      {
        "method": "GET",
        "path": "/local/qns/status",
        "act": "Photon via posture (not completeness)"
      },
      {
        "method": "GET",
        "path": "/local/qns/cite",
        "act": "QNS-CD-1.0 + QNS1 1.3 cite"
      },
      {
        "method": "GET",
        "path": "/local/qns/outbox",
        "act": "Visible queue"
      },
      {
        "method": "POST",
        "path": "/local/qns/admit",
        "act": "APG then admit inbound QNS1 frame"
      },
      {
        "method": "POST",
        "path": "/local/qns/via",
        "act": "Emit along an existing pair edge (APG; hop bearer; hop_max)"
      },
      {
        "method": "POST",
        "path": "/local/qns/cut",
        "act": "Drop one outbox item"
      }
    ]
  },
  "qns_cd": {
    "spec": "QNS-CD-1.0",
    "local": "https://github.com/AzielEliab/qnm-node",
    "note": "Photon vias on local qnsd; Worker cites only"
  }
}