memorix 0.7.4 → 0.7.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,25 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
+ ## [0.7.6] — 2026-02-24
6
+
7
+ ### Added
8
+ - **`llms.txt` + `llms-full.txt`** — Machine-readable project documentation for AI crawlers (2026 llms.txt standard). Helps Gemini, GPT, Claude, and other AI systems discover and understand Memorix automatically.
9
+ - **FAQ semantic anchors in README** — 7 Q&A entries matching common AI search queries ("How do I keep context when switching IDEs?", "Is there an MCP server for persistent AI coding memory?", etc.)
10
+
11
+ ### Changed
12
+ - **GitHub repo description** — Shortened to ~150 chars for optimal og:title/og:description generation
13
+ - **GitHub topics** — 20 GEO-optimized tags including `cursor-mcp`, `windsurf-mcp`, `claude-code-memory`, `cross-ide-sync`, `context-persistence`, `agent-memory`
14
+ - **package.json keywords** — Replaced generic tags with IDE-specific MCP entity-linking keywords
15
+ - **package.json description** — Shortened to under 160 chars for better meta tag generation
16
+ - **MCP tool descriptions** — Enhanced `memorix_store`, `memorix_search`, `memorix_workspace_sync`, `memorix_skills` with cross-IDE context so AI search engines understand what problems they solve
17
+
18
+ ## [0.7.5] — 2026-02-22
19
+
20
+ ### Changed
21
+ - **README rewrite** — Completely restructured to focus on real-world scenarios, use cases, and features. Added 5 walkthrough scenarios, comparison table with alternatives, "Works with" badges for all 7 agents. Moved detailed config to sub-README.
22
+ - **New `docs/SETUP.md`** — Dedicated setup guide with agent-specific config, vector search setup, data storage, and troubleshooting
23
+
5
24
  ## [0.7.4] — 2026-02-22
6
25
 
7
26
  ### Fixed