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>
26 lines
915 B
Markdown
26 lines
915 B
Markdown
# 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>`
|
|
```
|