plugmem-linux-x64-gnu 0.1.3 → 0.1.4

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 CHANGED
@@ -1,3 +1,25 @@
1
1
  # `plugmem-linux-x64-gnu`
2
2
 
3
- This is the **x86_64-unknown-linux-gnu** binary for `plugmem`
3
+ The prebuilt **x86_64-unknown-linux-gnu** (Linux x64 (glibc)) native addon for
4
+ [`plugmem`](https://www.npmjs.com/package/plugmem) — an embedded long-term
5
+ memory engine for LLM agents (remember / recall / revise / forget over one
6
+ local file).
7
+
8
+ ## Don't install this directly
9
+
10
+ This is a platform-specific binary. Install the main package instead:
11
+
12
+ ```sh
13
+ npm install plugmem
14
+ ```
15
+
16
+ `plugmem` lists every `plugmem-*` binary in its `optionalDependencies`, and npm
17
+ installs only the one matching your OS and CPU — this package is the one picked
18
+ on **Linux x64 (glibc)**. You never depend on it by name.
19
+
20
+ ## Links
21
+
22
+ - Main package — <https://www.npmjs.com/package/plugmem>
23
+ - Source, docs & issues — <https://github.com/m62624/plugmem>
24
+
25
+ MIT licensed.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "plugmem-linux-x64-gnu",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "os": [
5
5
  "linux"
6
6
  ],
Binary file