[claude] Mnemosyne file-based document ingestion pipeline (#1275) #1276
Reference in New Issue
Block a user
Delete Branch "claude/issue-1275"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixes #1275
What's added
ingest_file(archive, path)— reads a single file, extracts title from first# heading(or filename stem), deduplicates viasource_ref(absolute path + mtime), and chunks large files on##headings or fixed character windows (~4000 chars)ingest_directory(archive, dir_path, extensions=None)— walks a directory tree and ingests all matching files (default:.md,.txt,.json), returning count of new entries addedmnemosyne ingest-dir <path> [--ext md,txt]CLI command