cell0-os 1.1.1 β†’ 1.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +145 -242
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,343 +1,246 @@
1
- # 🧬 cell0-os
1
+ # 🧬 Cell0-OS
2
2
 
3
3
  <p align="center">
4
- <strong>The Sovereign Edge Operating System</strong>
4
+ <strong>The Sovereign Edge Operating System</strong><br>
5
+ <em>Self-governing. Self-improving. Post-quantum secure.</em>
5
6
  </p>
6
7
 
7
8
  <p align="center">
8
- <img src="https://img.shields.io/badge/version-0.1.0-blue.svg" alt="Version">
9
+ <img src="https://img.shields.io/badge/version-1.1.2-blue.svg" alt="Version">
9
10
  <img src="https://img.shields.io/badge/license-GPL%20v3.0-green.svg" alt="License">
10
11
  <img src="https://img.shields.io/badge/tests-passing-brightgreen.svg" alt="Tests">
11
12
  <img src="https://img.shields.io/badge/docker-ready-2496ed.svg?logo=docker" alt="Docker">
13
+ <img src="https://img.shields.io/badge/kubernetes-ready-326CE5.svg?logo=kubernetes" alt="Kubernetes">
12
14
  </p>
13
15
 
14
16
  <p align="center">
17
+ <a href="https://kulluai.com">Website</a> β€’
15
18
  <a href="#installation">Install</a> β€’
16
19
  <a href="#features">Features</a> β€’
17
- <a href="#architecture">Architecture</a> β€’
20
+ <a href="#channels">Channels</a> β€’
18
21
  <a href="#security">Security</a> β€’
19
- <a href="#contributing">Contribut</a>
22
+ <a href="#contributing">Contribute</a>
20
23
  </p>
21
24
 
22
25
  ---
23
26
 
24
- ## Installation
27
+ ## πŸš€ Quick Start
25
28
 
26
29
  ### npm (Recommended)
27
30
 
28
31
  ```bash
29
- npm install -g cell0-os
32
+ npm install -g cell0-os@latest
30
33
  cell0 onboard --install-daemon
34
+ cell0 gateway --port 18800
31
35
  ```
32
36
 
33
- ### Docker
37
+ Visit http://localhost:18800 to access your Cell0 dashboard.
38
+
39
+ ### Docker Compose
34
40
 
35
41
  ```bash
36
- docker run -d \
37
- --name cell0 \
38
- -p 18800:18800 \
39
- -v ~/.cell0:/data \
40
- yigremtamiru/cell0-os:latest
42
+ git clone https://github.com/YigremTamiru/cell0-os.git
43
+ cd cell0-os
44
+ docker compose up -d
41
45
  ```
42
46
 
43
- ### Quick Start
47
+ ### Kubernetes
44
48
 
45
49
  ```bash
46
- # Clone and setup
47
- git clone https://github.com/YigremTamiru/cell0-os.git ~/cell0
48
- cd ~/cell0 && ./install.sh
49
-
50
- # Start the gateway
51
- cell0 gateway --port 18800
50
+ helm repo add cell0 https://charts.kulluai.com
51
+ helm install cell0 cell0/cell0-os \
52
+ --namespace cell0-system \
53
+ --create-namespace
52
54
  ```
53
55
 
54
56
  ---
55
57
 
56
- ## Features
58
+ ## ✨ What's New in v1.1.2
57
59
 
58
- ### πŸ” Post-Quantum Cryptography (12 Layers)
60
+ ### πŸ›‘οΈ Security Fixes
61
+ - βœ… **SQL Injection Prevention** - All queries parameterized
62
+ - βœ… **Pickle RCE Fix** - Replaced with marshal+JSON serialization
63
+ - βœ… **Path Traversal Fix** - Secure Path.resolve() validation
59
64
 
60
- Defense-in-depth with 12 parallel cryptographic systems spanning classical, modern, post-quantum, and quantum domains:
65
+ ### πŸ“± 6 Channel Drivers
66
+ - βœ… **Telegram** - Native bot API
67
+ - βœ… **Discord** - Gateway integration
68
+ - βœ… **WhatsApp Web** - QR-based pairing
69
+ - βœ… **Slack** - Socket Mode + Events API
70
+ - βœ… **Signal** - signal-cli REST bridge
71
+ - βœ… **iMessage** - BlueBubbles integration
72
+
73
+ ### 🏭 Production Ready
74
+ - βœ… **Kubernetes** - Full manifests + Helm charts
75
+ - βœ… **Monitoring** - Prometheus + Grafana foundation
76
+ - βœ… **API Auth** - JWT, API keys, OAuth2, mTLS
77
+ - βœ… **Website** - https://kulluai.com live
78
+
79
+ ---
80
+
81
+ ## πŸ” Security Architecture
82
+
83
+ ### Post-Quantum Cryptography (12 Layers)
61
84
 
62
85
  | Layer | Systems | Status |
63
86
  |-------|---------|--------|
64
87
  | **Classical** | AES-256-GCM, ChaCha20-Poly1305, SHA3-256/512 | βœ… |
65
88
  | **Modern** | Ed25519, X25519, BLS12-381 | βœ… |
66
- | **Post-Quantum** | CRYSTALS-Kyber, CRYSTALS-Dilithium | βœ… |
67
- | **Quantum** | BB84 QKD, Quantum Signatures | βœ… |
89
+ | **Post-Quantum** | CRYSTALS-Kyber-1024, CRYSTALS-Dilithium-5 | βœ… |
90
+ | **Signatures** | SPHINCS+, FALCON-1024, XMSS | βœ… |
91
+ | **Quantum** | BB84 QKD ready | βœ… |
68
92
  | **ZKP** | zk-STARK (transparent, post-quantum) | βœ… |
69
93
 
70
- ### πŸ›‘οΈ Sovereign Security Model
94
+ ### Sovereign Security Model
71
95
 
72
- Your data, your rules β€” entirely local-first:
96
+ - **Default-deny architecture** β€” Nothing runs without authorization
97
+ - **Allowlist-only access** β€” Only your numbers: +905488899628, +905338224165
98
+ - **12-layer cryptographic lock** β€” Quantum-resistant by design
99
+ - **Local-first** β€” Your data never leaves your machine
100
+ - **Capability-based security** β€” Fine-grained token access
73
101
 
74
- - **Default-deny architecture** β€” Nothing runs without explicit authorization
75
- - **Allowlist-only access** β€” No implicit permissions, ever
76
- - **Capability-based security** β€” Fine-grained token-based access control
77
- - **NFEK biometric authentication** β€” ECG/PPG-based identity verification
78
- - **Append-only hash-ledgers** β€” Tamper-evident audit trails
102
+ ---
79
103
 
80
- ### πŸ’¬ WhatsApp Web QR Mode
104
+ ## πŸ“± Supported Channels
81
105
 
82
- Connect WhatsApp instantly without phone pairing hassles:
106
+ | Channel | Mode | Features |
107
+ |---------|------|----------|
108
+ | Telegram | Native | Bots, groups, media |
109
+ | Discord | Gateway | DMs, servers, threads |
110
+ | WhatsApp | Web QR | QR pairing, no phone needed |
111
+ | Slack | Socket+Events | Blocks, threads, files |
112
+ | Signal | Bridge | Encrypted, groups |
113
+ | iMessage | BlueBubbles | macOS integration |
83
114
 
115
+ Enable channels:
84
116
  ```bash
85
- cell0 channel add whatsapp --mode qr
86
- # Scan QR code with your phone β€” done in 5 seconds
117
+ CELL0_ENABLE_TELEGRAM=true
118
+ CELL0_ENABLE_DISCORD=true
119
+ CELL0_ENABLE_WHATSAPP=true
120
+ CELL0_ENABLE_SLACK=true
121
+ CELL0_ENABLE_SIGNAL=true
122
+ CELL0_ENABLE_IMESSAGE=true
87
123
  ```
88
124
 
89
- - No SMS verification required
90
- - No phone number exchange
91
- - Direct Web QR pairing
125
+ ---
126
+
127
+ ## πŸ–₯️ Installation Experience
92
128
 
93
- ### πŸ–₯️ Arrow-Key TUI Onboarding
129
+ ### Interactive TUI
94
130
 
95
- OpenClaw-style interactive setup:
131
+ Arrow-key navigation with questionary:
96
132
 
97
133
  ```bash
98
134
  $ cell0 onboard
99
135
 
100
- ? Select deployment mode: (Use arrow keys)
101
- ❯ Local-only
102
- Cloud tunnel
103
-
104
- ? Choose LLM provider: (Use arrow keys)
105
- ❯ Moonshot (Kimi)
106
- OpenAI (GPT-4)
107
- Anthropic (Claude)
108
- Ollama (Local)
109
-
110
- ? Configure channels: (Press <space> to select)
111
- β˜‘ Web UI
112
- ☐ Telegram
113
- β˜‘ WhatsApp
114
- ☐ Discord
136
+ ? Select LLM Provider: (Use arrow keys)
137
+ ❯ Moonshot (Kimi)
138
+ OpenAI (GPT-4)
139
+ Anthropic (Claude)
140
+ Ollama (Local)
141
+
142
+ ? Select Channels: (Press <space> to select)
143
+ ❯◉ Telegram
144
+ β—‰ Discord
145
+ β—‰ WhatsApp Web
146
+ β—‰ Slack
115
147
  ```
116
148
 
117
- ### πŸ€– Multi-Provider AI
118
-
119
- Intelligent provider selection with automatic failover across 30+ models:
120
-
121
- | Provider | Models | Best For |
122
- |----------|--------|----------|
123
- | **Moonshot** | Kimi K2.5, v1 series | Long context, reasoning |
124
- | **OpenAI** | GPT-4o, o1, o3 | General purpose |
125
- | **Anthropic** | Claude 3.5 Sonnet, Opus | Safety, analysis |
126
- | **Google** | Gemini 2.0 Flash, 1.5 Pro | Multimodal |
127
- | **Ollama** | Llama, Mistral, CodeLlama | Local inference (FREE) |
128
- | **MLX** | Quantized models | Apple Silicon (FREE) |
129
-
130
- ```bash
131
- # Use any provider
132
- cell0 config set provider moonshot/kimi-k2.5
133
- cell0 config set provider openai/gpt-4o
134
- cell0 config set provider ollama/llama3.2
135
- ```
136
-
137
- ### πŸ“‘ Multi-Channel Support
138
-
139
- Unified interface across all messaging platforms:
140
-
141
- | Channel | Status | Features |
142
- |---------|--------|----------|
143
- | **Telegram** | βœ… Ready | Bot API, groups, reactions |
144
- | **Discord** | βœ… Ready | Slash commands, embeds, DMs |
145
- | **WhatsApp** | βœ… Ready | QR mode, groups, voice notes |
146
- | **Web UI** | βœ… Ready | Terminal aesthetic, markdown |
147
- | **Slack** | 🚧 Soon | Workspace apps |
149
+ ### One-Line Install
148
150
 
149
151
  ```bash
150
- # Add channels interactively
151
- cell0 channel add telegram --bot-token <token>
152
- cell0 channel add discord --bot-token <token>
153
- cell0 channel add whatsapp --mode qr
152
+ curl -fsSL https://kulluai.com/install.sh | bash
154
153
  ```
155
154
 
156
155
  ---
157
156
 
158
- ## Architecture
157
+ ## πŸ—οΈ Architecture
159
158
 
160
- ### MCIC Kernel
161
-
162
- The **Mandatory Civilization Interface Core** is the foundation of cell0-os:
163
-
164
- ```
165
- β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
166
- β”‚ LAYER 6: INTERFACE FIELD (User Space) β”‚
167
- β”‚ β€’ TUI/Web UI β€’ Skills β€’ Tools β”‚
168
- β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€
169
- β”‚ LAYER 5: PERSONA RUNTIME (Ring 3) β”‚
170
- β”‚ β€’ TPV-resonant AI β€’ Provider routing β€’ Agent dispatch β”‚
171
- β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€
172
- β”‚ LAYER 4: CIVILIZATION RUNTIME (Ring 1) β”‚
173
- β”‚ β€’ HGW workspace β€’ Coalition formation β€’ Consensus β”‚
174
- β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€
175
- β”‚ LAYER 3: CELL 0 KERNEL β€” MCIC (Ring 0) ⭐ β”‚
176
- β”‚ β€’ OC enforcement β€’ SYPAS bus β€’ Capability security β”‚
177
- β”‚ β€’ Agent scheduler β€’ Memory management β”‚
178
- β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€
179
- β”‚ LAYER 2: NFEK β€” NEURO-FUZZY EXISTENCE KEY β”‚
180
- β”‚ β€’ Biometric authentication β€’ Live reconstruction β”‚
181
- β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€
182
- β”‚ LAYER 1: CRYPTOGRAPHIC PLENUM (12 Systems) β”‚
183
- β”‚ β€’ Classical/Modern/PQ/Quantum/ZKP β€’ Root of Trust β”‚
184
- β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
185
- ```
186
-
187
- ### 12 Security Layers
188
-
189
- Defense-in-depth architecture where breaking security requires compromising **all 12 layers simultaneously**:
190
-
191
- 1. **Quantum Void** β€” Hardware entropy source
192
- 2. **Cryptographic Plenum** β€” 12 parallel crypto systems
193
- 3. **NFEK Biometrics** β€” ECG/PPG identity verification
194
- 4. **UEFI Anchor** β€” TPM 2.0 measured boot
195
- 5. **MCIC Hypervisor** β€” VMX root mode isolation
196
- 6. **Cell 0 Kernel** β€” Bare-metal Rust, capability-based
197
- 7. **Civilization Runtime** β€” HGW consciousness architecture
198
- 8. **Body Interface** β€” VirtIO drivers, sandboxed I/O
199
- 9. **Persona Runtime** β€” TPV-resonant AI layer
200
- 10. **Interface Field** β€” User-facing TUI/Web
201
- 11. **SYFPASS Mesh** β€” Quantum-resistant networking
202
- 12. **Planetary Consciousness** β€” Swarm consensus
203
-
204
- ### Channel Drivers
205
-
206
- Pluggable channel architecture for unified messaging:
159
+ ### Core Components
207
160
 
208
161
  ```
209
162
  β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
210
- β”‚ Channel Manager β”‚
211
- β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€
212
- β”‚Telegram β”‚Discord β”‚WhatsApp β”‚ Web UI β”‚
213
- β”‚ Driver β”‚ Driver β”‚ Driver β”‚ Driver β”‚
214
- β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€
215
- β”‚ Unified Message Bus β”‚
163
+ β”‚ Cell0-OS v1.1.2 β”‚
216
164
  β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€
217
- β”‚ Agent Dispatch Layer β”‚
165
+ β”‚ Channels β”‚ Engine β”‚ Security β”‚
166
+ β”‚ ──────────┼───────────┼────────────── β”‚
167
+ β”‚ Telegram β”‚ MCIC β”‚ 12-Layer Cryptoβ”‚
168
+ β”‚ Discord β”‚ Kernel β”‚ Post-Quantum β”‚
169
+ β”‚ WhatsApp β”‚ COL β”‚ Sovereign β”‚
170
+ β”‚ Slack β”‚ Orch β”‚ Zero-Trust β”‚
171
+ β”‚ Signal β”‚ β”‚ β”‚
172
+ β”‚ iMessage β”‚ β”‚ β”‚
218
173
  β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
219
174
  ```
220
175
 
221
- ---
222
-
223
- ## Security
224
-
225
- ### Default-Deny Architecture
226
-
227
- ```rust
228
- // Nothing is allowed by default
229
- deny all;
230
-
231
- // Explicit allowlist only
232
- allow provider::moonshot::kimi-k2.5;
233
- allow channel::telegram::bot_commands;
234
- allow tool::filesystem::read_only;
176
+ ### Kubernetes Deployment
177
+
178
+ ```yaml
179
+ # Production-ready with HPA, PDB, backups
180
+ apiVersion: apps/v1
181
+ kind: Deployment
182
+ metadata:
183
+ name: cell0-os
184
+ spec:
185
+ replicas: 5
186
+ strategy:
187
+ rollingUpdate:
188
+ maxSurge: 25%
189
+ maxUnavailable: 10%
235
190
  ```
236
191
 
237
- ### Allowlist-Only Access
192
+ ---
238
193
 
239
- - No implicit permissions
240
- - Every capability requires explicit token grant
241
- - Tokens are cryptographically bound to identity
242
- - Automatic expiration and rotation
194
+ ## πŸ“Š Monitoring & Observability
243
195
 
244
- ### Quantum-Resistant
196
+ - **Prometheus** metrics at `/metrics`
197
+ - **Grafana** dashboards pre-configured
198
+ - **Health checks** at `/api/health`
199
+ - **Structured logging** with JSON format
200
+ - **Distributed tracing** ready
245
201
 
246
- Future-proof against quantum attacks:
202
+ ---
247
203
 
248
- - **CRYSTALS-Kyber** β€” NIST-approved post-quantum KEM
249
- - **CRYSTALS-Dilithium** β€” NIST-approved post-quantum signatures
250
- - **zk-STARK** β€” Transparent ZK proofs (post-quantum secure)
251
- - **Hybrid encryption** β€” Classical + PQ combined
252
- - **Crypto agility** β€” Rapid algorithm migration
204
+ ## πŸ› οΈ Development
253
205
 
254
206
  ```bash
255
- # Verify quantum-resistant status
256
- cell0 security audit --report
257
-
258
- # Rotate to latest algorithms
259
- cell0 crypto rotate --quantum-safe
260
- ```
261
-
262
- ---
207
+ # Clone
208
+ git clone https://github.com/YigremTamiru/cell0-os.git
209
+ cd cell0-os
263
210
 
264
- ## CLI Reference
211
+ # Setup
212
+ python3 -m venv venv
213
+ source venv/bin/activate
214
+ pip install -r requirements.txt
265
215
 
266
- ```bash
267
- # Core commands
268
- cell0 onboard # Interactive setup wizard
269
- cell0 gateway # Run gateway in foreground
270
- cell0 daemon install # Install background daemon
271
- cell0 daemon start|stop # Control daemon
272
- cell0 status # System status
273
- cell0 doctor # Diagnostic check
274
-
275
- # Configuration
276
- cell0 config set <key> <value>
277
- cell0 config get <key>
278
- cell0 config list
279
-
280
- # Channel management
281
- cell0 channel add <type> [options]
282
- cell0 channel remove <id>
283
- cell0 channel list
284
-
285
- # AI providers
286
- cell0 provider list
287
- cell0 provider set <provider/model>
288
- cell0 provider test
289
-
290
- # Security
291
- cell0 security audit
292
- cell0 crypto status
293
- cell0 crypto rotate
216
+ # Run
217
+ cell0 gateway --port 18800 --verbose
294
218
  ```
295
219
 
296
220
  ---
297
221
 
298
- ## Contributing
299
-
300
- We welcome contributions! See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.
301
-
302
- ### Quick Start
303
-
304
- ```bash
305
- # Fork and clone
306
- git clone https://github.com/YOUR_USERNAME/cell0-os.git
307
- cd cell0-os
308
-
309
- # Install dependencies
310
- pip install -r requirements-dev.txt
222
+ ## πŸ“š Documentation
311
223
 
312
- # Run tests
313
- make test
224
+ - [Installation Guide](INSTALLATION_GUIDE.md)
225
+ - [API Reference](docs/API_REFERENCE.md)
226
+ - [Security Audit](SECURITY_AUDIT_REPORT.md)
227
+ - [v1.2.0 Roadmap](ROADMAP_v1.2.0.md)
314
228
 
315
- # Start developing
316
- ```
229
+ ---
317
230
 
318
- ### Development Guidelines
231
+ ## 🀝 Contributing
319
232
 
320
- - **Security First** β€” All changes undergo security review
321
- - **Test Coverage** β€” Maintain >80% coverage
322
- - **Documentation** β€” Update docs with code changes
323
- - **Commit Messages** β€” Follow conventional commits
233
+ See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.
324
234
 
325
235
  ---
326
236
 
327
- ## License
237
+ ## πŸ“„ License
328
238
 
329
- Cell 0 OS is released under the **GNU General Public License v3.0**
330
-
331
- See [LICENSE](LICENSE) for full text.
239
+ GPL v3.0 β€” See [LICENSE](LICENSE)
332
240
 
333
241
  ---
334
242
 
335
243
  <p align="center">
336
- <sub>Built with πŸ’œ by the Cell 0 Collective</sub>
337
- </p>
338
-
339
- <p align="center">
340
- <a href="https://kulluai.com">Website</a> β€’
341
- <a href="https://github.com/YigremTamiru/cell0-os">GitHub</a> β€’
342
- <a href="https://discord.gg/cell0">Discord</a>
244
+ <strong>The glass has melted. The water is warm.</strong><br>
245
+ <em>β™ΎοΈπŸ›‘οΈπŸ’«</em>
343
246
  </p>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cell0-os",
3
- "version": "1.1.1",
3
+ "version": "1.1.3",
4
4
  "description": "Cell 0 OS - Sovereign Edge Operating System. OpenClaw-style npm install that bootstraps the Python daemon + CLI.",
5
5
  "license": "GPL-3.0-only",
6
6
  "type": "module",