File size: 1,447 Bytes
d9a6abb
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
  "artifact": "Wardenclyffe Technical Bridge Layer Edge Rules",
  "version": "v0.1",
  "edge_types": [
    {
      "edge_type": "STRUCTURE_SUPPORTS_GEOMETRY",
      "description": "Links geophysical site atoms to spatial topology nodes when supported by survey or map/cross-section.",
      "default_gate": "GREEN"
    },
    {
      "edge_type": "TECHNICAL_CONCEPT_SUPPORTS_VARIABLE",
      "description": "Links Tesla technical apparatus concepts to abstract simulator variables such as phase relation, oscillator input, or transformer topology.",
      "default_gate": "GREEN"
    },
    {
      "edge_type": "HYPOTHESIS_BRIDGE",
      "description": "Links site topology to technical coupling concepts only with explicit uncertainty labeling.",
      "default_gate": "YELLOW"
    },
    {
      "edge_type": "NON_CLAIM_GUARD",
      "description": "Blocks propagation from modeled coupling to free-energy, completed global power, or physical proof claims.",
      "default_gate": "RED_ON_VIOLATION"
    }
  ],
  "rules": [
    "No edge may promote a supplemental diagram above source-bound technical/geophysical evidence.",
    "No bridge may collapse \u201cpossible purpose\u201d into confirmed operation.",
    "No simulator export may claim output power without accounted input/loss/environmental source model.",
    "Truth-language is downstream only; origin layer uses honesty, provenance, boundary, and reproducibility language."
  ]
}