v1.0.0 — initial release
vault started as a handful of lines wrapping gocryptfs init/mount/umount because typing out crypt/plain paths by hand every time got old fast. This release rounds it into something actually usable day to day: status and list for checking what’s mounted without guessing, install so it can bootstrap itself onto a fresh machine straight from a wget | sh one-liner, and enough guardrails (init-before-mount checks, name validation, fusermount3/fusermount fallback) that it fails with a clear message instead of a confusing one. It doesn’t do anything gocryptfs itself doesn’t already do, it just removes the friction of remembering directory conventions across however many vaults pile up over time.