What problem does it solve?
It reduces friction when you want to explore or debug an interactive REPL together, by keeping the human from wrestling with typing while still letting them judge what “feels right” during the run.
Core Features & Use Cases
- Observed live REPL driving: Claude launches and operates the interactive REPL inside a dedicated named tmux session while the human spectates read-only.
- Aesthetic vs operational discipline: Claude handles operational verification via pane capture and log/command queries, while the human provides aesthetic feedback.
- Repo-specific configuration: Reads per-repo facts from the ## theoros section in .claude/skill-context.md to know which REPL command and tmux session name to use.
Quick Start
Start a theoros session for your repo by invoking the theoros skill so Claude drives the tmux-launched REPL and you attach with tmux attach -t <session_name> -r.