oh-my-customcode 0.22.0 → 0.22.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.
package/package.json
CHANGED
|
@@ -47,8 +47,8 @@ Provider: claude-mem | Collection: claude_memories | Archive: ~/.claude-mem/arch
|
|
|
47
47
|
When triggered by session-end signal from orchestrator:
|
|
48
48
|
|
|
49
49
|
1. **Collect** session summary: completed tasks, key decisions, open items
|
|
50
|
-
2. **Save to claude-mem** (if available): `
|
|
51
|
-
3. **Verify episodic-memory** (if available): `
|
|
50
|
+
2. **Save to claude-mem** (if available): `mcp__plugin_claude-mem_mcp-search__save_memory` with project name, session date, and summary
|
|
51
|
+
3. **Verify episodic-memory** (if available): `mcp__plugin_episodic-memory_episodic-memory__search` to confirm session is indexed
|
|
52
52
|
4. **Report** results to orchestrator: saved/skipped/failed per system
|
|
53
53
|
|
|
54
54
|
### Failure Handling
|
|
@@ -60,8 +60,8 @@ User signals session end
|
|
|
60
60
|
|
|
61
61
|
| System | Tool | Action | Required |
|
|
62
62
|
|--------|------|--------|----------|
|
|
63
|
-
| claude-mem | `
|
|
64
|
-
| episodic-memory | `
|
|
63
|
+
| claude-mem | `mcp__plugin_claude-mem_mcp-search__save_memory` | Save session summary with project, tasks, decisions | No (best-effort) |
|
|
64
|
+
| episodic-memory | `mcp__plugin_episodic-memory_episodic-memory__search` | Verify session is indexed for future retrieval | No (best-effort) |
|
|
65
65
|
|
|
66
66
|
### Failure Policy
|
|
67
67
|
|