tmux-amq/.claude/rules/stack-and-commands.md
tegwick 7b4a972655
Some checks failed
tamq-ci / test (push) Failing after 6s
chore: register repository governance baseline
Assistant: codex
Assistant-Model: gpt-5.6-sol
Assistant-Session: 01a03397-4d51-7fd1-8ff2-946eb22ea2bc
2026-08-24 14:16:11 +02:00

389 B

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

# Install dependencies
uv sync --extra dev

# Run tests
uv run pytest

# Full repository check
make check

# Exercise the CLI
uv run tamq --help
uv run tamq --version