Define the :Forge master picker / home workflow #59
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#59
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?
Summary
Define what the
:Forgeentry point should be as a master picker / home workflow.Today
:Forgeis mostly a route launcher:routes.luabuilds root sections (prs,issues,ci,branches,commits,worktrees,browse,releases)vim.g.forge.routespickers.luaThat works, but the top-level workflow is still thin and hard to reason about.
Important boundary
This issue is about the top-level home/master workflow.
The first-class PR review workflow is tracked separately in #63 and its linked child issues. This issue should not absorb the review-session work itself.
Problems to solve
branches,commits,worktrees) are useful but visually lighter than PR/issue/CI surfacesScope
:Forgehome/master workflow should beDeliverables
:Forgemaster workflowfzf-lua,snacks, andtelescopeNice-to-haves
Consolidates #79.
Keeping this as the seed idea, but moving the detailed discussion to #87.
#87 is the consolidated planning thread for the
:Forgemaster workflow: philosophy, verified architecture, shell-outs, backend differences, and the concrete first implementation path around root legibility plus the branches/commits/worktrees pickers.Superseded by #87, which now serves as the canonical issue for the :Forge master workflow / home-surface lane. PR review remains separately tracked under #63 and its child issues.