Skip to content

Release v1.5.2#26

Merged
YASoftwareDev merged 1 commit intomasterfrom
release/v1.5.2
May 6, 2026
Merged

Release v1.5.2#26
YASoftwareDev merged 1 commit intomasterfrom
release/v1.5.2

Conversation

@YASoftwareDev
Copy link
Copy Markdown
Owner

Release v1.5.2

Closes #25.

What's in this release

Fixed: get.sh no longer aborts when an existing install has local modifications. It now auto-runs stash → pull → stash-pop and only stops if the stash pop has real merge conflicts (content disagreement requiring human judgment). All three failure modes (stash fail, pull fail, pop conflict) print clear recovery instructions.

Docs: CLAUDE.md and AGENTS.md updated to document get.sh's update behaviour on existing clones.

See CHANGELOG.md for the full entry.

On existing installs, get.sh now automatically runs stash → pull →
stash-pop when local modifications would block the pull. Only aborts
on actual stash-pop conflicts (requires human judgment). Closes #25.

Also bumps VERSION to 1.5.2, adds CHANGELOG entry, and documents
the get.sh update behaviour in CLAUDE.md and AGENTS.md.
@YASoftwareDev YASoftwareDev merged commit 3f3cfdb into master May 6, 2026
15 checks passed
@YASoftwareDev YASoftwareDev deleted the release/v1.5.2 branch May 6, 2026 09:20
YASoftwareDev added a commit that referenced this pull request May 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

get.sh: auto-stash local modifications instead of aborting on existing installs

1 participant