From 93baf71f2c84ff5216d93d2cabbd6ac42ea63743 Mon Sep 17 00:00:00 2001 From: Draco-Lunaris-Echo Date: Wed, 10 Jun 2026 11:20:21 -0500 Subject: [PATCH] docs: add tasks/roadmap.md with future work sections (#72) --- tasks/roadmap.md | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 tasks/roadmap.md diff --git a/tasks/roadmap.md b/tasks/roadmap.md new file mode 100644 index 0000000..4d9cdca --- /dev/null +++ b/tasks/roadmap.md @@ -0,0 +1,44 @@ +# Linux Patch Manager — Roadmap + +Future work items for the Linux Patch Manager project. Items here are candidates +for future PRs — promote them to GitHub/Gitea issues when ready to work them. + +--- + +## How to use this file + +- **Add items** under the appropriate section (or create a new section). +- **Reference issues/PRs** when known: `(#NN)` at the end of the line. +- **Promote to issues** when ready to start work — link the issue back to this file. +- **Mark completed items** with `~~strikethrough~~` and the PR/issue that closed them. +- **Don't delete completed items** — keep the audit trail. + +--- + +## Packaging & Install + +_(empty — add items here)_ + +## CI/CD + +_(empty — add items here)_ + +## Security + +_(empty — add items here)_ + +## Infrastructure + +_(empty — add items here)_ + +## Documentation + +_(empty — add items here)_ + +## Refactoring + +_(empty — add items here)_ + +--- + +_Last updated: 2026-06-10 — created `tasks/roadmap.md`_