Rationale
PR #788 added tools/tui-tests/ — a tmux-driven test harness for the boxen --debug-tui REPL. It is intended as a skippable tier in the project's /auto Test Manifest (run if tmux is available; otherwise skipped with a note).
Wiring was deferred from PR #788 because CLAUDE.md was in an unrelated unmerged state (AGENTS.md UU + CLAUDE.md modified+staged) at session start, and editing it would worsen the pending state.
Desired Outcome
Once the AGENTS.md merge is resolved, update both ## /auto Test Manifest sections in CLAUDE.md (there are two; lines 127 and 227 as of 4ce8a09cd) to add a TUI tier:
- **TUI**: `./tools/tui-tests/run.sh` (skippable — requires `tmux`; HTML
snapshots additionally require `aha` (brew install aha))
Update the table semantics text if needed to clarify that skippable
means "run if infra is available; otherwise note skip in PR description"
(which it already does).
Exit Criteria
Context
Rationale
PR #788 added
tools/tui-tests/— a tmux-driven test harness for the boxen--debug-tuiREPL. It is intended as askippabletier in the project's /auto Test Manifest (run if tmux is available; otherwise skipped with a note).Wiring was deferred from PR #788 because CLAUDE.md was in an unrelated unmerged state (
AGENTS.mdUU +CLAUDE.mdmodified+staged) at session start, and editing it would worsen the pending state.Desired Outcome
Once the AGENTS.md merge is resolved, update both
## /auto Test Manifestsections in CLAUDE.md (there are two; lines 127 and 227 as of4ce8a09cd) to add a TUI tier:Update the table semantics text if needed to clarify that
skippablemeans "run if infra is available; otherwise note skip in PR description"
(which it already does).
Exit Criteria
## /auto Test Manifestsections in CLAUDE.md mention the TUI tier/autorunstools/tui-tests/run.shwhen tmux is in PATH/autonotes "TUI tests skipped — tmux not installed" in PR description otherwiseContext