claude-mem-lite 2.71.2 → 2.71.3

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.
@@ -10,7 +10,7 @@
10
10
  "plugins": [
11
11
  {
12
12
  "name": "claude-mem-lite",
13
- "version": "2.71.2",
13
+ "version": "2.71.3",
14
14
  "source": "./",
15
15
  "description": "Lightweight persistent memory system for Claude Code — FTS5 search, episode batching, error-triggered recall"
16
16
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-mem-lite",
3
- "version": "2.71.2",
3
+ "version": "2.71.3",
4
4
  "description": "Lightweight persistent memory system for Claude Code — FTS5 search, episode batching, error-triggered recall",
5
5
  "author": {
6
6
  "name": "sdsrss"
package/mem-cli.mjs CHANGED
@@ -2421,6 +2421,13 @@ Commands:
2421
2421
  import-jsonl <file-or-dir> Import Claude Code JSONL transcripts (cold-start backfill)
2422
2422
  --project P Project name (default: inferred from cwd)
2423
2423
 
2424
+ import <github-url> Import skills/agents into the resource registry from a GitHub repo
2425
+ --enrich Auto-enrich each imported resource with a Haiku capability summary
2426
+
2427
+ enrich <name> Re-enrich a single registry resource (Haiku capability summary)
2428
+ --all Enrich every active resource missing or failed enrichment
2429
+ --batch Skip the inter-call delay (use only with low rate-limit risk)
2430
+
2424
2431
  activity <action> Non-memdir event log (v2.31) — bugfix/lesson/bug/discovery/etc.
2425
2432
  save --type T "<title>" [--body "<text>"] [--files f1,f2] [--file path] [--importance 1-3] [--project P]
2426
2433
  search "<query>" Search events [--type T] [--limit N] [--project P]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-mem-lite",
3
- "version": "2.71.2",
3
+ "version": "2.71.3",
4
4
  "description": "Lightweight persistent memory system for Claude Code",
5
5
  "type": "module",
6
6
  "packageManager": "npm@10.9.2",