swarmvault inbox import
Import supported files from the configured inbox directory.
Usage
swarmvault inbox import [dir]Arguments
[dir]- Optional inbox directory override. If omitted, SwarmVault usesworkspace.inboxDirfrom config.
What It Does
- Recursively scans the inbox directory
- Imports supported files such as markdown, text, HTML, PDFs, and images
- Detects browser-clipper style markdown bundles with local sidecar assets
- Copies referenced assets into
raw/assets/ - Rewrites markdown image paths to point at canonical stored assets
- Deduplicates repeated content by content hash
Important Behavior
- Inbox import is non-destructive in the current release
- Referenced sidecar assets are tracked as manifest attachments
- Original inbox files are left untouched
Typical Workflow
swarmvault inbox import
swarmvault compile