Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 484 Bytes

File metadata and controls

25 lines (21 loc) · 484 Bytes

Runbook — Temporaeth

Local setup

python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

Basic command

python -m src.temporaeth.cli --help

Troubleshooting

  • Check Python version (3.11+)
  • Recreate virtualenv if dependency conflicts occur
  • Run tests before opening an issue

Release checklist

  • Lint passes
  • Typecheck passes
  • Tests pass
  • README and docs updated
  • Version tag and changelog note