feat: make sessions terminal neutral
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 20:10:08 +02:00
parent 408d32df88
commit 74b2f27997
20 changed files with 608 additions and 182 deletions

View file

@ -38,7 +38,7 @@ def test_real_tmux_starts_two_repo_windows_and_reuses_them(tmp_path, monkeypatch
)
try:
endpoint = manager.ensure_plan(plan)
endpoint = manager.ensure_plan(plan, tap=True)
assert endpoint.created_session is True
assert endpoint.created_windows == ("railiance-platform", "activity-core")
@ -65,7 +65,7 @@ def test_real_tmux_starts_two_repo_windows_and_reuses_them(tmp_path, monkeypatch
time.sleep(0.05)
assert all("alpha-ready" in capture for capture in captures)
reused = manager.ensure_plan(plan)
reused = manager.ensure_plan(plan, tap=True)
assert reused.created_session is False
assert reused.created_windows == ()
reused_rows = manager._run(