opencode-mempalace-persistence 1.3.1 → 1.3.2

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.
Files changed (2) hide show
  1. package/README.md +1 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -61,8 +61,6 @@ The `mempalace mcp` command gives you the exact MCP setup string for your config
61
61
 
62
62
  ### 4. Memory injection (recommended)
63
63
 
64
- > **Starting from v1.4.0, `autoInjectContext` will default to `true` — this will be the only behavior.**
65
-
66
64
  The plugin automatically injects your identity + relevant memories from MemPalace into every prompt. No model discipline required.
67
65
 
68
66
  Create `~/.mempalace/plugin-config.json`:
@@ -95,7 +93,7 @@ Call `mempalace_mempalace_kg_query` for entity "user". Then filter the returned
95
93
 
96
94
  After responding, if you discovered any new facts during the conversation (decisions made, milestones reached, problems encountered, preferences expressed, emotional states), call `mempalace_mempalace_kg_add` to record them. Object must be 128 characters or fewer.
97
95
 
98
- **This is mandatory** — facts about the user's projects, decisions, and preferences must be saved for future sessions. If you're unsure whether something is a fact, err on the side of saving it. A session with zero KG entries is likely missing important information.
96
+ **This is mandatory** — record facts you are confident about. Prefer quality over quantity; noisy KG entries degrade retrieval over time.
99
97
 
100
98
  ### Naming reminder
101
99
  All MemPalace tools use the prefix `mempalace_mempalace_*` (not `mempalace_*`). Examples:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-mempalace-persistence",
3
- "version": "1.3.1",
3
+ "version": "1.3.2",
4
4
  "description": "OpenCode plugin — auto-sync conversations to MemPalace memory in real-time. No forced wings, KG extraction via MCP tools.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",