seed_from_file
Import memories from markdown or plain text files to populate project context and documentation.
Instructions
Seed memories from a file.
Reads the file and extracts memories based on content structure. Supports markdown files (splits on headers and lists) and plain text.
Common use: Import from project CLAUDE.md or documentation files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Path to file to import | |
| memory_type | No | Memory type for content | project |
| promote_to_hot | No | Promote to hot cache |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| errors | Yes | ||
| memories_created | Yes | ||
| memories_skipped | Yes |