3d00a93655
- Introduced README.md for plugin overview and installation instructions. - Added hooks configuration in hooks.json for auto-save and pre-compact functionality. - Implemented stop and pre-compact hooks in bash scripts for memory management. - Created marketplace.json and plugin.json for plugin metadata and versioning. - Developed skills and instructions for help, init, mine, search, and status functionalities. - Added CLI commands for executing hooks and displaying skill instructions. - Implemented hooks_cli.py for handling hook logic and JSON input/output. - Enhanced instruction files for user guidance on setup and usage. - Updated .gitignore to exclude additional files. - Created GitHub Actions workflow for syncing plugin version on push.
442 B
442 B
name, description
| name | description |
|---|---|
| init | Set up MemPalace — install the package, initialize a palace, configure MCP server, and verify everything works. |
Run the following command to get setup instructions, then follow them step by step:
mempalace instructions init
If the command fails (mempalace not installed yet), first install it:
pip install mempalace
Then run the instructions command again and follow the output.