docs: start update client stories

This commit is contained in:
2025-12-28 23:32:09 +01:00
parent c004aeffa7
commit 2aa04795b3
8 changed files with 68 additions and 6 deletions

View File

@ -0,0 +1,21 @@
ID: TASK_000028 | Version: 0.1.0 | Status: Draft
By: Codex (GPT-5)
# TASK_000028: Verify and apply update
## Outcome
Update-Artefakt wird verifiziert und atomar angewendet.
## Story-Bezug
US_000027
## Beschreibung
- JSON-Manifest lesen (Version, `artifact_url`, `sha256`, optional `sig_url`).
- `tar.gz` herunterladen und SHA256 pruefen.
- Update atomar anwenden (staging, swap, rollback).
- Fehlerfall dokumentieren (Rollback, Status).
## Definition of Done (DoD)
- Verifikation (Checksum/Signatur) ist beschrieben.
- Atomare Anwendung und Rollback-Strategie sind definiert.
- Fehlerbilder sind erfasst.