# Changelog
## 0.1.1 - 2026-03-25
* Fix repo name detection for `ssh://` remote URLs (e.g. `ssh://git@github.com/user/repo.git`).
## 0.1.0 - 2026-03-24
Initial release.
### Commands
* `init` -- Clone overlay repo and create config.
* `add` -- Add files or directories to the overlay.
* `rm` -- Remove entries from the overlay and restore originals.
* `clear` -- Remove all overlay symlinks; optionally delete from overlay with `--remove`.
* `apply` -- Re-create symlinks for all overlay entries.
* `ls` -- List overlay entries with modification status.
* `save` -- Commit and push changes to overlay files.
* `pull` / `push` -- Pull or push the overlay repository.
* All mutating commands support `--dry-run`.