chore: project scaffold

This commit is contained in:
2026-04-01 02:12:41 +02:00
parent e4e2322eed
commit 20e20f44cd
4 changed files with 43 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
# CLAUDE.md — tüit Transkriptor
Desktop transcription tool. Python, no Docker.
## Key Commands
# Install dependencies
pip install -r requirements.txt
# Run
python main.py
# Run tests
pytest -v
# Trigger recording toggle via signal
pkill -USR1 -f main.py
## Architecture
See docs/plans/2026-04-01-desktop-transcription-design.md