feat: propose TUI redesign via OpenSpec#279
Open
avoidwork wants to merge 1 commit into
Open
Conversation
Create OpenSpec change 'tui-redesign' with complete artifacts: - proposal.md: Motivation, capabilities, impact analysis - design.md: Technical decisions (useReducer, useStreaming hook, file restructuring, panel removal, command registry) - specs/tui-redesign/spec.md: 10 requirements with scenarios covering state management, streaming, file structure, panel removal, command registry, runtime toggles, status bar, message display, scrolling, commands, input lifecycle, edge cases - tasks.md: 15 task groups, 38 implementation steps
Owner
Author
Spec Audit: TUI.md vs. OpenSpecAudit date: 2026-06-16 Coverage Analysis
Gaps (Minor)
ContradictionsNone found. The spec faithfully represents the TUI.md blueprint. YAGNI items are correctly excluded. Session-layer concerns are correctly scoped out. VerdictPASSES. The spec is comprehensive, accurate, and well-scoped. All core requirements from TUI.md are captured. Minor gaps are either implementation details, session-layer concerns, or explicitly deferred (YAGNI). Ready for implementation. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Create OpenSpec change "tui-redesign" — a complete proposal for the TUI architectural reorganization. The change includes proposal.md, design.md, spec.md, and tasks.md artifacts covering state consolidation (useReducer), streaming extraction (useStreaming hook), file restructuring by concern, panel removal, command registry refactor, runtime toggle system, and status bar enhancements.
Type of Change
Testing
N/A — this PR contains only OpenSpec artifacts (proposal, design, spec, tasks). No code changes. Implementation will be done via /opsx-apply after this PR merges.
Coverage
N/A — no code changes in this PR.
Checklist
npm run lintpassesRule 5.4 Compliance
This PR uses the
.github/PULL_REQUEST_TEMPLATE.mdtemplate — every section is filled out. Sections not applicable to artifact-only PRs are marked with "N/A" rather than skipped.