Add 'active git stash' as an action-required category #2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally filed by @coilysiren on 2026-05-22T18:41:59Z - https://github.com/coilysiren/repo-recall/issues/252
Problem - Stashed git changes are easy to forget. A stash created during one task and not popped silently strands work - there is no ambient signal that a repo has un-popped stashed changes.
Request - Add an action-required category to repo-recall that surfaces any tracked repo with a non-empty
git stashlist. Each entry should name the repo and the stash count (and ideally the stash messages), so a forgotten stash shows up as action-required rather than staying invisible until someone runsgit stash listby hand.Filed in-session because the sidequest dispatch for this did not start.