docs: bootstrap tg-bot-jetson — board, ADRs, state, session-prompts

ROADMAP mit 7 Items (F-01…F-07) und DAG. STATE aktiviert. CONVENTIONS
projektspezifisch ergänzt. ADRs 0002-0004 (Stack, Whitelist, Spike-Gate).
Kaltstartfähige Prompts für F-01 (Skeleton) und F-02 (API-Spike) erzeugt.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-03 23:24:13 +02:00
parent 49cbd00677
commit b7b6766364
10 changed files with 288 additions and 13 deletions

View File

@@ -37,3 +37,15 @@ Verbindlich für **alle** Aktoren. Änderungen nur per ADR.
1. Manifest-Eintrag (`manifests/requirements.md`) mit Test + Status `done`.
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)
- **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.