Artifact

// Conductance suppression — hub edges demoted to prevent gravity-well formation export const EDGE_WEIGHT: Record<string, number> = { // ... causal edges at 1.5-3.0 ... // Structural — carries signal but heavily demoted so Language/Component hubs // don't become gravity wells. Walks can LAND on a hub as grounding, but // walking THROUGH one attenuates 3-5x per hop. REQUIRES: 1.0, ENRICHES: 1.0, OCCURS_IN: 0.3, // Problem/Solution/RootCause → Language OCCURS_ON: 0.3, // → OperatingSystem WRITTEN_IN: 0.2, // Component/Package → Language hierarchy }

4c9ec190-c829-449f-826b-33abd0644e4c

// Conductance suppression — hub edges demoted to prevent gravity-well formation export const EDGE_WEIGHT: Record<string, number> = { // ... causal edges at 1.5-3.0 ... // Structural — carries signal but heavily demoted so Language/Component hubs // don't become gravity wells. Walks can LAND on a hub as grounding, but // walking THROUGH one attenuates 3-5x per hop. REQUIRES: 1.0, ENRICHES: 1.0, OCCURS_IN: 0.3, // Problem/Solution/RootCause → Language OCCURS_ON: 0.3, // → OperatingSystem WRITTEN_IN: 0.2, // Component/Package → Language hierarchy }