refactor(layout): reduce lua/forge root sprawl with clearer namespaces #550
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#550
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
lua/forge/currently has around fifty top-level entries. Even with better seams, that root is still denser than it should be for quick navigation.Scope
Identify a behavior-preserving layout step that reduces top-level sprawl by moving a coherent family of modules behind clearer directories or namespace facades, while preserving compatibility through thin root shims where needed.
This issue should produce a real structural reduction in root-level clutter, not just rename files.
Constraints
Dependency
This should follow the init/export-discipline work so the ownership model is clearer before moving files around.