github-actions[bot]
f47ca8a122
chore: bump version to 3.0.15
2026-04-08 18:23:32 +00:00
github-actions[bot]
5cee307e7c
chore: bump version to 3.0.14
2026-04-08 18:09:18 +00:00
github-actions[bot]
65ac8ad977
chore: bump version to 3.0.13
2026-04-08 18:07:33 +00:00
Tal Muskal
e24d8ca733
test: expand coverage to 70%, fix mcp_server CI crash (threshold 60%)
...
Add/expand tests for normalize (39%→97%), searcher (39%→100%),
layers (28%→97%), split_mega_files (34%→72%).
Fix mcp_server.py parse_args→parse_known_args to prevent SystemExit
when imported during pytest (CI was crashing on all test jobs).
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-04-08 21:07:03 +03:00
github-actions[bot]
ab66c0e945
chore: bump version to 3.0.12
2026-04-08 17:55:26 +00:00
Tal Muskal
03e9b57108
test: add comprehensive test coverage (35% → 58%, threshold 50%)
...
Add 180+ new tests across 10 test files covering previously untested modules:
- instructions_cli (0% → 100%), hooks_cli (73% → 96%), spellcheck (28% → 84%)
- palace_graph (9% → 91%), general_extractor (0% → 92%), entity_detector (0% → 69%)
- entity_registry (0% → 70%), room_detector_local (0% → 55%), layers (0% → 28%)
- onboarding (0% → 36%)
Also fixes Windows encoding bug in onboarding.py (write_text without encoding="utf-8").
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-04-08 20:54:56 +03:00
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