mneme-ai 0.8.3 → 0.8.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/bin/mneme.js +0 -0
- package/dist/index.js +1 -1
- package/package.json +5 -5
package/bin/mneme.js
CHANGED
|
File without changes
|
package/dist/index.js
CHANGED
|
@@ -23,7 +23,7 @@ export async function run(argv) {
|
|
|
23
23
|
const program = new Command()
|
|
24
24
|
.name("mneme")
|
|
25
25
|
.description("μνήμη — the memory layer of your codebase. Knows the WHY, the WHAT, the WHERE-IT-BREAKS.")
|
|
26
|
-
.version("0.8.
|
|
26
|
+
.version("0.8.4");
|
|
27
27
|
program
|
|
28
28
|
.command("init")
|
|
29
29
|
.description("Initialize Mneme in the current repo")
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mneme-ai",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.4",
|
|
4
4
|
"description": "Mneme — the memory layer for your codebase. Knows the WHY, the WHAT, the WHERE-IT-BREAKS.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -24,10 +24,10 @@
|
|
|
24
24
|
"clean": "tsc -b --clean"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@mneme-ai/core": "0.8.
|
|
28
|
-
"@mneme-ai/correlator": "0.8.
|
|
29
|
-
"@mneme-ai/embeddings": "0.8.
|
|
30
|
-
"@mneme-ai/mcp": "0.8.
|
|
27
|
+
"@mneme-ai/core": "0.8.4",
|
|
28
|
+
"@mneme-ai/correlator": "0.8.4",
|
|
29
|
+
"@mneme-ai/embeddings": "0.8.4",
|
|
30
|
+
"@mneme-ai/mcp": "0.8.4",
|
|
31
31
|
"commander": "^12.1.0",
|
|
32
32
|
"kleur": "^4.1.5"
|
|
33
33
|
},
|