github-actions[bot]
fcc9ce84f2
chore: bump version to 3.0.11
2026-04-08 17:46:56 +00:00
github-actions[bot]
2eb4d43a59
chore: bump version to 3.0.10
2026-04-08 17:41:55 +00:00
github-actions[bot]
43cf87315e
chore: bump version to 3.0.9
2026-04-08 17:40:17 +00:00
Tal Muskal
9de302f881
feat: update README and CI configuration, add tests for hooks functionality
2026-04-08 20:40:03 +03:00
github-actions[bot]
67e21c582c
chore: bump version to 3.0.8
2026-04-08 17:17:36 +00:00
github-actions[bot]
4f1434720c
chore: bump version to 3.0.7
2026-04-08 17:04:25 +00:00
Tal Muskal
1888b56883
chore: bump version to 3.0.4 in pyproject.toml
2026-04-08 20:00:16 +03:00
Igor Lins e Silva
541e9bd1ee
chore: tighten chromadb version range and add py.typed marker
...
- Tighten chromadb dependency from >=0.4.0,<1 to >=0.5.0,<0.7
(the collection API changed significantly across majors; this
pins to the tested range)
- Add optional 'spellcheck' extras for the undeclared autocorrect
dependency used in spellcheck.py
- Add PEP 561 py.typed marker for type checker support
Findings: #10 (HIGH — chromadb range too wide), #30 (LOW — undeclared
autocorrect), #32 (LOW — missing py.typed)
Includes test infrastructure from PR #131 .
92 tests pass.
2026-04-07 18:51:42 -03:00
Igor Lins e Silva
cd8b245fdc
fix: address Copilot review — remove unused imports, isolate HOME in tests, restore dev extra
2026-04-07 17:55:10 -03:00
Igor Lins e Silva
72c548b729
test: expand coverage from 20 to 92 tests, migrate to uv
...
- Migrate from setuptools to hatchling build backend
- Add dependency-groups (PEP 735) for dev tooling (pytest, ruff)
- Remove redundant requirements.txt in favor of uv.lock
- Fix __version__ mismatch (2.0.0 -> 3.0.0 to match pyproject.toml)
New test files:
- conftest.py: shared fixtures (isolated palace, KG, ChromaDB collection)
- test_knowledge_graph.py: 17 tests (entity CRUD, temporal queries, timeline)
- test_mcp_server.py: 25 tests (protocol dispatch, read/write/KG/diary tools)
- test_searcher.py: 7 tests (search_memories API, filters, error handling)
- test_dialect.py: 13 tests (AAAK compression, entity/emotion detection, zettel encoding)
All 92 tests pass on Python 3.13 with chromadb 0.6.3.
2026-04-07 17:55:10 -03:00
bensig
186bb2e3d1
fix: shell injection in hooks, Claude Code mining, chromadb pin
...
- hooks/mempal_save_hook.sh: pass $TRANSCRIPT_PATH as sys.argv
instead of interpolating into python -c string (fixes #110 )
- normalize.py: accept type "user" in addition to "human" for
Claude Code JSONL sessions (fixes #111 )
- convo_miner.py: skip tool-results/, memory/ dirs and .meta.json
files when scanning for conversations (fixes #111 )
- pyproject.toml: pin chromadb>=0.4.0,<1 to avoid crashing 1.x
builds on macOS ARM64 (fixes #100 )
2026-04-07 11:45:51 -07:00
Milla Jovovich
068dbd9a7b
MemPalace: palace architecture, AAAK compression, knowledge graph
...
The memory system:
- Palace structure: Wings (people/projects) → Rooms (topics) → Closets (AAAK compressed) → Drawers (verbatim transcripts)
- Halls connect related rooms within a wing
- Tunnels cross-reference rooms across wings
- AAAK: 30x lossless compression dialect for AI agents
- Knowledge graph: temporal entity-relationship triples (SQLite)
- Palace graph: room-based navigation with tunnel detection
- MCP server: 19 tools — search, graph traversal, agent diary, AAAK auto-teach
- Onboarding: guided setup generates wing config + AAAK entity registry
- Contradiction detection: catches wrong pronouns, names, ages
- Auto-save hooks for Claude Code
96.6% Recall@5 on LongMemEval — highest zero-API score published.
100% with optional Haiku rerank (500/500).
Local. Free. No API key required.
2026-04-04 18:16:04 -07:00