clawmem 0.3.3 → 0.3.4
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/AGENTS.md +2 -1
- package/CLAUDE.md +2 -1
- package/README.md +1 -0
- package/SKILL.md +2 -1
- package/package.json +1 -1
package/AGENTS.md
CHANGED
|
@@ -663,8 +663,9 @@ echo "user query" | clawmem surface --context --stdin
|
|
|
663
663
|
echo "session-id" | clawmem surface --bootstrap --stdin
|
|
664
664
|
```
|
|
665
665
|
|
|
666
|
-
**
|
|
666
|
+
**Browse and analysis:**
|
|
667
667
|
```bash
|
|
668
|
+
clawmem list [-n N] [-c col] # Browse recent documents (--json for machine output)
|
|
668
669
|
clawmem reflect [N] # Cross-session reflection (last N days, default 14)
|
|
669
670
|
# Shows recurring themes, antipatterns, co-activation clusters
|
|
670
671
|
clawmem consolidate [--dry-run] # Find and archive duplicate low-confidence documents
|
package/CLAUDE.md
CHANGED
|
@@ -663,8 +663,9 @@ echo "user query" | clawmem surface --context --stdin
|
|
|
663
663
|
echo "session-id" | clawmem surface --bootstrap --stdin
|
|
664
664
|
```
|
|
665
665
|
|
|
666
|
-
**
|
|
666
|
+
**Browse and analysis:**
|
|
667
667
|
```bash
|
|
668
|
+
clawmem list [-n N] [-c col] # Browse recent documents (--json for machine output)
|
|
668
669
|
clawmem reflect [N] # Cross-session reflection (last N days, default 14)
|
|
669
670
|
# Shows recurring themes, antipatterns, co-activation clusters
|
|
670
671
|
clawmem consolidate [--dry-run] # Find and archive duplicate low-confidence documents
|
package/README.md
CHANGED
|
@@ -615,6 +615,7 @@ clawmem profile Show user profile
|
|
|
615
615
|
clawmem profile rebuild Force profile rebuild
|
|
616
616
|
clawmem update-context Regenerate per-folder CLAUDE.md
|
|
617
617
|
|
|
618
|
+
clawmem list [-n/--limit N] [-c col] [--json] Browse recent documents
|
|
618
619
|
clawmem budget [--session ID] Token utilization
|
|
619
620
|
clawmem log [--last N] Session history
|
|
620
621
|
clawmem hook <name> Manual hook trigger
|
package/SKILL.md
CHANGED
|
@@ -684,9 +684,10 @@ clawmem reindex --enrich # Full A-MEM pipeline on ALL docs (entity extrac
|
|
|
684
684
|
# Without --enrich, reindex only refreshes metadata for changed docs.
|
|
685
685
|
```
|
|
686
686
|
|
|
687
|
-
### Analysis
|
|
687
|
+
### Browse and Analysis
|
|
688
688
|
|
|
689
689
|
```bash
|
|
690
|
+
clawmem list [-n N] [-c col] # Browse recent documents (--json for machine output)
|
|
690
691
|
clawmem reflect [N] # Cross-session reflection (last N days, default 14)
|
|
691
692
|
# Recurring themes, antipatterns, co-activation clusters
|
|
692
693
|
clawmem consolidate [--dry-run] # Find and archive duplicate low-confidence documents
|