feat: add 'mem learn' CLI for markdown knowledge ingestion
Build and Push / Test (push) Failing after 6s
Build and Push / Build and push image (push) Skipped

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 fcdcd2d037
commit 762acea610
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"