fix: restore interactive PTY behavior
Some checks failed
tamq-ci / test (push) Failing after 6s

Assistant: codex
Assistant-Model: gpt-5.6-sol
Assistant-Session: 01a03397-4d51-7fd1-8ff2-946eb22ea2bc
This commit is contained in:
tegwick 2026-08-24 19:28:49 +02:00
parent 397a2b4d58
commit 68475922bb
15 changed files with 437 additions and 50 deletions

View file

@ -48,7 +48,7 @@ and late-acknowledgement behavior. This task follows the state model from T01.
```task
id: TAMQ-WP-0003-T03
status: todo
status: done
priority: high
state_hub_task_id: "9a3d84b4-55a5-5d18-b4ee-99ac4f111875"
```
@ -58,6 +58,14 @@ service shutdown, endpoint disappearance, and restart recovery without starting
an external coding agent. Keep fast unit tests while adding a bounded integration
suite.
Completed with a real isolated-tmux PTY fixture that proves initial dimensions,
`SIGWINCH` resize propagation, raw mouse-sequence forwarding without newline
buffering, and bounded cleanup. The installed-package lifecycle smoke now also
proves service shutdown/restart, stable pane reuse, disappeared-session endpoint
retirement, and clean recovery into a new tmux instance. The PTY proxy restores
terminal state and forwards termination signals; `--no-service` bypasses the tap
entirely as documented.
## Align CI and operator documentation
```task