molymemo 1.0.44 → 1.0.45

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "molymemo",
3
- "version": "1.0.44",
3
+ "version": "1.0.45",
4
4
  "description": "OpenClaw plugin for MolyMemo - sync AI chat sessions",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: molymemo-suggestions
3
- description: "Use when acting on a MolyMemo suggestion. Reads the original AI chat to understand the user's preferred format, style, and quality bar — then executes the task matching those expectations."
3
+ description: "Use when the user wants to act on, adopt, or follow up on any suggestion or optimization idea from a MolyMemo cron job result (e.g. after a 'MolyMemo-Push' job completes). Reads the original AI chat to understand the user's preferred format, style, and quality bar — then executes the task matching those expectations."
4
4
  globs:
5
5
  - "molymemo/molymemo-suggestions.json"
6
6
  - "molymemo/chat-data/**"