feat(tui): add standalone Gum-powered Rotatui companion (WIP) - #317
Merged
Merged
Conversation
- Scaffold standalone necropolis TUI in rotatui.sh without modifying rotkeeper.sh - Provide interactive coverage for all Rotkeeper rituals and audits - Style with spooky dark palette (ethereal violet, phosphor green, amber, slate) - Implement custom spooky_spin and input draining to prevent Gum v2 terminal query leak - Add rotatui.sh to allowed_root list in rc-release.sh
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.
Summary
Introduces
rotatui.sh, a standalone, optional Terminal User Interface (TUI) companion powered by Charm Gum.Marked as a Work in Progress (WIP) to allow testing and further iteration.
Key Architecture Decisions
rotkeeper.shremains 100% untouched. The TUI lives inrotatui.shand executes rituals throughbash rotkeeper.sh <command>, ensuring that core headless CLI workflows, traps, and validation are preserved.#9d4edd), phosphor green (#06d6a0), ghostly amber (#ffb703), and slate accents.^[[?2026;2$y...from Gum v2.0.0 / Bubbletea) by implementing a smooth, native Bash braille spinner (spooky_spin) and input-draining helper.render,new(tomb wizard),pack,status,assets,links,a11y,preflight,glue,showcase,book,scan,autopsy,dip,bump,release, andtest.rotatui.shinbones/scripts/rc-release.shallowlist.Verification
bash -n rotatui.sh bones/scripts/rc-release.sh(passed)shellcheck rotatui.sh bones/scripts/rc-release.sh(passed, 0 warnings)bash rotkeeper.sh test --dry-run(passed)bash rotkeeper.sh status --short(passed)bash rotkeeper.sh release 0.8.0 --dry-run(passed)