docs: fix stale milla-jovovich org refs and branch target in contributor docs (#679)
The repo moved to the MemPalace org but several docs still point at the old milla-jovovich URLs. Also, CONTRIBUTING.md tells people to PR against main while the actual workflow (per ROADMAP.md) targets develop. Files touched: - CONTRIBUTING.md: clone URL, issues URL, PR target branch - examples/gemini_cli_setup.md: clone URL - integrations/openclaw/SKILL.md: homepage and license URLs
This commit is contained in:
committed by
GitHub
parent
89206107fa
commit
f56e67b516
+3
-3
@@ -5,7 +5,7 @@ Thanks for wanting to help. MemPalace is open source and we welcome contribution
|
|||||||
## Getting Started
|
## Getting Started
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/milla-jovovich/mempalace.git
|
git clone https://github.com/MemPalace/mempalace.git
|
||||||
cd mempalace
|
cd mempalace
|
||||||
pip install -e ".[dev]" # installs with dev dependencies (pytest, build, twine)
|
pip install -e ".[dev]" # installs with dev dependencies (pytest, build, twine)
|
||||||
```
|
```
|
||||||
@@ -52,7 +52,7 @@ assets/ ← logo + brand
|
|||||||
- `fix: handle empty transcript files`
|
- `fix: handle empty transcript files`
|
||||||
- `docs: update MCP tool descriptions`
|
- `docs: update MCP tool descriptions`
|
||||||
- `bench: add LoCoMo turn-level metrics`
|
- `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
|
## Code Style
|
||||||
|
|
||||||
@@ -64,7 +64,7 @@ assets/ ← logo + brand
|
|||||||
|
|
||||||
## Good First Issues
|
## 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
|
- **New chat formats**: Add import support for Cursor, Copilot, or other AI tool exports
|
||||||
- **Room detection**: Improve pattern matching in `room_detector_local.py`
|
- **Room detection**: Improve pattern matching in `room_detector_local.py`
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ On many Linux systems, installing Python packages globally is restricted. We rec
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Clone the repository (if you haven't already)
|
# 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
|
cd mempalace
|
||||||
|
|
||||||
# Create a virtual environment
|
# Create a virtual environment
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
name: mempalace
|
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."
|
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
|
version: 3.1.0
|
||||||
homepage: https://github.com/milla-jovovich/mempalace
|
homepage: https://github.com/MemPalace/mempalace
|
||||||
user-invocable: true
|
user-invocable: true
|
||||||
metadata:
|
metadata:
|
||||||
openclaw:
|
openclaw:
|
||||||
@@ -151,4 +151,4 @@ claude mcp add mempalace -- python -m mempalace.mcp_server
|
|||||||
|
|
||||||
## License
|
## 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.
|
||||||
|
|||||||
Reference in New Issue
Block a user