From fe33bfe5f8ffcbdbbad27cd4fa9761ccfee88c6d Mon Sep 17 00:00:00 2001 From: srichs <13246896+srichs@users.noreply.github.com> Date: Mon, 16 Feb 2026 22:10:56 -0700 Subject: [PATCH] docs: remove completed 0.1.0 priorities from review --- REVIEW.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/REVIEW.md b/REVIEW.md index 80f185a..d6afe1c 100644 --- a/REVIEW.md +++ b/REVIEW.md @@ -3,15 +3,6 @@ This review was refreshed after the latest completed work and focuses on **new** reliability, UX, and maintainability opportunities for `devr`. -## 0.1.0 release additions to prioritize - -1. **Run package artifact smoke tests as part of release steps.** - - Build the wheel/sdist and verify the installed artifact can execute `devr --version` and `python -m devr --version`. - -2. **Reconcile changelog and version state before tagging.** - - `pyproject.toml` already says `0.1.0`, while `CHANGELOG.md` still has unreleased entries that read as already-shipped features. - - Move completed items into the final `0.1.0` section (or bump target version if intentionally post-0.1.0 work). - ## High-impact improvements 1. **Add machine-readable output modes (`--json`) for `check`, `security`, and `doctor`.**