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.
Files changed (3) hide show
  1. package/README.md +3 -3
  2. package/dist/index.js +11212 -11034
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -6,7 +6,7 @@
6
6
  ![NPM Version](https://img.shields.io/npm/v/musememory?style=for-the-badge&logo=npm&color=red)
7
7
  ![Bun](https://img.shields.io/badge/Bun-1.3.14-black?style=for-the-badge&logo=bun)
8
8
  ![MCP](https://img.shields.io/badge/MCP-2024--11--05-green?style=for-the-badge&logo=anthropic)
9
- ![CI Tests](https://img.shields.io/badge/Tests-249%20Passed-brightgreen?style=for-the-badge&logo=checkmarx)
9
+ ![CI Tests](https://img.shields.io/badge/Tests-258%20Passed-brightgreen?style=for-the-badge&logo=checkmarx)
10
10
  ![Docker Ready](https://img.shields.io/badge/Docker-Ready-2496ED?style=for-the-badge&logo=docker)
11
11
  ![License](https://img.shields.io/badge/License-MIT-purple?style=for-the-badge)
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
- | `memory_settings_set` | Updates unified configuration settings with schema validation. |
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 # 249 tests passing across 43 test suites
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
  ```