Overview
Sift Watch turns selected folders into continuously organized inboxes.
invoice.pdf appears ↓wait until stable ↓evaluate policy ↓Documents/invoice.pdfExplicit, persistent authorization
Section titled “Explicit, persistent authorization”Automatic mutation requires an explicit, persistent flag when the watch is registered:
sift watch add ~/Inbox --auto-applyThere’s no way to have Watch mutate a folder without having passed --auto-apply at registration time.
Pre-existing files are never backfilled
Section titled “Pre-existing files are never backfilled”Starting a watch never touches files that already existed before it started — Watch only ever reacts to filesystem events from that point forward.
sift organize ~/Inbox --apply # organize what's already there, oncesift watch start ~/Inbox # then watch for new arrivalsLive config
Section titled “Live config”A running watch resolves its .sift.toml the same way manual organize does, and hot-reloads it — see Configuration Lookup and Lifecycle Guarantees for exactly what happens when the file changes while the watch is running.
Pages in this section
Section titled “Pages in this section”- Register and Start — the
add→stopped→start→runningflow. - Pause, Resume and Stop — the rest of the lifecycle.
- Stability Window — why Watch waits before organizing a new file.
- Recursive Watch — the same boundaries as recursive organize, applied continuously.
- Lifecycle Guarantees — what each transition confirms before returning.
The desktop companion
Section titled “The desktop companion”The optional Tray App manages watched folders visually, without a terminal.
