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

@ -2,7 +2,7 @@
## Repo Identity
**Purpose:** Local durable message queue and tmux endpoint runtime for coordinating agent workers across gita-registered repositories.
**Purpose:** Repository-aware tmux sessions and durable local messaging without assuming what runs in a pane.
**Domain:** communication
**Repo slug:** tmux-amq
@ -267,9 +267,10 @@ To create a new workplan:
- Install development dependencies with `uv sync --extra dev`.
- Install or upgrade the user command with `make install`.
- The operator alpha acceptance command is
`tamq start --command codex railiance-platform activity-core`; it must open
both exact gita paths and launch Codex once in each new window.
- The terminal-neutral acceptance command is `tamq flex-auth audit-core`; it
must open untouched shells in both exact gita paths and inject no pane input.
- Explicit `--command` runs exactly the requested initial command. Manual
`tamq send`/`tamq inbox` exchange must remain durable and non-invasive.
- Run the test suite with `uv run pytest` or `make test`.
- Before handoff, run `make check`; it combines tests, whitespace validation,
and Python bytecode compilation.