synapse_ingest
Process source files into a knowledge base by generating organized pages, adding wikilinks, and updating indexes for structured information management.
Instructions
Process a source file into the knowledge base. Reads the source, generates organized pages (summaries, concepts, entities), adds [[wikilinks]], and updates the index and log.
You MUST read the source file content first, then generate all pages. Follow the CLAUDE.md schema in the vault root for conventions and folder paths.
Steps:
Read the source file
Create a summary page in the configured notes folder
For each key concept: create/update a concept page
For each key entity: create/update an entity page
Add [[wikilinks]] connecting related pages
Update the index
Append to the log
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sourcePath | Yes | Path to the source file relative to vault (e.g. 'sources/my-article.md') |