tmux-amq/.claude/rules/stack-and-commands.md
tegwick 74b2f27997
Some checks failed
tamq-ci / test (push) Failing after 6s
feat: make sessions terminal neutral
Assistant: codex
Assistant-Model: gpt-5.6-sol
Assistant-Session: 01a03397-4d51-7fd1-8ff2-946eb22ea2bc
2026-08-24 20:10:08 +02:00

32 lines
596 B
Markdown

## Stack
- **Language:** Python 3.11+
- **Runtime deps:** Python standard library, tmux, and gita
- **Development deps:** pytest 8+, uv
- **Storage/protocol:** SQLite and a local Unix socket
## Dev Commands
```bash
# Install dependencies
uv sync --extra dev
# Install/upgrade the user command
make install
# Start neutral repository shells
tamq flex-auth audit-core
# Run an explicit initial command only when requested
tamq --command codex flex-auth audit-core
# Run tests
uv run pytest
# Full repository check
make check
# Exercise the CLI
uv run tamq --help
uv run tamq --version
```