File size: 701 Bytes
97e69bb
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
# CodexMesh Upgrade Protocol

All CodexMesh Node upgrades must obey:

## 1. Semantic Versioning
- Major: breaking architecture changes  
- Minor: new subsystems  
- Patch: bug fixes only  

## 2. Stability Gates
Upgrades must pass:

- Reflex loop execution test  
- WebSocket streaming test  
- Omega memory continuity test  
- Visual engine render test.  

## 3. Prohibited Actions
- Deleting Genesis artifacts  
- Overwriting sealed files  
- Removing WebSocket endpoints  
- Breaking Gradio UI compatibility  

## 4. Required Artifacts Per Upgrade
- Updated VERSION.yaml  
- New RELEASE.md entry  
- New runtime fingerprint  
- Upgrade diff log  

---

**CodexMesh Node Evolution is forward-only.**