Skip to content

Rewrite roadmap into realistic MVP-ready issue backlog#35

Merged
TheZupZup merged 1 commit intomainfrom
codex/conduct-deep-codebase-analysis-and-reporting
Apr 13, 2026
Merged

Rewrite roadmap into realistic MVP-ready issue backlog#35
TheZupZup merged 1 commit intomainfrom
codex/conduct-deep-codebase-analysis-and-reporting

Conversation

@TheZupZup
Copy link
Copy Markdown
Owner

Motivation

  • Make planning honest and actionable by aligning the roadmap with the repository's current, working surfaces.
  • Lower contributor friction by turning aspirational items and placeholders into immediate, startable issues.

Description

  • Replace the previous high-level ROADMAP.md with a reality-based backlog that lists 5 concrete, MVP-style issues (dev/test workflow, GTK entrypoint cleanup, blocklist wording, memory stabilization, and placeholder module decisions).
  • Each issue includes Overview, What needs to be done, Goal, and Notes, and small tasks are labeled good first issue while broader stabilization items are help wanted.
  • This is a documentation-only change to ROADMAP.md and does not modify runtime behavior or application code.
  • Large or risky features (firewall backends, automated kills, service-level rule engines) are explicitly deferred in the new document.

Testing

  • Ran pytest -q in the repo root, which failed during collection with ModuleNotFoundError: No module named 'silentguard'.
  • Ran PYTHONPATH=src pytest -q, which failed due to a missing runtime dependency (ModuleNotFoundError: No module named 'psutil').

Codex Task

@TheZupZup TheZupZup merged commit edc099d into main Apr 13, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant