|
| 1 | +# PRD: P9-T3 — Release version 0.3.0 (Web UI Feature Release) |
| 2 | + |
| 3 | +## 1. Objective |
| 4 | + |
| 5 | +Ship `v0.3.0` as the Web UI release by updating package metadata, documenting release highlights, and preparing publish artifacts for PyPI and MCP Registry workflows. |
| 6 | + |
| 7 | +## 2. Dependencies |
| 8 | + |
| 9 | +- `P10-T3` (completed): main branch recovered and stable after Web UI merge |
| 10 | +- `FU-REBUILD-P10-T1-6` (completed): uninstall/docs consistency fixes included before release |
| 11 | + |
| 12 | +## 3. Deliverables |
| 13 | + |
| 14 | +1. Version bump from `0.2.0` to `0.3.0` in: |
| 15 | + - `pyproject.toml` |
| 16 | + - `server.json` |
| 17 | +2. Changelog entry: |
| 18 | + - `CHANGELOG.md` includes a dated `0.3.0` section with Web UI highlights |
| 19 | + - bottom reference link for `[0.3.0]` |
| 20 | +3. Release execution notes: |
| 21 | + - tag/publish checklist captured in validation report with current execution status |
| 22 | +4. Flow artifacts: |
| 23 | + - `SPECS/INPROGRESS/P9-T3_Validation_Report.md` |
| 24 | + - `SPECS/INPROGRESS/REVIEW_release-0.3.0.md` |
| 25 | + |
| 26 | +## 4. Acceptance Criteria |
| 27 | + |
| 28 | +- `pyproject.toml` project version is `0.3.0` |
| 29 | +- `server.json` top-level and package versions are `0.3.0` |
| 30 | +- `CHANGELOG.md` includes `[0.3.0] - 2026-02-13` with Web UI release summary |
| 31 | +- Local quality gates all pass: |
| 32 | + - `pytest` |
| 33 | + - `ruff check src/` |
| 34 | + - `mypy src/` |
| 35 | + - `pytest --cov` with coverage `>= 90%` |
| 36 | +- Validation report records release command status: |
| 37 | + - tag command prepared |
| 38 | + - push/publish verification status recorded (or explicitly marked as pending if not executed in this run) |
| 39 | + |
| 40 | +## 5. Implementation Plan |
| 41 | + |
| 42 | +1. Update version metadata files. |
| 43 | +2. Add `0.3.0` changelog section with: |
| 44 | + - Web UI dashboard availability |
| 45 | + - operational controls and auditing features |
| 46 | + - packaging/docs polish completed since `0.2.0` |
| 47 | +3. Run all required quality gates and capture outputs. |
| 48 | +4. Document release command readiness and any non-local actions in validation report. |
| 49 | + |
| 50 | +## 6. Risks and Mitigations |
| 51 | + |
| 52 | +- Risk: publish steps require remote side effects (`git push`, tags, CI workflows). |
| 53 | + - Mitigation: record exact commands and execution status in validation report; only run side-effecting commands after local checks pass. |
| 54 | +- Risk: release note drift from implemented features. |
| 55 | + - Mitigation: source highlights from merged P10/FU archive artifacts and current repository state. |
| 56 | + |
| 57 | +--- |
| 58 | +**Archived:** 2026-02-13 |
| 59 | +**Verdict:** PASS |
0 commit comments