Magic Folder

Prototype

Magic Folder is a quiet intake system that keeps active work spaces tidy without hiding what happened.

Overview

The prototype focuses on clarity: where files go, why they moved, and how to undo the action without friction.

Constraints

  • No background services or long-lived daemons.
  • Every action must be reversible.
  • Small, inspectable rule set.

Decisions

  • Rules-first routing with explicit file labels.
  • Verbose audit trail for every move.
  • Local-only operation with zero network dependencies.

Status

Prototype. Evaluating rule ergonomics and the undo model.