@mrc2204/agent-smart-memo 4.0.1 → 4.0.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 +10 -8
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -116,14 +116,16 @@ User sends message → Agent responds
116
116
 
117
117
  ### Essence Distillation Modes
118
118
 
119
- The plugin automatically selects a distillation mode based on content:
120
-
121
- | Mode | When | What it keeps |
122
- |------|------|---------------|
123
- | `general` | Default | Decision-grade facts, rules, configurations |
124
- | `principles` | Learning content detected | Invariant principles, atomic rules |
125
- | `requirements` | Technical discussions | Non-negotiable constraints, specs |
126
- | `market_signal` | Trading/market content | Directional signals, risk levels, triggers |
119
+ The plugin automatically detects what kind of content is being discussed and applies the right distillation mode:
120
+
121
+ | Mode | Auto-detected when... | What it keeps |
122
+ |------|----------------------|---------------|
123
+ | `general` | Most conversations | Key decisions, rules, configurations |
124
+ | `principles` | Learning or teaching content | Core principles, atomic rules |
125
+ | `requirements` | Technical specs or constraints | Measurable requirements, acceptance criteria |
126
+ | `market_signal` | Financial or market discussions | Actionable signals, risk levels, triggers |
127
+
128
+ Modes are inferred automatically — no configuration needed.
127
129
 
128
130
  ## Available Tools
129
131
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mrc2204/agent-smart-memo",
3
- "version": "4.0.1",
3
+ "version": "4.0.2",
4
4
  "description": "Smart Memory Plugin for OpenClaw \u2014 structured slot memory with auto-capture, auto-recall, essence distillation, and Qdrant vector search",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",