testing-tui-runtime

Installation
SKILL.md

Runtime/E2E testing of the ralph-tui TUI

Use this when a change must be proven in the real TUI (watch mode, engine status labels, pause/resume, shutdown/quit paths) rather than with unit tests.

Build & run

cd /path/to/ralph-tui && bun run build      # produces dist/cli.js

Run the built CLI (not bun run dev) so behaviour matches shipped code:

bun /path/to/ralph-tui/dist/cli.js run [flags]

Scratch tracker (never touch the repo's own .beads)

Installs
10
Repository
subsy/ralph-tui
GitHub Stars
2.5K
First Seen
Sep 3, 2026
testing-tui-runtime — subsy/ralph-tui