explore a fugitive-style buffer model for CI views #274
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#274
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?
The recent GitHub CI work improved terminal-based run viewing, but it also highlights a broader design direction worth evaluating: whether CI should converge on a more fugitive-style buffer model instead of a mix of native terminal views and Forge-managed log buffers.
The idea is not to commit to a redesign immediately. It is to evaluate whether a buffer-centric model would make CI navigation, refresh, reuse of the current window, and contextual actions feel more coherent.
Why this is worth exploring:
gx/<cr>semantics are easier to reason about when the surface is Forge-managedQuestions:
Related: