surface/api: classify deterministic and interactive entrypoints #463
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#463
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
forge.nvim's user-facing surface is documented in pieces, but it still blurs deterministic command/helper entrypoints with interactive route and picker workflows.
Proposed solution
Classify every user-facing Ex and Lua entrypoint as deterministic core, deterministic UI, or interactive route/picker, then align docs, naming, and wrapper placement to that contract.
Fixed by merged PR #469.