From a39ab65eb2ec50e2e910a2a6091f286ec0d9f86c Mon Sep 17 00:00:00 2001 From: kisfenyo Date: Sat, 4 Jul 2026 22:53:19 +0200 Subject: [PATCH] docs(context): pointer to app-data restore drill 2026-07-04 + F1/F2/F3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Points to the DRILL audit in felhom.eu. Flags F1 (HIGH): the keep-side restore UI is dead because /api/backup/snapshots has no handler, so the "Visszaállítás indítása" button never enables (server-side POST /backup/restore works). Validation-only run; no code changed. Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_01PSK5g6qYLknKj8u3QAFEr6 --- CONTEXT.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CONTEXT.md b/CONTEXT.md index 13b748c..0bc45fc 100644 --- a/CONTEXT.md +++ b/CONTEXT.md @@ -9,6 +9,9 @@ Last updated: 2026-07-03 (docs: CLAUDE.md refreshed — stable orientation; runbooks live in the felhom skills) +> **2026-07-04 — app-data restore drill** → see `felhom.eu/documentation/audits/DRILL-appdata-restore-2026-07-04.md`. +> Keep-side restore proven live on 9201 (class-A DB replay + fail-closed data-key gate + non-destruction). **F1 (HIGH): UI restore is dead — `/api/backup/snapshots` has no handler, so the restore button never enables.** F2: no one-click in-place class-C (HDD bind-mount) restore. F3: named-volume data never backed up (`DumpAppVolumes*` has no caller). + > **2026-07-03 — CLAUDE.md slimmed to stable orientation** (full package map, verified 9201 deploy > summary, no version-pinned state). Deep runbooks/design/testing doctrine now in the personal > skills `felhom-build-deploy` / `felhom-ui-design` / `felhom-testing` (source: `felhom.eu/skills/`).