feat(target): define Forge target default policy #151
No reviewers
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!151
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/forge-target-policy"
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 new
:Forgecommand language could parse explicit repo and revision addresses, but it still had no canonical policy for omitted targets. That left alias order, collaboration repo defaults, CI repo defaults, and browse/create fallback behavior implicit.Solution
Add a dedicated target policy layer with configurable aliases and default repo settings, thread normalized default policy metadata through
forge.cmd, and pass resolved scope defaults into list/create/browse dispatch. This also documents the alias resolution order and default-vs-explicit override model in the help file.