649449c628
Before each `ssr sync`, scan $HOME for dot-dirs/files not yet present in the Mackup backup directory and write them into ~/.mackup/ssr-custom.cfg. This covers tools like .claude, .cursor, .easymcp, .codex, .factory, and any future dot-dir without requiring the user to write manual Mackup app definitions. Curated list handles common developer tools; auto-discovery adds the rest while skipping caches, credential dirs (.ssh, .gnupg, .aws, .azure) and other volatile state. Configurable via: SSR_MACKUP_AUTODISCOVER=true (opt-out with false) SSR_MACKUP_EXTRA_PATHS="..." (space-separated $HOME-relative paths) Co-authored-by: Cursor <cursoragent@cursor.com>