add roadmap to GOVERNANCE.md

This commit is contained in:
2026-06-02 18:02:20 +02:00
parent f4c8ef3e6d
commit 748ebf4a64
+14 -1
View File
@@ -69,9 +69,22 @@ Before signing a release tag, the maintainer verifies:
- [ ] `git status` — no uncommitted changes - [ ] `git status` — no uncommitted changes
- [ ] `_release.md` What's New section is updated - [ ] `_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 ## Changes to This Document
This document is versioned with the repository. Proposed changes should be This document is versioned with the repository. Proposed changes should be
filed as pull requests. The maintainer has final approval. filed as pull requests. The maintainer has final approval.
Last updated: 2026-06-01. Last updated: 2026-06-02.