@muxtsou/memory-cell 0.1.4 β 0.1.6
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 +248 -15
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -1,28 +1,261 @@
|
|
|
1
|
-
#
|
|
1
|
+
# π§ Memory Cell
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
<p align="center">
|
|
4
|
+
<strong>Reinvent Cognition.</strong><br>
|
|
5
|
+
<em>To give autonomous agents mind, alignment, and continuity.</em>
|
|
6
|
+
</p>
|
|
4
7
|
|
|
5
|
-
|
|
8
|
+
<p align="center">
|
|
9
|
+
<a href="https://www.npmjs.com/package/@muxtsou/memory-cell"><img src="https://img.shields.io/npm/v/@muxtsou/memory-cell?color=blue&style=flat-square" alt="npm version" /></a>
|
|
10
|
+
<a href="https://www.npmjs.com/package/@muxtsou/memory-cell"><img src="https://img.shields.io/npm/dm/@muxtsou/memory-cell?style=flat-square" alt="npm downloads" /></a>
|
|
11
|
+
<img src="https://img.shields.io/badge/Platforms-macOS%20%7C%20Linux%20%7C%20Windows-brightgreen?style=flat-square" alt="Platforms" />
|
|
12
|
+
<img src="https://img.shields.io/badge/Interface-CLI%20%2B%20MCP-orange?style=flat-square" alt="Interface: CLI + MCP" />
|
|
13
|
+
<img src="https://img.shields.io/badge/License-Apache--2.0-blue?style=flat-square" alt="License" />
|
|
14
|
+
</p>
|
|
15
|
+
|
|
16
|
+
> **Mission**: We build the cognitive operating system for governed collective intelligence. By fusing stateful memory, code topological intelligence, and autonomous execution into a unified architecture, we enable developers and networked agents to collectively reason, self-align, and act indefinitely.
|
|
17
|
+
|
|
18
|
+
---
|
|
19
|
+
|
|
20
|
+
## π€― Problems & Dilemmas of Agents
|
|
21
|
+
|
|
22
|
+
To make autonomous agents truly capable, they need **mind, alignment, and continuity**. Yet in reality, teams scaling agents hit 3 fatal bottlenecks every single day:
|
|
23
|
+
|
|
24
|
+
1. πΈ **"Burning 90% Tokens on Noise: The Cost & Quota Wall" (The Marginal Waste)**
|
|
25
|
+
Without precision memory, agents brute-force entire files and histories on every turn. You either hit humiliating weekly usage caps mid-sprint, or burn thousands of dollars on sluggish 30-second context evaluation that destroys product margins.
|
|
26
|
+
|
|
27
|
+
2. π **"Fixed One Function, Silently Broke Three Other Services" (The Blind-Spot Bug)**
|
|
28
|
+
Agents write code with supreme confidence, but they can't see beyond the file in front of them. The AI happily renames a parameter or tweaks logic in module A, completely unaware that services B and C depend on itβturning a 2-minute fix into hours of debugging regressions.
|
|
29
|
+
|
|
30
|
+
3. π° **"Millions of Tokens Burned, Zero Knowledge Owned" (The Hostage & Amnesia Trap)**
|
|
31
|
+
Hard-won bug fixes, custom architectural invariants, and domain SOPs are held hostage inside closed IDEs and cloud black boxes. Without a sovereign, tool-neutral memory layer, your team's collective intelligence never compoundsβit evaporates the moment you switch tools or models, forcing agents to reset to day zero forever.
|
|
32
|
+
|
|
33
|
+
---
|
|
34
|
+
|
|
35
|
+
## π‘ The Solution: Memory Cell
|
|
36
|
+
|
|
37
|
+
**Memory Cell solves the memory trilemma through first-principles cognitive governance.** By decoupling **Knowledge** (Git-native Living Docs), **Meaning** (Semantic Engrams), and **Location** (Code Topology Pointers), Memory Cell delivers a 100% private, < 15ms P75 intelligence layer with zero graph database maintenance overhead. It is designed for seamless dual-mode usage:
|
|
38
|
+
|
|
39
|
+
1. π₯οΈ **When You Work in the Terminal (Native CLI)**: Your lightning-fast, zero-dependency engineering companion to explore codebase architecture, trace bidirectional call flows, query documentation with semantic reasoning, and maintain persistent engineering playbooks (ADRs, anti-patterns, workflows) directly from your shell.
|
|
40
|
+
2. π€ **When You Pair with AI Agents (MCP Mode)**: Your persistent intelligence hub that bridges all your AI assistants (**Claude Code, Cursor, Google Antigravity, Hermes, Codex, Copilot**). It eliminates repetitive context-setting, enables frictionless session handover (`/takeover`), and cuts 50%~90% token waste by replacing brute-force file scans with precision lookups.
|
|
41
|
+
|
|
42
|
+
```text
|
|
43
|
+
ββββββββββββββββββββββββββββββββ ββββββββββββββββββββββββββββββββ
|
|
44
|
+
β π₯οΈ Interactive Terminal β β π€ Agentic Pair Programming β
|
|
45
|
+
β (You in Shell / CI/CD) β β (You with Claude, Cursor...)β
|
|
46
|
+
ββββββββββββββββ¬ββββββββββββββββ ββββββββββββββββ¬ββββββββββββββββ
|
|
47
|
+
β β
|
|
48
|
+
β Native CLI Commands β Model Context Protocol (MCP)
|
|
49
|
+
βββββββββββββββββββββ¬ββββββββββββββββββββ
|
|
50
|
+
βΌ
|
|
51
|
+
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
|
|
52
|
+
β π§ MEMORY CELL (Cognitive Core) β
|
|
53
|
+
β ββββββββββββββββββββββββββββββ ββββββββββββββββββββββββββββββ β
|
|
54
|
+
β β β‘ Code Intelligence Core β β ποΈ 6-Dimension Knowledge β β
|
|
55
|
+
β β β’ Multi-Language Topology β β β’ Living SOPs & Playbooks β β
|
|
56
|
+
β β β’ Bidirectional Callsites β <ββ> β β’ Anti-patterns & Rules β β
|
|
57
|
+
β β β’ Refactoring Blast Radiusβ β β’ Architectural Decisions β β
|
|
58
|
+
β ββββββββββββββββββββββββββββββ ββββββββββββββββββββββββββββββ β
|
|
59
|
+
ββββββββββββββββββββββββββββββββββββ¬ββββββββββββββββββββββββββββββββββββ
|
|
60
|
+
βΌ
|
|
61
|
+
Embedded Engine + Local Embeddings (100% Offline & Private)
|
|
62
|
+
```
|
|
63
|
+
|
|
64
|
+
---
|
|
65
|
+
|
|
66
|
+
## π Key Benefits
|
|
67
|
+
|
|
68
|
+
- β‘ **< 15ms P75 In-Conversation Retrieval**: Instant precision grounding across code, living documentation, and shared team playbooks without context lag.
|
|
69
|
+
- ποΈ **50%β90% Token Reduction**: Surgically pinpoints only the relevant lines and sections instead of dumping entire files or flooding context with noisy fragments.
|
|
70
|
+
- π‘οΈ **Zero GraphDB Overhead**: Pure embedded SQLite architecture. Zero Neo4j, Redis, or external vector service dependencies.
|
|
71
|
+
- π **True Cross-Tool Continuity**: Works seamlessly across Claude Code, Cursor, Windsurf, Codex, Gemini, Terminal, and CI/CD pipelines via universal MCP protocols.
|
|
72
|
+
- π **Zero-Friction Living Knowledge**: Edit any markdown file or code in your repo as usual. Memory Cell automatically hot-syncs changes and prunes deleted files in real-time.
|
|
73
|
+
|
|
74
|
+
---
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
## π¦ Installation Options
|
|
78
|
+
|
|
79
|
+
### Option 1: One-Line Installer (Recommended, Zero-Dependency)
|
|
80
|
+
No Node.js or build tools required. Directly installs the pre-compiled native binary for your OS and architecture:
|
|
6
81
|
|
|
7
|
-
### Run directly with npx (No install needed)
|
|
8
82
|
```bash
|
|
9
|
-
|
|
83
|
+
curl -fsSL https://raw.githubusercontent.com/muxtsou/memory-cell-distribution/main/install.sh | bash
|
|
10
84
|
```
|
|
11
85
|
|
|
12
|
-
###
|
|
86
|
+
### Option 2: npm Package
|
|
87
|
+
Install globally or run on demand with `npx`:
|
|
88
|
+
|
|
13
89
|
```bash
|
|
90
|
+
# Global installation
|
|
14
91
|
npm install -g @muxtsou/memory-cell
|
|
15
|
-
|
|
92
|
+
|
|
93
|
+
# Or instant zero-install
|
|
94
|
+
npx @muxtsou/memory-cell init
|
|
95
|
+
```
|
|
96
|
+
|
|
97
|
+
---
|
|
98
|
+
|
|
99
|
+
## β‘ 10-Second Quickstart (Zero-Config)
|
|
100
|
+
|
|
101
|
+
Run directly inside any project repository root:
|
|
102
|
+
|
|
103
|
+
```bash
|
|
104
|
+
memory-cell init
|
|
105
|
+
```
|
|
106
|
+
|
|
107
|
+
β¨ **Automatically detects and provisions MCP tools, life-cycle hooks, and agent skills across your development stack:**
|
|
108
|
+
- **Anthropic Claude**: Claude Code CLI, Claude Desktop
|
|
109
|
+
- **Google Antigravity**: Antigravity IDE, Antigravity CLI (`agy`)
|
|
110
|
+
- **AI-Native IDEs**: Cursor, Windsurf
|
|
111
|
+
- **VS Code Ecosystem**: GitHub Copilot, Roo Code, Cline
|
|
112
|
+
- **Agent Harnesses**: Hermes Agent, OpenCode Interpreter, Codex
|
|
113
|
+
|
|
114
|
+
---
|
|
115
|
+
|
|
116
|
+
## π οΈ MCP Cognitive Tools (For AI Agents)
|
|
117
|
+
|
|
118
|
+
Memory Cell equips coding agents with a structured cognitive layer composed of specialized tools that replace noisy brute-force file scanning with surgical, token-efficient intelligence:
|
|
119
|
+
|
|
120
|
+
### 1. π§ Grounded Reasoning & Unified Search (Cognitive Retrieval)
|
|
121
|
+
- `reason("<query>", workspace_path: ".")`: **Grounding Engine.** Retrieves structured document sections, active domain concepts, verified workflows, and architectural rules without reading raw files or blowing context tokens.
|
|
122
|
+
- `search("<query>")`: **Holographic Search.** Concurrently queries code symbols (`find_symbol`) and long-term memory (`reason`), synthesizing verified code locations and living docs into a single high-density context.
|
|
123
|
+
- `ingest(file_path: "...")`: Ingests documents (Markdown, Code, PDF) through the zero-leakage cognitive pipeline into memory.
|
|
124
|
+
- `forget(id: "...")`: Removes obsolete engrams and their associated living doc from disk.
|
|
125
|
+
|
|
126
|
+
### 2. β‘ Deep Code Intelligence & Topological Navigation (22 Languages)
|
|
127
|
+
Instant syntax-aware code navigation across 22 major languages in < 15ms P75 lookup:
|
|
128
|
+
- `find_symbol("<name>")`: Pinpoints functions, structs, classes, interfaces, traits, and exact line definitions.
|
|
129
|
+
- `trace_callers("<symbol>", direction: "callers" | "callees")`: Bidirectional call hierarchy tracing across files without manual searching.
|
|
130
|
+
- `find_references("<identifier>")`: Locates exact declarations, reads, and writes for variables and fields.
|
|
131
|
+
- `analyze_impact("<symbol>")`: Evaluates blast radius and affected call sites before refactoring critical interfaces.
|
|
132
|
+
|
|
133
|
+
### 3. π Autonomous Continuous Learning (Automated Dream Consolidation)
|
|
134
|
+
Zero manual curation or learning commands required. During live development, the **Hippocampus automatically snapshots** fine-grained events, execution trails, and troubleshooting corrections in real time. **Dream Consolidation (`dream()`)** then distills and solidifies these episodic footprints into long-term structured Neocortex knowledge whenever triggered:
|
|
135
|
+
- **Episodic Snapshots β Semantic Engrams**: Distills raw session logs into permanent structured engrams across 6 Universal Knowledge Dimensions:
|
|
136
|
+
- π οΈ **Workflows & SOPs**: Verified step-by-step procedures distilled from successful tasks for automated replay.
|
|
137
|
+
- β οΈ **Anti-Patterns & Pitfalls**: Inhibitory guardrails learned from bugs, failed attempts, and user corrections.
|
|
138
|
+
- π€ **Developer Preferences**: Coding guidelines, project conventions, and stylistic directives.
|
|
139
|
+
- ποΈ **Architectural Decisions (ADRs)**: Key trade-offs and structural rationale recorded in context.
|
|
140
|
+
- π‘ **Domain Concepts**: Project terminology, mental models, and core entity definitions.
|
|
141
|
+
- β‘ **Heuristics**: Fast-and-frugal engineering rules of thumb and performance optimizations.
|
|
142
|
+
- **On-Demand Wrap-up & Graph Hygiene**: Run `/dream` (or `memory-cell dream`) whenever you wrap up a task or sessionβsafely pruning redundant noise, resolving contradictions, and crystallizing lessons into Git-tracked assets.
|
|
143
|
+
|
|
144
|
+
### 4. π€ Cross-Agent Working Memory Handover & Episodic Recall
|
|
145
|
+
- `takeover()`: Switching between different agents, models, or IDEs? Run `/takeover` (or `memory-cell takeover`). The next agent instantly resumes the active goal, obstacle trails, and execution context (<180 tokens) without losing state.
|
|
146
|
+
- `recall("<query>")`: Recalls chronological episodic timeline logs and debugging history from Hippocampus across past sessions.
|
|
147
|
+
|
|
148
|
+
### 5. π Consolidation & Cognitive Governance
|
|
149
|
+
- `dream(dry_run: false)`: Triggers two-phase consolidation (Hippocampus episodic events β Neocortex structured Engrams + contradiction detection).
|
|
150
|
+
- `list_governance_tickets()`: Lists knowledge contradictions flagged during consolidation.
|
|
151
|
+
- `resolve_governance_ticket(ticket_id, action)`: Human-in-the-loop conflict resolution (supersede, inhibit, or ignore).
|
|
152
|
+
- `stats()`: Real-time token savings, cognitive health scorecards, and managed engram distribution.
|
|
153
|
+
|
|
154
|
+
---
|
|
155
|
+
|
|
156
|
+
## β‘ Agent Skills & Slash Commands (Zero-Friction UX)
|
|
157
|
+
|
|
158
|
+
`memory-cell init` automatically provisions specialized agent skills and slash commands across all your IDEs and CLI agents (Google Antigravity, Claude Code, Cursor, Codex). Agents proactively load these workflows or you can invoke them directly:
|
|
159
|
+
|
|
160
|
+
| Slash Command | Agent Skill | Capability & Description |
|
|
161
|
+
| :--- | :--- | :--- |
|
|
162
|
+
| `/takeover` | `takeover` | **Instant Cross-Tool Handover.** Resumes working memory, active subgoals, and obstacles across IDEs in < 180 tokens without manual briefing. |
|
|
163
|
+
| `/dream` | `dream` | **Consolidation & Graph Hygiene.** Runs two-phase consolidation to distill raw episodic sessions into permanent Neocortex knowledge and resolve contradictions. |
|
|
164
|
+
| `/memorize` | `memorize` | **Explicit Knowledge Persistence.** Quickly captures and classifies critical lessons, SOPs, or rules into `.memory/` across 6 dimensions. |
|
|
165
|
+
| `/impact <symbol>` | `impact` | **Blast Radius Evaluation.** Inspects call hierarchies and calculates risk before refactoring critical functions, structs, or traits. |
|
|
166
|
+
| `/recall <query>` | `recall` | **Episodic Timeline Explorer.** Queries chronological debugging trails and past session decisions with forward-timeline synthesis. |
|
|
167
|
+
| `/stats` | `stats` | **Cognitive Health & ROI Scorecard.** Displays managed engram distribution, duplicate filter ratio, and total context token savings. |
|
|
168
|
+
|
|
169
|
+
---
|
|
170
|
+
|
|
171
|
+
## π§ Distillation Engine Configuration (Zero-API-Key with Claude Max)
|
|
172
|
+
|
|
173
|
+
Memory Cell uses an intelligent distillation engine to synthesize session events into long-term structured knowledge. You don't need a separate paid API key if you have a Claude subscription (Claude Pro / Max) or local tools:
|
|
174
|
+
|
|
175
|
+
### Recommended: Use Your Existing Claude CLI (No API Key Required)
|
|
176
|
+
If you already use Claude Code CLI with your Claude Max / Pro plan, Memory Cell can reuse your authenticated CLI directly:
|
|
177
|
+
```bash
|
|
178
|
+
memory-cell config distill cli/claude
|
|
16
179
|
```
|
|
180
|
+
This lets you run distillation without incurring extra API costs or exposing API keys!
|
|
17
181
|
|
|
18
|
-
###
|
|
182
|
+
### Alternative Distillation Engines:
|
|
183
|
+
Switch engines anytime with a single command:
|
|
19
184
|
```bash
|
|
20
|
-
|
|
185
|
+
# Auto-detect any logged-in local CLI agent (claude, codex, gemini)
|
|
186
|
+
memory-cell config distill cli
|
|
187
|
+
|
|
188
|
+
# Local Ollama (Auto-detects installed models, 100% private)
|
|
189
|
+
memory-cell config distill ollama
|
|
190
|
+
|
|
191
|
+
# Cloud APIs (Requires API key in .env)
|
|
192
|
+
memory-cell config distill anthropic # Claude 3.5 Haiku
|
|
193
|
+
memory-cell config distill openai # GPT-4o-mini
|
|
194
|
+
memory-cell config distill gemini # Gemini 2.5/3.7 Flash
|
|
195
|
+
memory-cell config distill groq # Groq LPU (Ultra-fast)
|
|
196
|
+
|
|
197
|
+
# β‘ Fast Offline Fallback (Zero-LLM, rule-based; instant but basic quality)
|
|
198
|
+
memory-cell config distill heuristic
|
|
21
199
|
```
|
|
22
200
|
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
201
|
+
---
|
|
202
|
+
|
|
203
|
+
## π οΈ CLI Quick Reference
|
|
204
|
+
|
|
205
|
+
| Command | Description |
|
|
206
|
+
| :--- | :--- |
|
|
207
|
+
| `memory-cell init` | Zero-config initialization: configure MCP across all IDEs and index codebase |
|
|
208
|
+
| `memory-cell config distill <engine>` | Switch distillation engine (`cli/claude`, `cli`, `heuristic`, `ollama`, `openai`) |
|
|
209
|
+
| `memory-cell sync` | Incrementally re-index workspace code changes into the intelligence layer |
|
|
210
|
+
| `memory-cell search <query>` | Unified hybrid search across code symbols, docs, and semantic memory |
|
|
211
|
+
| `memory-cell takeover` | Seamlessly resume working state and goals from previous agent sessions |
|
|
212
|
+
| `memory-cell stats` | Inspect token ROI economics, cognitive health scorecard, and memory engrams |
|
|
213
|
+
| `memory-cell doctor` | Validate local embedding models, storage integrity, and IDE MCP links |
|
|
214
|
+
| `memory-cell dream` | Consolidate session events into long-term structured knowledge |
|
|
215
|
+
| `memory-cell uninstall` | Cleanly remove binary, IDE configurations, and injected rules |
|
|
216
|
+
|
|
217
|
+
---
|
|
218
|
+
|
|
219
|
+
## π» Supported Programming Languages (22 Languages)
|
|
220
|
+
|
|
221
|
+
Memory Cell provides native, instant symbol and call hierarchy intelligence across 22 major programming languages with zero additional dependencies:
|
|
222
|
+
|
|
223
|
+
| Language | Recognized File Extensions | Primary Capabilities |
|
|
224
|
+
| :--- | :--- | :--- |
|
|
225
|
+
| **Rust** | `.rs` | Functions, structs, enums, traits, `impl` blocks, call hierarchies |
|
|
226
|
+
| **TypeScript** | `.ts`, `.tsx`, `.ets` | Functions, classes, interfaces, type aliases, methods, call sites |
|
|
227
|
+
| **JavaScript** | `.js`, `.jsx`, `.mjs`, `.cjs` | Functions, classes, methods, object calls, property access |
|
|
228
|
+
| **Python** | `.py`, `.pyw` | Functions, classes, methods, module-level invocations |
|
|
229
|
+
| **Go** | `.go` | Functions, methods, structs, interfaces, package calls |
|
|
230
|
+
| **C** | `.c`, `.h` | Function definitions, struct specifiers, type definitions, calls |
|
|
231
|
+
| **C++** | `.cpp`, `.cc`, `.cxx`, `.hpp`, `.hh`, `.hxx`, `.cu`, `.metal` | Classes, structs, methods, alias declarations, function calls |
|
|
232
|
+
| **Java** | `.java` | Classes, interfaces, methods, constructors, invocations |
|
|
233
|
+
| **C#** | `.cs` | Classes, interfaces, structs, methods, invocations |
|
|
234
|
+
| **PHP** | `.php` | Functions, classes, interfaces, traits, methods, function calls |
|
|
235
|
+
| **Ruby** | `.rb` | Methods, singleton methods, classes, modules, call sites |
|
|
236
|
+
| **Swift** | `.swift` | Functions, classes, structs, protocols, typealiases, calls |
|
|
237
|
+
| **Kotlin** | `.kt`, `.kts` | Functions, classes, object declarations, calls |
|
|
238
|
+
| **Dart** | `.dart` | Classes, enums, extensions, functions, type aliases, calls |
|
|
239
|
+
| **Scala** | `.scala`, `.sc` | Functions, classes, objects, traits, type definitions, calls |
|
|
240
|
+
| **Lua** | `.lua`, `.luau` | Function declarations, function calls |
|
|
241
|
+
| **Solidity** | `.sol` | Contracts, interfaces, structs, functions, modifiers, events |
|
|
242
|
+
| **HCL / Terraform** | `.tf`, `.hcl` | Blocks, resource declarations, module references |
|
|
243
|
+
| **Svelte** | `.svelte` | Component script logic, functions, declarations |
|
|
244
|
+
| **Nix** | `.nix` | Attribute bindings, let expressions, variable expressions |
|
|
245
|
+
| **R** | `.r`, `.R` | Function definitions, variable assignments, calls |
|
|
246
|
+
| **Erlang** | `.erl`, `.hrl` | Function clauses, exported functions, atoms, calls |
|
|
247
|
+
|
|
248
|
+
---
|
|
249
|
+
|
|
250
|
+
## π₯οΈ Supported Platforms
|
|
251
|
+
|
|
252
|
+
Pre-compiled native binaries are bundled automatically for your architecture (no compilation or runtime setup required):
|
|
253
|
+
- **macOS**: Apple Silicon (`darwin-arm64`) & Intel (`darwin-x64`)
|
|
254
|
+
- **Linux**: x86_64 (`linux-x64`) & ARM64 (`linux-arm64`)
|
|
255
|
+
- **Windows**: x86_64 (`win32-x64`)
|
|
256
|
+
|
|
257
|
+
---
|
|
258
|
+
|
|
259
|
+
## π License
|
|
260
|
+
Apache-2.0 Β© Memory Cell Team & Mux Tsou
|
|
261
|
+
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@muxtsou/memory-cell",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.6",
|
|
4
4
|
"description": "Cross-platform CLI and MCP cognitive runtime for AI coding assistants",
|
|
5
5
|
"bin": {
|
|
6
6
|
"memory-cell": "bin/run.js"
|
|
@@ -27,10 +27,10 @@
|
|
|
27
27
|
"access": "public"
|
|
28
28
|
},
|
|
29
29
|
"optionalDependencies": {
|
|
30
|
-
"@muxtsou/memory-cell-darwin-arm64": "0.1.
|
|
31
|
-
"@muxtsou/memory-cell-darwin-x64": "0.1.
|
|
32
|
-
"@muxtsou/memory-cell-linux-x64": "0.1.
|
|
33
|
-
"@muxtsou/memory-cell-linux-arm64": "0.1.
|
|
34
|
-
"@muxtsou/memory-cell-win32-x64": "0.1.
|
|
30
|
+
"@muxtsou/memory-cell-darwin-arm64": "0.1.6",
|
|
31
|
+
"@muxtsou/memory-cell-darwin-x64": "0.1.6",
|
|
32
|
+
"@muxtsou/memory-cell-linux-x64": "0.1.6",
|
|
33
|
+
"@muxtsou/memory-cell-linux-arm64": "0.1.6",
|
|
34
|
+
"@muxtsou/memory-cell-win32-x64": "0.1.6"
|
|
35
35
|
}
|
|
36
36
|
}
|