From 748ebf4a6474954c2188c390623765347f20bf7c Mon Sep 17 00:00:00 2001 From: forkless Date: Tue, 2 Jun 2026 18:02:08 +0200 Subject: [PATCH] add roadmap to GOVERNANCE.md --- GOVERNANCE.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/GOVERNANCE.md b/GOVERNANCE.md index 42b87ec..e0cf15a 100644 --- a/GOVERNANCE.md +++ b/GOVERNANCE.md @@ -69,9 +69,22 @@ Before signing a release tag, the maintainer verifies: - [ ] `git status` — no uncommitted changes - [ ] `_release.md` What's New section is updated +## Roadmap + +Planned changes for upcoming releases, ordered by priority. + +| Target | Item | +|--------|------| +| v0.4.0 | Remove `discovery.rs` entirely | +| v0.4.0 | Replace `disclaimer_accepted` with 0-byte sentinel file | +| v0.4.0 | Drop `save_scan` from `config.ini` | +| v0.4.0 | Remove `config.ini` entirely — re-request path each session | + +Items may shift between releases depending on feedback and urgency. + ## Changes to This Document This document is versioned with the repository. Proposed changes should be filed as pull requests. The maintainer has final approval. -Last updated: 2026-06-01. +Last updated: 2026-06-02.