DSLO commited on
Commit
6e4b7fb
·
verified ·
1 Parent(s): c5e5594

Create dslo.axioms.yaml

Browse files
Files changed (1) hide show
  1. dslo.axioms.yaml +115 -0
dslo.axioms.yaml ADDED
@@ -0,0 +1,115 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ axioms:
2
+ - id: dlo:BoundaryIntegrity
3
+ label: "Boundary Integrity"
4
+ layer: "FieldPhysics"
5
+ description: "Systems remain coherent only when they maintain a stable distinction between inside and outside."
6
+
7
+ - id: dlo:TemporalRhythm
8
+ label: "Temporal Rhythm"
9
+ layer: "FieldPhysics"
10
+ description: "Coherence requires a predictable rhythm for sensing, regeneration, and action."
11
+
12
+ - id: dlo:CausalLegibility
13
+ label: "Causal Legibility"
14
+ layer: "FieldPhysics"
15
+ description: "Systems must be able to trace causes to effects."
16
+
17
+ - id: dlo:RoleCoherence
18
+ label: "Role Coherence"
19
+ layer: "FieldPhysics"
20
+ description: "Roles must remain stable and predictable."
21
+
22
+ - id: dlo:SignalSubstrateCoupling
23
+ label: "Signal–Substrate Coupling"
24
+ layer: "FieldPhysics"
25
+ description: "Signals must remain anchored to the substrate they represent."
26
+
27
+ - id: dlo:RegenerationCapacity
28
+ label: "Regeneration Capacity"
29
+ layer: "FieldPhysics"
30
+ description: "Systems require slack to restore structure faster than it is consumed."
31
+
32
+ - id: dlo:DriftResistance
33
+ label: "Drift Resistance"
34
+ layer: "FieldPhysics"
35
+ description: "Internal geometry must resist curvature‑induced drift."
36
+
37
+ - id: dlo:LawfulTransitions_Field
38
+ label: "Lawful Transitions"
39
+ layer: "FieldPhysics"
40
+ description: "State changes must preserve invariants."
41
+
42
+ - id: dlo:FallbackGeometry
43
+ label: "Fallback Geometry"
44
+ layer: "FieldPhysics"
45
+ description: "Systems need deterministic fallback paths when coherence degrades."
46
+
47
+ - id: dlo:EnergeticCost
48
+ label: "Energetic Cost"
49
+ layer: "DomainPhysics"
50
+ description: "Meaning‑containers must reduce the energy required for coordination."
51
+
52
+ - id: dlo:TransmissionFidelity
53
+ label: "Transmission Fidelity"
54
+ layer: "DomainPhysics"
55
+ description: "Meaning must survive replication across generations."
56
+
57
+ - id: dlo:MaterialAnchoring
58
+ label: "Material Anchoring"
59
+ layer: "DomainPhysics"
60
+ description: "Containers require physical or ecological grounding to resist mutation."
61
+
62
+ - id: dlo:ScalarStress
63
+ label: "Scalar Stress"
64
+ layer: "DomainPhysics"
65
+ description: "As containers scale, their stability decreases unless reinforced by invariants."
66
+
67
+ - id: dlo:ContainerWorldAlignment
68
+ label: "Container–World Alignment"
69
+ layer: "DomainPhysics"
70
+ description: "Meaning collapses when containers no longer match lived reality."
71
+
72
+ - id: dlo:DriftEnvelope
73
+ label: "Drift Envelope"
74
+ layer: "DomainPhysics"
75
+ description: "Every system has a maximum drift it can absorb before coherence fails."
76
+
77
+ - id: dlo:CorrectiveCapacity
78
+ label: "Corrective Capacity"
79
+ layer: "DomainPhysics"
80
+ description: "Systems require mechanisms to counteract drift."
81
+
82
+ - id: dlo:AbstractionDecoupling
83
+ label: "Abstraction Decoupling"
84
+ layer: "DomainPhysics"
85
+ description: "Symbolic systems naturally drift away from their physical referents."
86
+
87
+ - id: dlo:InstitutionalCollapse
88
+ label: "Institutional Collapse"
89
+ layer: "DomainPhysics"
90
+ description: "When cumulative drift breaches the drift envelope, containers undergo irreversible failure."
91
+
92
+ - id: dlo:UniversalityOfSignals
93
+ label: "Universality of Signals"
94
+ layer: "RuntimePhysics"
95
+ description: "Any signal‑bearing system can be projected into DSLO through a total mapping ΦS."
96
+
97
+ - id: dlo:IdentityContinuity
98
+ label: "Identity Continuity"
99
+ layer: "RuntimePhysics"
100
+ description: "A system must preserve identity across transitions."
101
+
102
+ - id: dlo:LoadBoundedStability
103
+ label: "Load‑Bounded Stability"
104
+ layer: "RuntimePhysics"
105
+ description: "Planning and action must remain within load tolerance."
106
+
107
+ - id: dlo:SpatialLegality
108
+ label: "Spatial Legality"
109
+ layer: "RuntimePhysics"
110
+ description: "Systems must obey lawful transitions in external geometry."
111
+
112
+ - id: dlo:LawfulTransitions_Runtime
113
+ label: "Lawful Transitions (Runtime)"
114
+ layer: "RuntimePhysics"
115
+ description: "State changes must preserve invariants and maintain bounded mutation velocity."