From c9a8d56c5fd3b857460ad9e7be2a898f538ef501 Mon Sep 17 00:00:00 2001 From: forkless Date: Thu, 11 Jun 2026 17:10:59 +0200 Subject: [PATCH] update roadmap: remove CLI flags (overengineered nonsense), add structural GVAS walker --- docs/GOVERNANCE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/GOVERNANCE.md b/docs/GOVERNANCE.md index 185eaf0..fea0c13 100644 --- a/docs/GOVERNANCE.md +++ b/docs/GOVERNANCE.md @@ -107,8 +107,8 @@ Planned changes for upcoming releases, ordered by priority. |--------|------| | v0.4.0 | ✅ All v0.4.0 items completed — released 2026-06-03 | | v0.4.1 | ✅ Persistent app config, backup location picker, split-layout metadata, security docs, pip menus — released 2026-06-09 | -| v0.5.0 | CLI flags: `--backup`, `--extract `, `--inspect ` (`.sav`/`.bak`), `--list` | | v0.5.0 | Migration notification dialog on startup (user sees old backups converted, old files untouched) | +| v0.5.0 | Structural GVAS walker — full schema-based parser replaces the heuristic byte-scan (insurance against game updates breaking metadata extraction) | Items may shift between releases depending on feedback and urgency.