feat: add 'mem learn' CLI for markdown knowledge ingestion

6 knowledge files: rust, SOLID/DRY, ast-grep, karpathy, golang, caveman
65 chunks ingested to log/knowledge/learn/latest.jsonl
Chunks on ## headings, SHA256 dedup, configurable chunk size
This commit is contained in:
2026-08-29 22:04:14 -07:00
parent d6b6c763b6
commit a5ff20c9f7
10 changed files with 621 additions and 0 deletions
+1
View File
@@ -40,3 +40,4 @@ jsonwebtoken = { workspace = true }
reqwest = { workspace = true }
async-trait = { workspace = true }
urlencoding = { workspace = true }
walkdir = "2.5"