Tags: git-fire/git-fire
Tags
chore: snapshot local path_to_beta recovery work Preserve the in-progress staged and unstaged edits from path_to_beta on a dedicated WIP branch so the working state can be safely synced and resumed.
fix: address CodeRabbit/Bugbot code review on PR #55 - Planner: nil-safe conflict strategy (default new-branch when cfg nil). - Config: when userConfigDir fails, add same home fallback path Viper reads as DefaultConfigPath writes; SaveConfig rejects nil config (+ test). - SSH askpass: reject empty UserHomeDir after UserCacheDir failure. - DefaultLogDir: absolute TempDir fallback if both cache and home fail. - Scan progress: use runewidth for prefix width vs COLUMNS (direct dep). - Tests: derive expected registry/config paths from os.UserConfigDir(). Co-authored-by: Ben Schellenberger <TBRX103@users.noreply.github.com>