musememory 1.4.0 → 1.5.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 +3 -3
- package/dist/index.js +11212 -11034
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|

|
|
7
7
|

|
|
8
8
|

|
|
9
|
-

|
|
10
10
|

|
|
11
11
|

|
|
12
12
|
|
|
@@ -445,7 +445,7 @@ When registered as an MCP server, `musememory` exposes the following tools to an
|
|
|
445
445
|
| `memory_pageindex_import` | Imports PageIndex insights directly as memory units. |
|
|
446
446
|
| `memory_disconnect_pageindex`| Disconnects and cleans up PageIndex tree indexes. |
|
|
447
447
|
| `memory_settings_get` | Reads unified global or project configuration settings. |
|
|
448
|
-
| `
|
|
448
|
+
| `memory_current` | Reads or appends active project working constraints (`CURRENT.md`). |
|
|
449
449
|
| `memory_get_user_profile` | Reads the active user persona and preferences (`USER.md`). |
|
|
450
450
|
| `memory_set_user_profile` | Updates `USER.md` persona and preferences with inline secret defense. |
|
|
451
451
|
| `memory_search_transcripts` | Full-text search over past `.jsonl` transcripts with conversation bookends and context window. |
|
|
@@ -522,7 +522,7 @@ rm -f ~/.local/bin/memory ~/.local/bin/musememory
|
|
|
522
522
|
|
|
523
523
|
```bash
|
|
524
524
|
bun install
|
|
525
|
-
bun test #
|
|
525
|
+
bun test # 258 tests passing across 45 test suites
|
|
526
526
|
bunx tsc --noEmit # 0 type errors
|
|
527
527
|
bun run build # Clean bundled distribution build (dist/index.js)
|
|
528
528
|
```
|