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.
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]
|