chore: register repository governance baseline
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 14:16:11 +02:00
parent 7c76f79463
commit 7b4a972655
18 changed files with 902 additions and 0 deletions

View file

@ -0,0 +1,21 @@
## Architecture
- `store.py` owns SQLite messages, leases, endpoints, and schema migration.
- `service.py` exposes the authenticated local Unix-socket protocol and runs
endpoint-scoped delivery polling.
- `tmux.py` owns tmux endpoint/session lifecycle; `control.py` owns tmux control
mode and injection.
- `ptytap.py` transparently proxies the agent PTY while `routing.py` observes
complete input lines for direct repository addressing.
- `broker.py` connects observed routing intent to durable queue state and
control-mode delivery.
- `cli.py` is 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