chore: register repository governance baseline
Some checks failed
tamq-ci / test (push) Failing after 6s
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:
parent
7c76f79463
commit
7b4a972655
18 changed files with 902 additions and 0 deletions
23
.claude/rules/stack-and-commands.md
Normal file
23
.claude/rules/stack-and-commands.md
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
## 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
|
||||
|
||||
# Run tests
|
||||
uv run pytest
|
||||
|
||||
# Full repository check
|
||||
make check
|
||||
|
||||
# Exercise the CLI
|
||||
uv run tamq --help
|
||||
uv run tamq --version
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue