Define gating policy for local git picker actions #184
Labels
No labels
bug
documentation
duplicate
enhancement
fugitive
good first issue
help wanted
invalid
question
v0.1.0
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/forge.nvim#184
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?
Problem
The local git pickers for branches, commits, and worktrees expose actions, but there is no explicit cross-surface policy for when those actions should appear or be suppressed.
Examples include delete actions that are blocked only after selection, worktree actions that depend on current location or checked-out state, and branch/commit actions whose availability is partly implied rather than defined.
Expected
Define a consistent gating policy across the local git picker surfaces.
That should cover at least:
Notes
This is about picker-surface consistency for local git objects, not forge-hosted PR/issue/release actions.
Closing this because the product direction is to keep picker actions flat rather than introduce cross-surface local-git action gating. Any remaining local picker UX problems should be tracked as narrower branch, commit, or worktree behavior bugs instead.