@joshuaswarren/openclaw-engram 8.3.48 → 8.3.50
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/README.md +12 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -59,6 +59,18 @@ kill -USR1 $(pgrep openclaw-gateway)
|
|
|
59
59
|
- **Verbatim Artifacts** (`verbatimArtifactsEnabled`) — High-confidence decisions/constraints stored as trusted retrieval anchors.
|
|
60
60
|
- **Recall Planner** (`recallPlannerEnabled`, default `true`) — Lightweight retrieve-vs-think gating.
|
|
61
61
|
|
|
62
|
+
## Compatibility Diagnostics
|
|
63
|
+
|
|
64
|
+
Use the built-in compatibility check before rollouts or after plugin wiring changes:
|
|
65
|
+
|
|
66
|
+
```bash
|
|
67
|
+
openclaw engram compat
|
|
68
|
+
openclaw engram compat --json
|
|
69
|
+
openclaw engram compat --strict
|
|
70
|
+
```
|
|
71
|
+
|
|
72
|
+
`--strict` exits non-zero when any warning/error is present.
|
|
73
|
+
|
|
62
74
|
## Agent Tools
|
|
63
75
|
|
|
64
76
|
| Tool | Description |
|
package/package.json
CHANGED