We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0.9.14: server auto-start + venv bootstrap — install flow rewritten around it
0.9.13: git-first backup story (auto-commit documented), refill single-threshold + skip semantics, security guards (Host/Origin), 5000-token default, log paths, estimator render==charge table
v0.9.11: align wiki with current code and skill state - Installation.md: six skills (not four); kg-maintain is auto-loaded AND user-invocable, not "hidden." - Skills-Reference.md: replaced stale char-count table; refreshed kg-extract section for Tier 1/Tier 2 model and subsystem/component vocab. - Knowledge-Graph-API.md: kg_search documents RRF ranking and actual return shape (gist + notes + score, not full node body). - Design-Decisions.md, Data-and-Backup.md: token references 3000 → 4000. - Design-Decisions.md: kg_register_session is now part of kg_read (0.9.0). - Server-Management.md: removed broken `migrate` subcommand row; added GET /api/nodes/{level}/{id} (replaces non-existent POST .../recall); systemd section calls the kg-memory shim.
docs: align with v0.9.10 — simpler install, hook now bundled Quick Install collapses to marketplace add + /plugin install + restart. install_command.sh demoted to optional shell-symlink installer with an idempotent legacy-hook cleanup for users upgrading from <=0.9.9. New section: enable Claude Code plugin auto-updates for the maxim-plugins marketplace (off by default for third-party sources, so this is the only way to stay current without manual refreshes). Server-Management.md: <plugin-dir> placeholders resolved with find pattern, systemd auto-start uses cp not ln -s to survive plugin-cache version churn, MCP config path noted as read-only (overwritten on update).
v0.9.9: update scoring formula, version bump - Replace "recency/connectedness/richness" with "recency/connectedness + resurrection pass" in comparison tables (richness was dropped in v0.9.9) - Bump version to 0.9.9
v0.9.9: update archival scoring docs — two-signal formula, resurrection pass, grace period semantics Drops richness from scoring (rewards verbosity, not value). Documents weighted in/out connectedness, recency via reads, and post-archival resurrection pass.
v0.9.8: update kg-maintain docs — gist/notes hygiene always-run passes
v0.9.7: rewrite Visual-Editor.md for three-panel layout and WebSocket fix
docs: fix backup documentation for v0.9.6 Remove tiered backup table and fictional git auto-commit feature. Document actual .prev crash protection and user-managed git/Borg options.
docs: MCP reconnect instructions after server restart
v0.9.5: kg-maintain user-invocable, RRF search, kg-visual, skill budget note
v0.9.3: three-tier compaction, skill limits, hook, corrected scoring formula - Install: add install_command.sh as required step (not optional) - Installation: correct skill desc limit (1,536 chars hard cap, ~5.5K total) - Skills-Reference: rewrite hidden skill summaries, fix char count table - How-It-Works: two-pass compaction, three-tier state table, weighted sum formula - Configuration: fix scoring formula (product → weighted sum), add ARCHIVED_BUDGET_RATIO - Home: bump version to 0.9.3, update compaction description, add wiki link
Update wiki for v0.9.1: compaction tuning, comparison with other memory systems - Configuration: grace period and orphan defaults now reference constants.py - Design-Decisions: full comparison table vs MemPalace and Claude Code Auto-Memory - Home: "How It Compares" section with compact table and philosophical summary; version bump to 0.9.1 - How-It-Works: compaction target and grace period reference env vars, not hardcoded days - Day/ratio values throughout generalized to reference constants.py / env vars
Update wiki for v0.9.0: consolidated tools, new API, token limit 4K - Knowledge-Graph-API.md: complete rewrite for 8-tool API - Installation.md: updated permission list (8 tools, no old names) - How-It-Works.md: kg_read(cwd) replaces register+read flow - Design-Decisions.md: kg_read(cwd, id) replaces kg_recall - Data-and-Backup.md: updated write-through tool list - Skills-Reference.md: kg_progress replaces get/set - Configuration.md: KG_MAX_TOKENS default 4000, updated guidance
v0.7.2: auto-memory disable step, single CLAUDE.md recommendation, design rationale - Installation: new step to disable built-in auto-memory; single global CLAUDE.md guidance - Installation: troubleshooting entry for memory confusion (auto-memory + project CLAUDE.md conflicts) - Design Decisions: why disable auto-memory and avoid project-level CLAUDE.md files - Home: version bump to 0.7.2
Update install command for repo rename to claudecode-plugins
Update wiki docs: centralized storage, write-through persistence, revised defaults
Initial wiki: 10 documentation pages
Initial Home page