claw-code/rust/crates/rusty-claude-cli
TheArchitectit 0ca23dbdf4 test(tui): add regression tests for input corruption and output bleed
InputBar regression tests:
- Submit blocked during turn_in_progress
- Turn state properly cleared after turn completes
- Completions popup no-op when not showing
- Setting turn_in_progress marks dirty
- Cancel clears textarea and marks dirty

ConversationPane regression tests:
- wrap_line respects width in unicode-width terms
- Narrow width doesn't cause infinite loop
- Cache invalidated on width change (resize)
- mark_clean clears dirty flag

TerminalGuard tests:
- leave_for_turn no-op when already outside
- reenter_after_turn short-circuits when already inside
- EventBus sender and drain
2026-06-15 11:04:10 -05:00
..
.claw/sessions feat(runtime): typed task packet format for structured claw dispatch 2026-04-04 00:40:20 +09:00
src test(tui): add regression tests for input corruption and output bleed 2026-06-15 11:04:10 -05:00
tests fix: /config help returns structured section list (#344) 2026-06-05 07:09:48 +09:00
Cargo.toml fix(tui): safe stdout capture + focused OpenCode-style layout 2026-06-12 14:17:21 -05:00
build.rs fix: expose complete version provenance 2026-06-04 15:55:08 +09:00