chore: reset repo to clean template state
Some checks failed
gates / quality (push) Has been cancelled

Remove all tg-bot-jetson project artefacts (session logs, filled
session-prompts F-01–F-07, ADRs 0002–0004). Reset ROADMAP.md board,
STATE.md, CONVENTIONS.md project section, manifests/requirements.md,
and metrics/efficiency.csv to blank template placeholders.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-04 09:51:50 +02:00
parent 07ea8e82c3
commit 61ce330fdf
20 changed files with 12 additions and 526 deletions

View File

@@ -38,14 +38,7 @@ Verbindlich für **alle** Aktoren. Änderungen nur per ADR.
2. Tests grün. 3. Docs aktuell. 4. `STATE.md` aktualisiert.
5. Session-Log geschrieben. 6. Quality-Gate `PASS`.
## Projekt: tg-bot-jetson (projektspezifisch — Änderungen per ADR)
## Projekt: _<projektname>_ (projektspezifisch — Änderungen per ADR)
- **Sprache / Runtime:** Python 3.11+
- **Paketmanagement:** `uv` + `pyproject.toml`; Lock-Datei `uv.lock` committen.
- **Bot-Framework:** `python-telegram-bot` v21 (asyncio) ADR-0002.
- **HTTP-Client:** `httpx` (async) für Modell-Connector.
- **Test-Befehl:** `uv run pytest tests/ -v`
- **Lint:** `uv run ruff check src/ tests/`
- **Config-Konvention:** Alle Secrets/Einstellungen via Umgebungsvariablen;
`.env.example` committen, `.env` in `.gitignore` ADR-0003.
- **Spike-Branch:** `spike/<thema>` (z. B. `spike/model-api`), wird nach GO/NO-GO verworfen.
> Dieser Abschnitt wird durch die BOOTSTRAP-Session befüllt.
> Typische Einträge: Sprache/Runtime, Paketmanagement, Test-Befehl, Lint, Config-Konvention.