Igor Lins e Silva
81dc977bbf
release: finalize v3.2.0 — version consistency + CHANGELOG
...
PR #761 bumped pyproject.toml to 3.2.0 but missed three other version strings,
causing test_version_consistency to fail on develop CI (macos, linux 3.11, windows).
- mempalace/version.py: 3.1.0 → 3.2.0 (unblocks test_version_consistency)
- README.md: version badge shield 3.1.0 → 3.2.0
- integrations/openclaw/SKILL.md: 3.1.0 → 3.2.0
- CHANGELOG.md: rename [Unreleased] → [3.2.0] — 2026-04-13, add entries
for #685 , #690 , #707 , #716 , #734 , #755 , #757 , #761
Verified locally: 689/689 tests pass, ruff clean.
2026-04-13 03:30:29 -03:00
clach04
c17cf079ad
fix #733 : diagram misaligned ( #734 )
...
Converted to 7-bit clean us-ascii, which also aligns diagram.
Moved "hall" connection to be inline with Rooms in diagram.
2026-04-13 01:43:01 -03:00
Justin Clift
b03ab482ef
docs: Add warning to the README about fake MemPalace websites
2026-04-11 14:25:16 +10:00
Kevin Pulikkottil
2981433535
fix: add mcp command with setup guidance ( #315 )
...
* fix: add mcp command with setup guidance
* fix: include --palace guidance in mcp command output
* fix: make mcp guidance commands copy-pastable
---------
Co-authored-by: Milla J <millaj1217@gmail.com >
2026-04-09 11:21:18 -07:00
Milla J
3919f13523
chore: bump version to 3.1.0 ( #409 )
...
PyPI release cut covering 39 merged PRs since v3.0.0 on 2026-04-06.
Highlights: Claude/Codex plugin packaging (#270 ), security hardening (#387 ),
honest AAAK stats + benchmark corrections (#147 ), Windows compatibility fixes,
Knowledge Graph WAL mode + batching, 10K limit safety caps, and much more.
See GitHub release notes for full changelog.
Co-authored-by: milla-jovovich <noreply@github.com >
2026-04-09 11:04:24 -07:00
Ben Sigman
f40aed820f
Merge pull request #238 from neoneye/main
...
Fixed broken link reference for AAAK Dialect in README
2026-04-08 10:46:41 -07:00
Tal Muskal
9de302f881
feat: update README and CI configuration, add tests for hooks functionality
2026-04-08 20:40:03 +03:00
Simon Strandgaard
f1a8220f29
Fixed broken link reference for AAAK Dialect in README
2026-04-08 13:02:47 +02:00
Ben Sigman
5f49282c85
Merge pull request #106 from JayadityaGit/docs/gemini-cli-integration
...
docs: add Gemini CLI setup guide
2026-04-07 13:58:57 -07:00
Milla Jovovich
aa10f8fbf1
README: honest update from Milla & Ben — own the mistakes, fix the claims
...
The community caught real problems within hours of launch. Addressing them
directly:
- Added prominent "A Note from Milla & Ben" section at top owning the issues
- Fixed AAAK section: removed "lossless" claim, removed bogus token example,
honest about lossy nature and 84.2% regression on LongMemEval
- Headline benchmark table: clearly labeled as "raw mode" (the 96.6% number)
- Removed misleading "100%" headline (still real but rerank pipeline not
in public scripts yet — addressing)
- Removed misleading "+34% palace boost" headline (it's metadata filtering,
real but not a novel mechanism)
- Marked Contradiction Detection as "experimental, not yet wired into KG ops"
- Closet legend now notes plain-text summaries in v3.0.0, AAAK closets coming
- Intro pillars rewritten honestly — raw verbatim is the win, AAAK is
experimental compression layer
Thank you to @panuhorsmalahti (#43 ), @lhl (#27 ), @gizmax (#39 ) and everyone
who filed issues in the first 48 hours. Brutal honest criticism is exactly
what makes open source work.
2026-04-07 11:08:53 -07:00
JayadityaGit
ca2549da5a
docs: add Gemini to MCP header in README
2026-04-07 22:12:20 +05:30
JayadityaGit
2df6c1b121
docs: add Gemini CLI setup guide and integration section
2026-04-07 22:08:26 +05:30
bensig
1782628b8a
docs: add narrative palace walkthrough to README
...
Add Milla's conversational explanation of the palace architecture
(wings → rooms → closets → drawers → halls → tunnels) as an
introductory section before the technical diagram.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-06 13:34:48 -07:00
Milla Jovovich
f14f59d61c
README: How You Actually Use It — MCP flow + local model flow
2026-04-05 22:46:50 -07:00
Milla Jovovich
f54d42f50a
README: AAAK works with local models too — Claude, GPT, Gemini, Llama, Mistral
2026-04-05 22:14:15 -07:00
Milla Jovovich
18cca2c97c
README: Specialist Agents — agents live in the palace, not CLAUDE.md
2026-04-05 12:23:14 -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