fivocell 2.0.0 โ 3.0.0
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.
- package/README.md +104 -697
- package/dist/behavioral-tracker.d.ts +90 -0
- package/dist/behavioral-tracker.d.ts.map +1 -0
- package/dist/behavioral-tracker.js +185 -0
- package/dist/behavioral-tracker.js.map +1 -0
- package/dist/cli.d.ts +1 -6
- package/dist/cli.d.ts.map +1 -1
- package/dist/cli.js +430 -3862
- package/dist/cli.js.map +1 -1
- package/dist/code-scanner.d.ts +51 -0
- package/dist/code-scanner.d.ts.map +1 -0
- package/dist/code-scanner.js +966 -0
- package/dist/code-scanner.js.map +1 -0
- package/dist/community-intel.d.ts +34 -0
- package/dist/community-intel.d.ts.map +1 -0
- package/dist/community-intel.js +148 -0
- package/dist/community-intel.js.map +1 -0
- package/dist/daemon/lifecycle.d.ts +0 -15
- package/dist/daemon/lifecycle.d.ts.map +1 -1
- package/dist/daemon/lifecycle.js +88 -231
- package/dist/daemon/lifecycle.js.map +1 -1
- package/dist/daemon/server.d.ts.map +1 -1
- package/dist/daemon/server.js +368 -19
- package/dist/daemon/server.js.map +1 -1
- package/dist/developer-intelligence.d.ts +18 -0
- package/dist/developer-intelligence.d.ts.map +1 -0
- package/dist/developer-intelligence.js +180 -0
- package/dist/developer-intelligence.js.map +1 -0
- package/dist/layers.d.ts +92 -0
- package/dist/layers.d.ts.map +1 -0
- package/dist/layers.js +226 -0
- package/dist/layers.js.map +1 -0
- package/dist/mcp-server.d.ts +194 -1842
- package/dist/mcp-server.d.ts.map +1 -1
- package/dist/mcp-server.js +169 -875
- package/dist/mcp-server.js.map +1 -1
- package/dist/pc-scanner.d.ts +46 -0
- package/dist/pc-scanner.d.ts.map +1 -0
- package/dist/pc-scanner.js +488 -0
- package/dist/pc-scanner.js.map +1 -0
- package/dist/predictive-engine.d.ts +19 -0
- package/dist/predictive-engine.d.ts.map +1 -0
- package/dist/predictive-engine.js +107 -0
- package/dist/predictive-engine.js.map +1 -0
- package/dist/style-pull.d.ts +1 -1
- package/dist/style-pull.js +2 -2
- package/dist/team-git.d.ts +47 -0
- package/dist/team-git.d.ts.map +1 -0
- package/dist/team-git.js +305 -0
- package/dist/team-git.js.map +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,697 +1,104 @@
|
|
|
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
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
---
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
## โก One Command. Everything.
|
|
107
|
-
|
|
108
|
-
</div>
|
|
109
|
-
|
|
110
|
-
<div align="center">
|
|
111
|
-
|
|
112
|
-
```bash
|
|
113
|
-
npm i -g fivocell # ๐ฆ Install
|
|
114
|
-
cell start # ๐ Start daemon + watcher + MCP server
|
|
115
|
-
cell connect # ๐ Auto-configure ALL your AI tools
|
|
116
|
-
```
|
|
117
|
-
|
|
118
|
-
</div>
|
|
119
|
-
|
|
120
|
-
<div align="center">
|
|
121
|
-
|
|
122
|
-
```
|
|
123
|
-
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
|
|
124
|
-
โ โ
|
|
125
|
-
โ cell start brings up: โ
|
|
126
|
-
โ โ
|
|
127
|
-
โ โ๏ธ Daemon (port 9876) โ 125+ API endpoints โ
|
|
128
|
-
โ ๐๏ธ File Watcher โ Auto-learns from every edit โ
|
|
129
|
-
โ ๐ MCP Server (port 9877) โ 25 tools, 8 resources โ
|
|
130
|
-
โ โ
|
|
131
|
-
โ One command. Thirty seconds. Done. โ
|
|
132
|
-
โ โ
|
|
133
|
-
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
|
|
134
|
-
```
|
|
135
|
-
|
|
136
|
-
</div>
|
|
137
|
-
|
|
138
|
-
<div align="center">
|
|
139
|
-
|
|
140
|
-
`cell connect` โ Auto-creates config files for every AI tool detected
|
|
141
|
-
|
|
142
|
-
</div>
|
|
143
|
-
|
|
144
|
-
<div align="center">
|
|
145
|
-
|
|
146
|
-
| ๐ ๏ธ Tool | ๐ Config Created | ๐ Method |
|
|
147
|
-
|:-------:|:-----------------:|:---------:|
|
|
148
|
-
| ๐ฑ๏ธ **Cursor** | `.cursor/mcp.json` | Auto-detected |
|
|
149
|
-
| ๐ค **Claude Code** | `.mcp.json` | Project-level |
|
|
150
|
-
| ๐ **Gemini CLI** | `~/.gemini/settings.json` | Global config |
|
|
151
|
-
| โก **Codex CLI** | `~/.codex/config.json` | Global config |
|
|
152
|
-
|
|
153
|
-
๐ก **Zero manual config. Works on Windows, Mac, and Linux identically.**
|
|
154
|
-
|
|
155
|
-
</div>
|
|
156
|
-
|
|
157
|
-
---
|
|
158
|
-
|
|
159
|
-
<div align="center">
|
|
160
|
-
|
|
161
|
-
## ๐งฌ The Three-Layer Brain
|
|
162
|
-
|
|
163
|
-
</div>
|
|
164
|
-
|
|
165
|
-
<div align="center">
|
|
166
|
-
|
|
167
|
-
```
|
|
168
|
-
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
|
|
169
|
-
โ ๐ง CELL INTELLIGENCE LAYERS โ
|
|
170
|
-
โ โโโโโโโโโโโโโโโโโโโโฆโโโโโโโโโโโโโโโโโโโโฆโโโโโโโโโโโโโโโโโโโโโโโโโโโโฃ
|
|
171
|
-
โ โ โ โ
|
|
172
|
-
โ ๐ค PERSONAL โ ๐ฅ TEAM โ ๐ COMMUNITY โ
|
|
173
|
-
โ โโโโโโโโโ โ โโโโโ โ โโโโโโโโโ โ
|
|
174
|
-
โ โ โ โ
|
|
175
|
-
โ "Tum kaise โ "Team kaisi โ "Duniya ke best โ
|
|
176
|
-
โ code karte โ hai โ โ developers kya โ
|
|
177
|
-
โ ho โ exactly" โ collectively" โ karte hain โ โ
|
|
178
|
-
โ โ โ evidence ke saath" โ
|
|
179
|
-
โ โ โ โ
|
|
180
|
-
โ ๐ PRIVATE โ ๐ ANONYMIZED โ ๐ AGGREGATED โ
|
|
181
|
-
โ Sirf tumhara โ SHA-256 hashed โ No code. No names. โ
|
|
182
|
-
โ โ โ โ
|
|
183
|
-
โโโโโโโโโโโโโโโโโโโโโฉโโโโโโโโโโโโโโโโโโโโฉโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
|
|
184
|
-
```
|
|
185
|
-
|
|
186
|
-
</div>
|
|
187
|
-
|
|
188
|
-
<div align="center">
|
|
189
|
-
|
|
190
|
-
### ๐ค PERSONAL LAYER
|
|
191
|
-
|
|
192
|
-
*"Cell knows you better than you know yourself"*
|
|
193
|
-
|
|
194
|
-
</div>
|
|
195
|
-
|
|
196
|
-
| ๐งฉ Engine | ๐ What It Learns |
|
|
197
|
-
|:----------|:------------------|
|
|
198
|
-
| ๐ **Syntax** | Arrow vs named? Async/await? Semicolons? Quotes? Destructuring? |
|
|
199
|
-
| ๐ท๏ธ **Naming** | camelCase? Boolean prefixes? Abbreviations? Generic name avoidance? |
|
|
200
|
-
| ๐ **Structure** | File size? Function length? Nesting depth? Early returns? Guard clauses? |
|
|
201
|
-
| ๐๏ธ **Architecture** | Frontend/backend patterns? Folder style? Config placement? |
|
|
202
|
-
| ๐๏ธ **Blind Spots** | **31 rules** โ Error handling missed? Tests skipped? Security gaps? N+1 queries? |
|
|
203
|
-
| โก **Productivity** | Speed patterns? Decision history? Revert frequency? Over/under engineering? |
|
|
204
|
-
| ๐ง **Knowledge Graph** | Tech proficiency? Project DNA? Session context? Context chain? |
|
|
205
|
-
| ๐ฌ **Proof Engine** | Evidence for every claim โ memory, prediction, impact, DNA, identity |
|
|
206
|
-
|
|
207
|
-
<div align="center">
|
|
208
|
-
|
|
209
|
-
> ๐ก *"Tumhara #1 issue: async error handling 73% cases mein missing hai. Ye tumhara sabse bada bug source hai last 3 months mein."*
|
|
210
|
-
|
|
211
|
-
</div>
|
|
212
|
-
|
|
213
|
-
<div align="center">
|
|
214
|
-
|
|
215
|
-
### ๐ฅ TEAM LAYER
|
|
216
|
-
|
|
217
|
-
*"Collective intelligence no wiki can capture"*
|
|
218
|
-
|
|
219
|
-
</div>
|
|
220
|
-
|
|
221
|
-
| ๐งฉ Feature | ๐ What It Provides |
|
|
222
|
-
|:----------|:-------------------|
|
|
223
|
-
| ๐ **Shared Patterns** | Team-approved patterns + rationale |
|
|
224
|
-
| ๐บ๏ธ **Knowledge Map** | Kaun kya jaanta hai โ expertise distribution |
|
|
225
|
-
| ๐ **Bus Factor** | "Is module ko sirf Rahul jaanta hai โ risk alert!" |
|
|
226
|
-
| ๐ฅ **Team DNA** | Quality bar, risk profile, testing culture, refactoring appetite |
|
|
227
|
-
| ๐ **Workflows** | PR bottlenecks, deploy patterns, common failures |
|
|
228
|
-
| ๐๏ธ **Collective Blind Spots** | Patterns team consistently misses across sprints |
|
|
229
|
-
|
|
230
|
-
<div align="center">
|
|
231
|
-
|
|
232
|
-
> ๐ **Privacy guarantee:** Team filenames use SHA-256 hashes, not usernames. File system browsers can't identify individual developers.
|
|
233
|
-
|
|
234
|
-
</div>
|
|
235
|
-
|
|
236
|
-
<div align="center">
|
|
237
|
-
|
|
238
|
-
### ๐ COMMUNITY LAYER
|
|
239
|
-
|
|
240
|
-
*"Evidence, not opinions"*
|
|
241
|
-
|
|
242
|
-
</div>
|
|
243
|
-
|
|
244
|
-
| ๐งฉ Feature | ๐ What It Aggregates |
|
|
245
|
-
|:----------|:---------------------|
|
|
246
|
-
| ๐ **Pattern Success** | "Next.js + Prisma + Zod โ 89% success across 48K projects" |
|
|
247
|
-
| ๐ **Failure Library** | Most common bugs, security vulnerabilities, performance bottlenecks |
|
|
248
|
-
| ๐ฎ **Tech Evolution** | Adoption curves, migration patterns, abandonment signals |
|
|
249
|
-
| ๐ **Benchmarks** | Feature delivery by team size, bug rate by testing culture |
|
|
250
|
-
|
|
251
|
-
<div align="center">
|
|
252
|
-
|
|
253
|
-
> ๐ก๏ธ **46 fields blocked.** Only abstract, anonymized statistics. Zero code. Zero identities.
|
|
254
|
-
|
|
255
|
-
</div>
|
|
256
|
-
|
|
257
|
-
---
|
|
258
|
-
|
|
259
|
-
<div align="center">
|
|
260
|
-
|
|
261
|
-
## ๐ Why Developers Choose Cell
|
|
262
|
-
|
|
263
|
-
</div>
|
|
264
|
-
|
|
265
|
-
<div align="center">
|
|
266
|
-
|
|
267
|
-
| ๐ฏ Feature | ๐ง Cell | ๐ค Copilot | ๐ฑ๏ธ Cursor Rules | โก Codex | ๐ Windsurf |
|
|
268
|
-
|:----------|:-------:|:----------:|:---------------:|:--------:|:-----------:|
|
|
269
|
-
| **Works across tools** | โ
All | โ GitHub only | โ Cursor only | โ OpenAI only | โ Windsurf only |
|
|
270
|
-
| **Learns from behavior** | โ
Edits, rejects | โ Prompt-only | โ ๏ธ Manual rules | โ Prompt-only | โ ๏ธ Basic |
|
|
271
|
-
| **๐๏ธ Blind spot detection** | โ
31 rules | โ | โ | โ | โ |
|
|
272
|
-
| **๐ฅ Team intelligence** | โ
Bus factor, silos | โ | โ | โ | โ |
|
|
273
|
-
| **๐ Community data** | โ
Evidence-backed | โ | โ | โ | โ |
|
|
274
|
-
| **๐ Local-first** | โ
Zero cloud deps | โ Cloud required | โ
Local only | โ Cloud required | โ ๏ธ Hybrid |
|
|
275
|
-
| **๐ Open source** | โ
Apache 2.0 | โ Proprietary | โ Proprietary | โ Proprietary | โ Proprietary |
|
|
276
|
-
| **๐ก๏ธ Privacy** | โ
46 fields blocked | โ ๏ธ Code to cloud | โ
Local | โ ๏ธ Code to cloud | โ ๏ธ Code to cloud |
|
|
277
|
-
| **๐ MCP support** | โ
25 tools | โ | โ ๏ธ Limited | โ ๏ธ Limited | โ |
|
|
278
|
-
| **๐ฐ Free forever** | โ
Yes | โ $10+/mo | โ
Free tier | โ Pay-per-use | โ $15+/mo |
|
|
279
|
-
|
|
280
|
-
</div>
|
|
281
|
-
|
|
282
|
-
<div align="center">
|
|
283
|
-
|
|
284
|
-
> ๐ฏ **Bottom line:** Every other tool is locked to one editor, sends code to the cloud, or costs money. Cell works everywhere, keeps everything local, and is permanently free.
|
|
285
|
-
|
|
286
|
-
</div>
|
|
287
|
-
|
|
288
|
-
---
|
|
289
|
-
|
|
290
|
-
<div align="center">
|
|
291
|
-
|
|
292
|
-
## ๐ MCP Server โ 25 Tools, 8 Resources
|
|
293
|
-
|
|
294
|
-
</div>
|
|
295
|
-
|
|
296
|
-
<div align="center">
|
|
297
|
-
|
|
298
|
-
```
|
|
299
|
-
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
|
|
300
|
-
โ ๐ CELL MCP SERVER โ
|
|
301
|
-
โ localhost:9877/mcp โ
|
|
302
|
-
โ โ
|
|
303
|
-
โ โโโโโโโโโโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโโโโโโโโโโ โ
|
|
304
|
-
โ โ ๐ค Personal (6) โ โ ๐ Community (6) โ โ
|
|
305
|
-
โ โ โ โ โ โ
|
|
306
|
-
โ โ ๐ฏ get_taste_context โ โ ๐ community_stats โ โ
|
|
307
|
-
โ โ ๐ค send_signal โ โ ๐ community_rankings โ โ
|
|
308
|
-
โ โ ๐ get_profile โ โ ๐ community_trends โ โ
|
|
309
|
-
โ โ ๐ฎ predict_next โ โ ๐ก community_insights โ โ
|
|
310
|
-
โ โ ๐๏ธ check_build โ โ ๐ community_playbooks โ โ
|
|
311
|
-
โ โ ๐ฏ get_recommend... โ โ โญ community_reputation โ โ
|
|
312
|
-
โ โโโโโโโโโโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโโโโโโโโโโ โ
|
|
313
|
-
โ โ
|
|
314
|
-
โ โโโโโโโโโโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโโโโโโโโโโ โ
|
|
315
|
-
โ โ ๐ข Org Intel (6) โ โ ๐ Cross-Layer (5) โ โ
|
|
316
|
-
โ โ โ โ โ โ
|
|
317
|
-
โ โ ๐ org_benchmarks โ โ ๐งฎ intelligence_score โ โ
|
|
318
|
-
โ โ ๐ org_silos โ โ โ ๏ธ analyze_risks โ โ
|
|
319
|
-
โ โ ๐ org_bus_factor โ โ ๐ฏ find_opportunities โ โ
|
|
320
|
-
โ โ โ ๏ธ org_risks โ โ ๐ generate_decisions โ โ
|
|
321
|
-
โ โ ๐ก org_insights โ โ ๐ intelligence_report โ โ
|
|
322
|
-
โ โ ๐ org_playbooks โ โ โ โ
|
|
323
|
-
โ โโโโโโโโโโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโโโโโโโโโโ โ
|
|
324
|
-
โ โ
|
|
325
|
-
โ ๐ฆ Resources: 8 URIs โ taste, community, team โ
|
|
326
|
-
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
|
|
327
|
-
```
|
|
328
|
-
|
|
329
|
-
</div>
|
|
330
|
-
|
|
331
|
-
---
|
|
332
|
-
|
|
333
|
-
<div align="center">
|
|
334
|
-
|
|
335
|
-
## ๐ก๏ธ Security & Privacy โ The Deep Dive
|
|
336
|
-
|
|
337
|
-
</div>
|
|
338
|
-
|
|
339
|
-
<div align="center">
|
|
340
|
-
|
|
341
|
-
```
|
|
342
|
-
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
|
|
343
|
-
โ โ
|
|
344
|
-
โ ๐ Your code is yours. Period. โ
|
|
345
|
-
โ โ
|
|
346
|
-
โ No account. No cloud dependency. No telemetry. โ
|
|
347
|
-
โ No analytics. No tracking. No phone-home. โ
|
|
348
|
-
โ โ
|
|
349
|
-
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
|
|
350
|
-
```
|
|
351
|
-
|
|
352
|
-
</div>
|
|
353
|
-
|
|
354
|
-
<div align="center">
|
|
355
|
-
|
|
356
|
-
### ๐ซ 46 Fields BLOCKED From Leaving Your Machine
|
|
357
|
-
|
|
358
|
-
</div>
|
|
359
|
-
|
|
360
|
-
<div align="center">
|
|
361
|
-
|
|
362
|
-
```
|
|
363
|
-
โ source_code โ file_path โ file_content โ file_name
|
|
364
|
-
โ prompt โ response โ ai_response โ repo_name
|
|
365
|
-
โ company_name โ project_name โ customer_name โ username
|
|
366
|
-
โ secret โ api_key โ password โ token
|
|
367
|
-
โ auth_token โ private_key โ pii โ email
|
|
368
|
-
โ phone โ address โ ssn โ environment_vars
|
|
369
|
-
โ stack_trace โ variable_name โ function_name โ api_name
|
|
370
|
-
โ endpoint_name โ class_name โ interface_name โ type_name
|
|
371
|
-
โ business_logic โ domain_terms โ comment_text โ error_message
|
|
372
|
-
โ log_message โ db_schema โ display_name โ handle
|
|
373
|
-
```
|
|
374
|
-
|
|
375
|
-
</div>
|
|
376
|
-
|
|
377
|
-
<div align="center">
|
|
378
|
-
|
|
379
|
-
### ๐ Team Layer โ Anonymized by Default
|
|
380
|
-
|
|
381
|
-
</div>
|
|
382
|
-
|
|
383
|
-
<div align="center">
|
|
384
|
-
|
|
385
|
-
```
|
|
386
|
-
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
|
|
387
|
-
โ โ
|
|
388
|
-
โ BEFORE: team/alice.json ๐ Aah, Alice ka data! โ
|
|
389
|
-
โ AFTER: team/a7f3b9c1.json ๐คท Kaun hai ye? Koi nahi. โ
|
|
390
|
-
โ โ
|
|
391
|
-
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
|
|
392
|
-
```
|
|
393
|
-
|
|
394
|
-
</div>
|
|
395
|
-
|
|
396
|
-
<div align="center">
|
|
397
|
-
|
|
398
|
-
> ๐ Team member filenames use **SHA-256 hashing** with a fixed salt. Same user โ same hash (deterministic). But impossible to reverse into a username.
|
|
399
|
-
|
|
400
|
-
</div>
|
|
401
|
-
|
|
402
|
-
<div align="center">
|
|
403
|
-
|
|
404
|
-
### ๐ Community Layer โ Only Abstract, Aggregated Stats
|
|
405
|
-
|
|
406
|
-
</div>
|
|
407
|
-
|
|
408
|
-
<div align="center">
|
|
409
|
-
|
|
410
|
-
```
|
|
411
|
-
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
|
|
412
|
-
โ โ
ALLOWED: โ
|
|
413
|
-
โ โ
|
|
414
|
-
โ "TypeScript + tests developers produce 37% fewer bugs" โ
|
|
415
|
-
โ "68% of developers miss async error handling" โ
|
|
416
|
-
โ "Server Components adoption: 34% โ 71% in one year" โ
|
|
417
|
-
โ โ
|
|
418
|
-
โ โ NEVER: โ
|
|
419
|
-
โ โ
|
|
420
|
-
โ "Vinayak's payment-service has an auth bug on line 47" โ
|
|
421
|
-
โ "acme-corp/backend uses this exact folder structure" โ
|
|
422
|
-
โ โ
|
|
423
|
-
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
|
|
424
|
-
```
|
|
425
|
-
|
|
426
|
-
</div>
|
|
427
|
-
|
|
428
|
-
<div align="center">
|
|
429
|
-
|
|
430
|
-
### ๐๏ธ Three Privacy Modes
|
|
431
|
-
|
|
432
|
-
</div>
|
|
433
|
-
|
|
434
|
-
<div align="center">
|
|
435
|
-
|
|
436
|
-
| ๐ Mode | ๐ค What's Shared |
|
|
437
|
-
|:-------:|:-----------------|
|
|
438
|
-
| ๐ `private` | **Nothing.** Fully offline. |
|
|
439
|
-
| ๐ `community` | Anonymized pattern stats only (default) |
|
|
440
|
-
| ๐ข `organization` | Within your company's org boundary |
|
|
441
|
-
|
|
442
|
-
</div>
|
|
443
|
-
|
|
444
|
-
```bash
|
|
445
|
-
cell privacy # Check current mode
|
|
446
|
-
cell cloud off # ๐ Full privacy
|
|
447
|
-
cell cloud on # ๐ Community (default)
|
|
448
|
-
```
|
|
449
|
-
|
|
450
|
-
<div align="center">
|
|
451
|
-
|
|
452
|
-
> ๐จ **Clean uninstall:** `npm uninstall -g fivocell` + `rm -rf ~/.fivo/cell/`. Gone. No traces. No leftovers.
|
|
453
|
-
|
|
454
|
-
</div>
|
|
455
|
-
|
|
456
|
-
---
|
|
457
|
-
|
|
458
|
-
<div align="center">
|
|
459
|
-
|
|
460
|
-
## ๐๏ธ Architecture
|
|
461
|
-
|
|
462
|
-
</div>
|
|
463
|
-
|
|
464
|
-
<div align="center">
|
|
465
|
-
|
|
466
|
-
```
|
|
467
|
-
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
|
|
468
|
-
โ ๐๏ธ CELL ARCHITECTURE โ
|
|
469
|
-
โ โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฃ
|
|
470
|
-
โ โ
|
|
471
|
-
โ ๐ CLI ๐ MCP โ
|
|
472
|
-
โ 42 commands + shortcuts โโโโโโบ 25 tools + 8 URIs โ
|
|
473
|
-
โ โ โ โ
|
|
474
|
-
โ โโโโโโโโโโโโโโโโโโโฌโโโโโโโโโโโโโโโโโโ โ
|
|
475
|
-
โ โ โ
|
|
476
|
-
โ โโโโโโโโโโโโผโโโโโโโโโโโ โ
|
|
477
|
-
โ โ โ๏ธ DAEMON โ โ
|
|
478
|
-
โ โ localhost:9876 โ โ
|
|
479
|
-
โ โ 125+ endpoints โ โ
|
|
480
|
-
โ โโโโโโโโโโโโฌโโโโโโโโโโโ โ
|
|
481
|
-
โ โ โ
|
|
482
|
-
โ โโโโโโโโโโโโโโโโโโโผโโโโโโโโโโโโโโโโโโ โ
|
|
483
|
-
โ โ โ โ โ
|
|
484
|
-
โ โโโโโผโโโโ โโโโโผโโโโ โโโโโผโโโโ โ
|
|
485
|
-
โ โ ๐ค You โ โ ๐ฅ We โ โ ๐ All โ โ
|
|
486
|
-
โ โ 11 eng โ โโโโบ โ 3 eng โ โโโโบ โ 4 eng โ โ
|
|
487
|
-
โ โโโโโโโโโ โโโโโโโโโ โโโโโโโโโ โ
|
|
488
|
-
โ โ
|
|
489
|
-
โ โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ โ
|
|
490
|
-
โ ๐พ Storage: ~/.fivo/cell/ (all JSON, no database needed) โ
|
|
491
|
-
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
|
|
492
|
-
```
|
|
493
|
-
|
|
494
|
-
</div>
|
|
495
|
-
|
|
496
|
-
---
|
|
497
|
-
|
|
498
|
-
<div align="center">
|
|
499
|
-
|
|
500
|
-
## ๐ค Contributing
|
|
501
|
-
|
|
502
|
-
</div>
|
|
503
|
-
|
|
504
|
-
<div align="center">
|
|
505
|
-
|
|
506
|
-
```
|
|
507
|
-
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
|
|
508
|
-
โ We โค๏ธ contributors. Here's how to jump in. โ
|
|
509
|
-
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
|
|
510
|
-
```
|
|
511
|
-
|
|
512
|
-
</div>
|
|
513
|
-
|
|
514
|
-
<div align="center">
|
|
515
|
-
|
|
516
|
-
### ๐ First Time Setup
|
|
517
|
-
|
|
518
|
-
</div>
|
|
519
|
-
|
|
520
|
-
```bash
|
|
521
|
-
git clone https://github.com/thevinsoni/cell.git
|
|
522
|
-
cd cell
|
|
523
|
-
npm install
|
|
524
|
-
npm run build # TypeScript โ dist/
|
|
525
|
-
npm test # Verify all 772 assertions pass
|
|
526
|
-
```
|
|
527
|
-
|
|
528
|
-
<div align="center">
|
|
529
|
-
|
|
530
|
-
### ๐ Project Map
|
|
531
|
-
|
|
532
|
-
</div>
|
|
533
|
-
|
|
534
|
-
```
|
|
535
|
-
src/
|
|
536
|
-
โโโ ๐ cli.ts # CLI (42 commands + shortcuts)
|
|
537
|
-
โโโ ๐ mcp-server.ts # MCP JSON-RPC server (25 tools)
|
|
538
|
-
โโโ ๐ง core/ # All 19 intelligence engines
|
|
539
|
-
โ โโโ syntax-engine.ts # 13 syntax analyzers
|
|
540
|
-
โ โโโ naming-engine.ts # Variable/function/boolean naming
|
|
541
|
-
โ โโโ structure-engine.ts # File size, nesting, guards
|
|
542
|
-
โ โโโ architecture-engine.ts # Frontend/backend patterns
|
|
543
|
-
โ โโโ ๐๏ธ blind-spot-engine.ts # 31 blind spot rules
|
|
544
|
-
โ โโโ โก productivity-engine.ts # Speed, decisions, reverts
|
|
545
|
-
โ โโโ ๐งฌ knowledge-graph-engine.ts # Tech map, session context
|
|
546
|
-
โ โโโ ๐ฆ cell-store.ts # .cell/ directory manager
|
|
547
|
-
โ โโโ ๐ฌ proof-engine.ts # Evidence-based claims
|
|
548
|
-
โ โโโ ๐ฅ team-engine.ts # Team patterns + knowledge map
|
|
549
|
-
โ โโโ ๐ฅ team-advanced-engine.ts # Sprint tracking, blind spots
|
|
550
|
-
โ โโโ ๐ฅ team-composer.ts # Weighted taste aggregation
|
|
551
|
-
โ โโโ ๐ community-engine.ts # Pattern success + benchmarks
|
|
552
|
-
โ โโโ ๐ community-advanced.ts # Stack decisions
|
|
553
|
-
โ โโโ ๐ community-prior.ts # Synthetic โ live transition
|
|
554
|
-
โ โโโ ๐ community-live.ts # Real signal ingestion
|
|
555
|
-
โ โโโ ๐ก๏ธ privacy-manager.ts # 46 forbidden fields
|
|
556
|
-
โ โโโ ๐งช __tests__/ # 772 hostile assertions
|
|
557
|
-
โโโ โ๏ธ daemon/ # Daemon server
|
|
558
|
-
โ โโโ server.ts # 125+ route Express server
|
|
559
|
-
โ โโโ lifecycle.ts # Start/stop/restart
|
|
560
|
-
โ โโโ websocket.ts # Real-time streaming
|
|
561
|
-
|
|
562
|
-
๐ฆ extensions/
|
|
563
|
-
โโโ ๐ฅ๏ธ vscode/ # VSCode extension (.vsix)
|
|
564
|
-
โโโ ๐ฅ๏ธ jetbrains/ # JetBrains plugin config
|
|
565
|
-
โโโ โจ๏ธ shell/ # Shell + Copilot sync scripts
|
|
566
|
-
```
|
|
567
|
-
|
|
568
|
-
<div align="center">
|
|
569
|
-
|
|
570
|
-
### ๐ฏ What to Build
|
|
571
|
-
|
|
572
|
-
</div>
|
|
573
|
-
|
|
574
|
-
| ๐ท๏ธ Type | ๐ก Examples |
|
|
575
|
-
|:--------|:------------|
|
|
576
|
-
| ๐๏ธ **New blind spot rule** | Add `detectMissing()` to `blind-spot-engine.ts` |
|
|
577
|
-
| ๐ง **New engine** | Create `src/core/your-engine.ts` with `CellStore` |
|
|
578
|
-
| ๐ **CLI command** | Add to `cli.ts` following existing patterns |
|
|
579
|
-
| ๐ **MCP tool** | Add to `mcp-server.ts` TOOLS + `handleToolCall()` |
|
|
580
|
-
| ๐งช **Tests** | Add hostile assertions proving edge cases |
|
|
581
|
-
| ๐ **Docs** | Improve README, FOUNDATION.md, MCP-SETUP.md |
|
|
582
|
-
|
|
583
|
-
<div align="center">
|
|
584
|
-
|
|
585
|
-
### ๐ Guidelines
|
|
586
|
-
|
|
587
|
-
</div>
|
|
588
|
-
|
|
589
|
-
1. ๐ซ **Zero AI/ML dependencies.** Evidence-based math only.
|
|
590
|
-
2. ๐ **Local-first.** Every feature must work fully offline.
|
|
591
|
-
3. ๐ก๏ธ **Privacy-first.** Check `privacy-manager.ts` before sharing data.
|
|
592
|
-
4. ๐พ **Memory-only file content.** Abstract patterns only โ never raw code.
|
|
593
|
-
5. ๐ **Cross-platform.** Node.js only. Works on Windows, Mac, Linux.
|
|
594
|
-
6. ๐งช **Tests required.** Every engine needs hostile assertions.
|
|
595
|
-
|
|
596
|
-
<div align="center">
|
|
597
|
-
|
|
598
|
-
### ๐ PR Process
|
|
599
|
-
|
|
600
|
-
</div>
|
|
601
|
-
|
|
602
|
-
```
|
|
603
|
-
1๏ธโฃ Fork โ Branch โ Implement โ Add tests
|
|
604
|
-
2๏ธโฃ npm test โ 772 assertions must pass
|
|
605
|
-
3๏ธโฃ npx tsc --noEmit โ Zero TypeScript errors
|
|
606
|
-
4๏ธโฃ Open PR โ main โ Describe what + why
|
|
607
|
-
5๏ธโฃ โ
All checks green โ Merged! ๐
|
|
608
|
-
```
|
|
609
|
-
|
|
610
|
-
---
|
|
611
|
-
|
|
612
|
-
<div align="center">
|
|
613
|
-
|
|
614
|
-
## ๐งช Tests
|
|
615
|
-
|
|
616
|
-
</div>
|
|
617
|
-
|
|
618
|
-
```bash
|
|
619
|
-
npm test # All 772 assertions
|
|
620
|
-
|
|
621
|
-
# Specific test:
|
|
622
|
-
npx vitest run src/core/__tests__/team-composer.test.ts
|
|
623
|
-
```
|
|
624
|
-
|
|
625
|
-
<div align="center">
|
|
626
|
-
|
|
627
|
-
```
|
|
628
|
-
โ
772/772 hostile assertions passing
|
|
629
|
-
โ
Zero TypeScript errors
|
|
630
|
-
โ
Cross-platform verified
|
|
631
|
-
```
|
|
632
|
-
|
|
633
|
-
</div>
|
|
634
|
-
|
|
635
|
-
---
|
|
636
|
-
|
|
637
|
-
<div align="center">
|
|
638
|
-
|
|
639
|
-
## โญ Why Trust Cell
|
|
640
|
-
|
|
641
|
-
</div>
|
|
642
|
-
|
|
643
|
-
<div align="center">
|
|
644
|
-
|
|
645
|
-
```
|
|
646
|
-
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
|
|
647
|
-
โ โ
|
|
648
|
-
โ ๐ Apache 2.0 โ Every line is public. Audit it. โ
|
|
649
|
-
โ ๐ Local-First โ Zero cloud dependency. โ
|
|
650
|
-
โ ๐ฐ Free Forever โ No pricing page. No billing code. โ
|
|
651
|
-
โ ๐ก๏ธ 46 Blocked โ Code literally cannot leave. โ
|
|
652
|
-
โ ๐ Zero Telemetry โ No usage tracking. No analytics. โ
|
|
653
|
-
โ ๐งช 772 Assertions โ Edge cases proven to work. โ
|
|
654
|
-
โ ๐จ Clean Uninstall โ One command. No traces. โ
|
|
655
|
-
โ โ
|
|
656
|
-
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
|
|
657
|
-
```
|
|
658
|
-
|
|
659
|
-
</div>
|
|
660
|
-
|
|
661
|
-
---
|
|
662
|
-
|
|
663
|
-
<div align="center">
|
|
664
|
-
|
|
665
|
-
## ๐ Links
|
|
666
|
-
|
|
667
|
-
</div>
|
|
668
|
-
|
|
669
|
-
<div align="center">
|
|
670
|
-
|
|
671
|
-
| ๐ | Resource |
|
|
672
|
-
|:---:|:---------|
|
|
673
|
-
| ๐ | [cell.fivo.live](https://cell.fivo.live) |
|
|
674
|
-
| ๐ฆ | `npm i -g fivocell` |
|
|
675
|
-
| ๐ป | [github.com/thevinsoni/cell](https://github.com/thevinsoni/cell) |
|
|
676
|
-
| ๐ | [MCP Setup Guide](docs/MCP-SETUP.md) |
|
|
677
|
-
|
|
678
|
-
</div>
|
|
679
|
-
|
|
680
|
-
---
|
|
681
|
-
|
|
682
|
-
<div align="center">
|
|
683
|
-
|
|
684
|
-
```
|
|
685
|
-
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
|
|
686
|
-
โ โ
|
|
687
|
-
โ ๐งฌ Your taste. Every tool. Forever free. โ
|
|
688
|
-
โ โ
|
|
689
|
-
โ Cell is the last time you explain yourself โ
|
|
690
|
-
โ to a machine. โ
|
|
691
|
-
โ โ
|
|
692
|
-
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
|
|
693
|
-
```
|
|
694
|
-
|
|
695
|
-
**Made with โค๏ธ by developers, for developers. [Contribute โ](#-contributing)**
|
|
696
|
-
|
|
697
|
-
</div>
|
|
1
|
+
# ๐ง FIVO Cell v3.0
|
|
2
|
+
|
|
3
|
+
**Personal Developer Intelligence Layer. You write code. Cell learns.**
|
|
4
|
+
|
|
5
|
+
[](LICENSE)
|
|
6
|
+
[](https://www.npmjs.com/package/fivocell)
|
|
7
|
+
[]()
|
|
8
|
+
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
## What Cell Does
|
|
12
|
+
|
|
13
|
+
```
|
|
14
|
+
$ cell scan
|
|
15
|
+
$ cell status
|
|
16
|
+
|
|
17
|
+
๐ฎ Predictions:
|
|
18
|
+
โ "15 async functions missing try/catch โ 2x repeated"
|
|
19
|
+
|
|
20
|
+
๐ง Git Intelligence:
|
|
21
|
+
Best hours: 10:00-11:00 | Most productive: Monday
|
|
22
|
+
Mastered: TypeScript | Learning: JavaScript
|
|
23
|
+
|
|
24
|
+
๐ Personal:
|
|
25
|
+
! 15 async functions missing try/catch
|
|
26
|
+
! 15 empty catch blocks โ errors silently swallowed
|
|
27
|
+
! 127 console.log statements โ use structured logger
|
|
28
|
+
! 34 'any' type usages โ use specific types
|
|
29
|
+
|
|
30
|
+
๐ฅ Team: Git-based sharing. No servers. No ports.
|
|
31
|
+
๐ Community: Anonymous patterns + benchmarks.
|
|
32
|
+
```
|
|
33
|
+
|
|
34
|
+
## Install
|
|
35
|
+
|
|
36
|
+
```bash
|
|
37
|
+
npm i -g fivocell
|
|
38
|
+
cell start
|
|
39
|
+
cell scan
|
|
40
|
+
cell status
|
|
41
|
+
```
|
|
42
|
+
|
|
43
|
+
## 7 Commands
|
|
44
|
+
|
|
45
|
+
| Command | Does |
|
|
46
|
+
|---------|------|
|
|
47
|
+
| `cell start` | Start daemon + MCP (port 9876) |
|
|
48
|
+
| `cell stop` | Stop daemon cleanly |
|
|
49
|
+
| `cell scan` | Deep scan codebase โ AST + Git intelligence |
|
|
50
|
+
| `cell status` | Full dashboard: personal, predictions, team, community |
|
|
51
|
+
| `cell team` | Git-based team sharing & knowledge map |
|
|
52
|
+
| `cell community` | Anonymous patterns, benchmarks, trends |
|
|
53
|
+
| `cell help` | Show commands |
|
|
54
|
+
|
|
55
|
+
## Cell Knows
|
|
56
|
+
|
|
57
|
+
- **Code Style**: quotes, semicolons, naming, indentation, function style, async patterns
|
|
58
|
+
- **Blind Spots**: exact counts โ "15 async without try/catch", "15 empty catch blocks"
|
|
59
|
+
- **Git Intelligence**: best work hours, most productive day, skill levels, bug history
|
|
60
|
+
- **Predictions**: repeat mistakes, decision regret, complexity traps, energy warnings
|
|
61
|
+
- **Team**: knowledge map, bus factor, shared patterns via git
|
|
62
|
+
- **Community**: anonymous pattern sharing, aggregate benchmarks
|
|
63
|
+
- **$> cell status** shows everything
|
|
64
|
+
|
|
65
|
+
## MCP Server
|
|
66
|
+
|
|
67
|
+
Cell runs an MCP server on `localhost:9876/mcp` with 15 tools:
|
|
68
|
+
|
|
69
|
+
```
|
|
70
|
+
cell_get_dev_profile cell_get_code_patterns cell_deep_scan
|
|
71
|
+
cell_scan_report cell_send_signal cell_get_context
|
|
72
|
+
cell_scan_full_pc cell_behavior_summary cell_log_error
|
|
73
|
+
cell_log_fix cell_log_decision cell_log_context
|
|
74
|
+
cell_log_stuck cell_session_bridge cell_predict
|
|
75
|
+
```
|
|
76
|
+
|
|
77
|
+
Connect from Cursor, Claude Code, Windsurf or any MCP-compatible tool.
|
|
78
|
+
|
|
79
|
+
## Architecture
|
|
80
|
+
|
|
81
|
+
```
|
|
82
|
+
.cell/
|
|
83
|
+
โโโ personal/ โ profile, style, errors, decisions
|
|
84
|
+
โโโ team/ โ members, shared patterns, blind spots, knowledge map
|
|
85
|
+
โโโ community/ โ aggregate patterns, benchmarks, shares
|
|
86
|
+
โโโ cell.db โ SQLite database (all persistent data)
|
|
87
|
+
|
|
88
|
+
.cell/team/ in git repo โ push/pull for team sharing
|
|
89
|
+
```
|
|
90
|
+
|
|
91
|
+
## Privacy
|
|
92
|
+
|
|
93
|
+
- **100% local** โ code never leaves your machine
|
|
94
|
+
- **Apache 2.0** โ free forever
|
|
95
|
+
- Community sharing sends only **abstract pattern types** (zero code, zero filenames)
|
|
96
|
+
- Maximum 300 bytes per community payload
|
|
97
|
+
|
|
98
|
+
## License
|
|
99
|
+
|
|
100
|
+
Apache 2.0 โ Free forever. No restrictions for individual use.
|
|
101
|
+
|
|
102
|
+
---
|
|
103
|
+
|
|
104
|
+
**Cell watches your coding. Learns your habits. Finds your blind spots. Remembers what works.**
|