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
976 B
976 B
Architecture
store.pyowns SQLite messages, leases, endpoints, and schema migration.service.pyexposes the authenticated local Unix-socket protocol and runs endpoint-scoped delivery polling.tmux.pyowns tmux endpoint/session lifecycle;control.pyowns tmux control mode and injection.ptytap.pytransparently proxies the agent PTY whilerouting.pyobserves complete input lines for direct repository addressing.broker.pyconnects observed routing intent to durable queue state and control-mode delivery.cli.pyis the operator surface for lifecycle, messaging, inspection, replay/export, purging, completion, and diagnostics.
The terminal boundary has three layers: tmux for topology/output, the broker
for identity and durable intent, and tamq tap for full-duplex input
observation. Preserve that separation when adding coordination-engine support.
Quick Reference
~/state-hub/mcp_server/TOOLS.md — MCP tool reference