opencode-mempalace-persistence 1.3.0 → 1.3.1

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 +0 -15
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -294,21 +294,6 @@ When set, the plugin writes a debug log to `/tmp/opencode-mempalace.log`.
294
294
 
295
295
  ---
296
296
 
297
- ## Recommendations
298
-
299
- ### Complementary: upstream OpenCode source adapter
300
-
301
- The MemPalace project has an upstream PR ([#1484](https://github.com/MemPalace/mempalace/pull/1484)) adding `mempalace mine --source opencode` — a pull-based adapter for retrospective ingest of existing OpenCode sessions. This plugin (push, real-time) and the adapter (pull, backfill) are complementary:
302
-
303
- | Approach | Direction | Captures |
304
- |----------|-----------|----------|
305
- | This plugin | Push | Live conversation turns |
306
- | `mempalace mine --source opencode` (PR #1484) | Pull | Existing OpenCode session files |
307
-
308
- For full coverage: install this plugin for live capture, run `mempalace mine --source opencode` once for backfill, never think about it again.
309
-
310
- ---
311
-
312
297
  ## License
313
298
 
314
299
  MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-mempalace-persistence",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
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",