cleanup: evict old low-level public Lua APIs after migration #395
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#395
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?
Part of #389.
Depends on #393 and #394.
Suggested order: 6.
Problem
Even after a better current-ref model exists, the old promoted Lua surface will continue to pull users toward lower-level helpers and split targeting concepts unless it is explicitly demoted or removed.
Proposed solution
Do the breaking cleanup after the new API and docs have settled:
This should include reviewing helpers such as the currently promoted
forge.opsPR/CI/browse verbs and deciding whether they remain internal, compatibility-only, or are removed outright.Scope
Acceptance criteria
Out of scope
Fixed by #403.