feat: update README and CI configuration, add tests for hooks functionality

This commit is contained in:
Tal Muskal
2026-04-08 20:40:03 +03:00
parent 67e21c582c
commit 9de302f881
6 changed files with 230 additions and 5 deletions
+3 -1
View File
@@ -43,9 +43,11 @@ After installing the plugin, run the init command to complete setup (pip install
MemPalace registers two hooks that run automatically:
- **Stop** -- Saves conversation context when a session ends.
- **Stop** -- Saves conversation context every 15 messages.
- **PreCompact** -- Preserves important memories before context compaction.
Set the `MEMPAL_DIR` environment variable to a directory path to automatically run `mempalace mine` on that directory during each save trigger.
## MCP Server
The plugin automatically configures a local MCP server with 19 tools for storing, searching, and managing memories. No manual MCP setup is required -- `/mempalace:init` handles everything.