surface/api: classify deterministic and interactive entrypoints #463

Closed
opened 2026-04-27 19:59:26 +00:00 by barrettruth · 1 comment
barrettruth commented 2026-04-27 19:59:26 +00:00

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.

## 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.
barrettruth commented 2026-04-27 20:18:00 +00:00

Fixed by merged PR #469.

Fixed by merged PR #469.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
barrettruth/forge.nvim#463
No description provided.