Skip to content

fix: remove redundant re-exports in src/tui - #752

Merged
avoidwork merged 1 commit into
mainfrom
fix/remove-tui-redundant-reexports
Aug 10, 2026
Merged

fix: remove redundant re-exports in src/tui#752
avoidwork merged 1 commit into
mainfrom
fix/remove-tui-redundant-reexports

Conversation

@avoidwork

Copy link
Copy Markdown
Owner

Summary

Remove redundant re-exports in src/tui: (1) Remove nextPanel/prevPanel from hooks.js, (2) Remove or merge unused components.js.

What Changes

  • Remove nextPanel and prevPanel from hooks.js (pass-through re-exports with no added logic)
  • Update consumers to import from panels.js directly
  • Audit components.js — remove if unused, merge into index.js if used
  • No behavioral changes — purely cleanup of dead code

OpenSpec

Full spec available at openspec/changes/remove-tui-redundant-reexports/

Related

Fixes #746

- Create proposal, design, tasks, and spec artifacts
- Plan removal of hooks.js re-exports and components.js
@avoidwork avoidwork added the bug Something isn't working label Aug 10, 2026
@avoidwork avoidwork self-assigned this Aug 10, 2026
@avoidwork
avoidwork enabled auto-merge (squash) August 10, 2026 05:21
@avoidwork
avoidwork merged commit fe5b3eb into main Aug 10, 2026
3 checks passed
@avoidwork
avoidwork deleted the fix/remove-tui-redundant-reexports branch August 10, 2026 05:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

refactor: remove redundant re-exports in src/tui

1 participant