From 87eaaa0f6aaa52d8a6e6ea3c244bf6f4b3187e9c Mon Sep 17 00:00:00 2001 From: Vitali Graf Date: Fri, 10 Apr 2026 20:24:04 +0200 Subject: [PATCH] docs: extend CLAUDE.md with language and uv run conventions Co-Authored-By: Claude Sonnet 4.6 --- CLAUDE.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CLAUDE.md b/CLAUDE.md index 18b6552..630b970 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -4,9 +4,13 @@ Lokales Speech-to-Text-Tool: Hotkey halten → Audio aufnehmen → faster-whispe ## Entwicklungsumgebung - Python 3.13+, Paketmanager: `uv` (Lock-File: `uv.lock`) +- Python-Scripts direkt ausführen: `uv run python ` - Tests: `uv run pytest` (mit `pytest-asyncio` für async-Tests) - Starten: `uv run whisper-local` +## Sprache +- Entwicklungs- und Dokumentationssprache: Deutsch (Code-Bezeichner bleiben Englisch) + ## Architektur - Plattform-Dispatch via Factory-Funktionen: `create_listener()` / `create_inserter()` - Linux: evdev (Hotkey) + ydotool/wl-copy (Wayland-Inserter)