docs: F-07 done — board abgeschlossen, alle Features implementiert

Session-Log und Session-Prompt für F-07. Alle Items F-01 bis F-07
sind jetzt . tg-bot-jetson ist deployment-ready.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-03 23:49:04 +02:00
parent 1df7aa5296
commit 33ff3a9efd
4 changed files with 62 additions and 7 deletions

View File

@@ -0,0 +1,25 @@
# Session-Prompt F-07 — Deployment-Config
```
Modell: Haiku
Du arbeitest in /Users/tarikmoussa/Desktop/files/tg-bot-jetson auf einem neuen Branch
`feat/deployment` (von `main`).
## Aufgabe
Erstelle die Deployment-Konfiguration: systemd-Unit-Datei (primaer fuer Jetson/Ubuntu)
und Dockerfile (alternativer Docker-Pfad). Dokumentiere beide Wege in DEPLOY.md.
## Akzeptanzkriterien
- [ ] `tg-bot-jetson.service` — systemd-Unit mit korrekten Abhaengigkeiten und Hardening.
- [ ] `Dockerfile` — minimales Image, keine Dev-Deps, frozen lockfile.
- [ ] `DEPLOY.md` — vollstaendige Installationsschritte fuer beide Pfade.
- [ ] `uv run pytest tests/ -v` → kein Regression.
## Nicht anfassen
`src/`, `tests/`, `pyproject.toml`, `.env.example`.
## Commit & Push
- `feat: F-07 deployment config — systemd unit, Dockerfile, DEPLOY.md`
- Trailer: `Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>`
```