mirror of
https://github.com/mikeyobrien/ralph-orchestrator.git
synced 2026-04-25 07:05:57 +03:00
[PR #78] [MERGED] feat(tui): refactor to iteration-based architecture with snapshot testing #122
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ralph-orchestrator#122
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?
📋 Pull Request Information
Original PR: https://github.com/mikeyobrien/ralph-orchestrator/pull/78
Author: @mikeyobrien
Created: 1/20/2026
Status: ✅ Merged
Merged: 1/20/2026
Merged by: @mikeyobrien
Base:
main← Head:feature/tui📝 Commits (4)
b9297c5feat(tui): refactor to iteration-based architecture with snapshot testing3d0e053fix(tui): clear viewport buffer to prevent artifacts on iteration switchf3db307fix(tui): autoscroll content and preserve markdown line boundaries57be8dcfix(tui): remove ellipsis truncation from TUI content📊 Changes
152 files changed (+17009 additions, -1768 deletions)
View changed files
📝
.claude/commands/verify-behaviors.md(+2 -2)📝
AGENTS.md(+2 -1)📝
Cargo.lock(+660 -7)📝
Cargo.toml(+7 -1)📝
PROMPT.md(+4 -2)📝
README.md(+3 -4)📝
crates/ralph-adapters/Cargo.toml(+12 -0)📝
crates/ralph-adapters/src/cli_backend.rs(+11 -14)📝
crates/ralph-adapters/src/lib.rs(+4 -1)📝
crates/ralph-adapters/src/pty_executor.rs(+174 -55)📝
crates/ralph-adapters/src/stream_handler.rs(+1134 -0)📝
crates/ralph-cli/Cargo.toml(+3 -0)📝
crates/ralph-cli/src/init.rs(+7 -3)📝
crates/ralph-cli/src/main.rs(+209 -115)📝
crates/ralph-cli/src/sop_runner.rs(+3 -1)📝
crates/ralph-core/src/config.rs(+0 -7)📝
crates/ralph-core/src/lib.rs(+3 -0)➕
crates/ralph-core/src/text.rs(+108 -0)➕
crates/ralph-core/src/utils.rs(+71 -0)📝
crates/ralph-tui/Cargo.toml(+6 -1)...and 80 more files
📄 Description
Summary
Key Changes
TUI Architecture (
ralph-tui)content.rswidget replacingterminal.rsandscroll.rsTesting
Specs & Tasks
specs/tui-refactor/- Complete architectural redesign specspecs/tui-observation-mode/- Observation-only mode specTest plan
cargo test -p ralph-tui- All TUI unit and snapshot tests passcargo test- Full test suite passescargo run --bin ralph -- run --tui -c <config> -p "test"🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.