engrm 0.2.0 → 0.2.1
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 +1 -1
- package/package.json +12 -8
package/README.md
CHANGED
|
@@ -259,4 +259,4 @@ See [LICENSE](LICENSE) for full terms.
|
|
|
259
259
|
|
|
260
260
|
---
|
|
261
261
|
|
|
262
|
-
Built by [
|
|
262
|
+
Built by the [Engrm](https://engrm.dev) team, powered by [Candengo Vector](https://www.candengo.com).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "engrm",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.1",
|
|
4
4
|
"description": "Cross-device, team-shared memory layer for AI coding agents",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/server.js",
|
|
@@ -25,13 +25,16 @@
|
|
|
25
25
|
"node": ">=18.0.0"
|
|
26
26
|
},
|
|
27
27
|
"keywords": [
|
|
28
|
-
"
|
|
29
|
-
"memory",
|
|
30
|
-
"claude",
|
|
31
|
-
"coding-agent",
|
|
28
|
+
"engrm",
|
|
29
|
+
"ai-memory",
|
|
30
|
+
"claude-code",
|
|
32
31
|
"mcp",
|
|
33
|
-
"
|
|
34
|
-
"
|
|
32
|
+
"coding-agent",
|
|
33
|
+
"context-injection",
|
|
34
|
+
"sentinel",
|
|
35
|
+
"code-audit",
|
|
36
|
+
"cross-device",
|
|
37
|
+
"team-memory",
|
|
35
38
|
"developer-tools"
|
|
36
39
|
],
|
|
37
40
|
"dependencies": {
|
|
@@ -46,8 +49,9 @@
|
|
|
46
49
|
"@types/bun": "^1.2.19",
|
|
47
50
|
"typescript": "^5.8.3"
|
|
48
51
|
},
|
|
52
|
+
"homepage": "https://engrm.dev",
|
|
49
53
|
"license": "FSL-1.1-ALv2",
|
|
50
|
-
"author": "
|
|
54
|
+
"author": "Engrm <hello@engrm.dev> (https://engrm.dev)",
|
|
51
55
|
"repository": {
|
|
52
56
|
"type": "git",
|
|
53
57
|
"url": "https://github.com/unimpossible/candengo-mem"
|