Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Thanks for wanting to help. MemPalace is open source and we welcome contribution
## Getting Started

```bash
git clone https://github.com/milla-jovovich/mempalace.git
git clone https://github.com/MemPalace/mempalace.git
cd mempalace
pip install -e ".[dev]" # installs with dev dependencies (pytest, build, twine)
```
Expand Down Expand Up @@ -52,7 +52,7 @@ assets/ ← logo + brand
- `fix: handle empty transcript files`
- `docs: update MCP tool descriptions`
- `bench: add LoCoMo turn-level metrics`
6. Push to your fork and open a PR against `main`
6. Push to your fork and open a PR against `develop`

## Code Style

Expand All @@ -64,7 +64,7 @@ assets/ ← logo + brand

## Good First Issues

Check the [Issues](https://github.com/milla-jovovich/mempalace/issues) tab. Great starting points:
Check the [Issues](https://github.com/MemPalace/mempalace/issues) tab. Great starting points:

- **New chat formats**: Add import support for Cursor, Copilot, or other AI tool exports
- **Room detection**: Improve pattern matching in `room_detector_local.py`
Expand Down
2 changes: 1 addition & 1 deletion examples/gemini_cli_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ On many Linux systems, installing Python packages globally is restricted. We rec

```bash
# Clone the repository (if you haven't already)
git clone https://github.com/milla-jovovich/mempalace.git
git clone https://github.com/MemPalace/mempalace.git
cd mempalace

# Create a virtual environment
Expand Down
4 changes: 2 additions & 2 deletions integrations/openclaw/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: mempalace
description: "MemPalace — Local AI memory with 96.6% recall. Semantic search, temporal knowledge graph, palace architecture (wings/rooms/drawers). Free, no cloud, no API keys."
version: 3.1.0
homepage: https://github.com/milla-jovovich/mempalace
homepage: https://github.com/MemPalace/mempalace
user-invocable: true
metadata:
openclaw:
Expand Down Expand Up @@ -151,4 +151,4 @@ claude mcp add mempalace -- python -m mempalace.mcp_server

## License

[MemPalace](https://github.com/milla-jovovich/mempalace) is MIT licensed. Created by Milla Jovovich, Ben Sigman, Igor Lins e Silva, and contributors.
[MemPalace](https://github.com/MemPalace/mempalace) is MIT licensed. Created by Milla Jovovich, Ben Sigman, Igor Lins e Silva, and contributors.