Second Brain — Ingest Process raw source documents into structured, interlinked wiki pages. Identify Sources to Process Determine which files need ingestion: 1. If the user specifies a file or files, use those 2. If the user says "process new sources" or similar, detect unprocessed files: - List all files in (excluding ) - Read and extract all previously ingested source filenames from entries - Any file in not listed in the log is unprocessed 3. If no unprocessed files are found, tell the user Process Each Source For each source file, follow this workflow: 1. Read the source completely Read t…