From 0bde0935c245491d52ccc56052e5e58499900a82 Mon Sep 17 00:00:00 2001 From: adlee-was-taken Date: Sat, 30 May 2026 20:12:41 -0400 Subject: [PATCH] =?UTF-8?q?docs:=20STATUS/ROADMAP=20=E2=80=94=20close=20ou?= =?UTF-8?q?t=20post-audit=20cleanup=20iteration?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Three commits landed since the prior sync (72a59c6) that should be reflected here: - cccb7d7 rule #4 + doc-structure plan ticks - 39ae629 vault lock-screen logo - (this commit) Moves the doc-structure redesign from "in progress" to "complete" (Task 5 verified clean), drops the lock-screen logo from in-flight, and trims Up next to the four genuinely-outstanding items: tag cut, CLI restructure, extension restructure, security polish. Co-Authored-By: Claude Opus 4.7 --- ROADMAP.md | 6 +----- STATUS.md | 30 +++++++++++++++++------------- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/ROADMAP.md b/ROADMAP.md index 28017ce..6723536 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -14,11 +14,7 @@ See `CHANGELOG.md` for tagged-release detail and `STATUS.md` for the per-train c ## Up next -These are immediately queued: - -- **Vault lock-screen logo** *(in progress, uncommitted)* — single `` insertion in `vault.ts` lock-screen render -- **Doc-structure redesign Task 5** — final verification gate (grep for stale paths, confirm link integrity) -- **Cut a tag for the v0.5.x train** — version was bumped to 0.5.0 on 2026-05-04 but never tagged; scope now exceeds the original v0.5.0 plan. `v0.5.1` or `v0.6.0` depending on how you read the breadth. +- **Cut a tag for the v0.5.x train** — version was bumped to 0.5.0 on 2026-05-04 but never tagged; scope now exceeds the original v0.5.0 plan. `v0.5.1` or `v0.6.0` depending on how you read the breadth. Tag-cut needs a `CHANGELOG.md` entry covering Phase 2B + v0.5.1 Streams A/B/C + 1C-γ + Plan B refactor + management-surfaces revamp + doc-structure redesign. ## Medium-term diff --git a/STATUS.md b/STATUS.md index ace7d45..063a419 100644 --- a/STATUS.md +++ b/STATUS.md @@ -4,8 +4,8 @@ ## Version -**Last release tagged:** v0.2.0 — the v0.5.x train (crate + extension versions bumped to 0.5.0 in `cf66bd9`, 2026-05-04) is on `main` but **untagged**. The train has accumulated well past the original v0.5.0 scope; tag when the doc-structure redesign closes. -**Active track:** doc-structure redesign final verification + roadmap planning +**Last release tagged:** v0.2.0 — the v0.5.x train (crate + extension versions bumped to 0.5.0 in `cf66bd9`, 2026-05-04) is on `main` but **untagged**. The train has accumulated well past the original v0.5.0 scope; ready to tag (`v0.5.1` or `v0.6.0` depending on how you read the breadth). +**Active track:** post-audit cleanup → ready to cut a tag ## What landed on main since the v0.5.0 version bump @@ -98,29 +98,33 @@ Plan: `docs/superpowers/plans/2026-05-24-vault-tab-management-surfaces-revamp.md - Item-history-index pane — top-level "items with history" list (`32e1632`) - Sidebar slot wiring + `#history/` route with `#field-history/` legacy normalization (`88d7228`) -### Doc-structure redesign (2026-05-30, in progress) +### Doc-structure redesign (2026-05-30, complete) Spec: `docs/superpowers/specs/2026-05-30-doc-structure-redesign-design.md` -Plan: `docs/superpowers/plans/2026-05-30-doc-structure-redesign.md` +Plan: `docs/superpowers/plans/2026-05-30-doc-structure-redesign.md` (all 37 sub-step boxes ticked) - Task 1: Renamed `ARCHITECTURE.md` → `DESIGN.md`, `docs/ARCHITECTURE.md` → `docs/CRYPTO.md`, `FORMATS.md` → `docs/FORMATS.md` (`36a59cd`) - Task 2: Added scope headers + "Next:" footers to all tour docs (`5e7023f`) - Task 3: Fixed incoming links to renamed paths (`01377e7`) - Task 4: Updated CLAUDE.md living-docs table + added three discipline rules (`bae3f7c`) -- Task 5: Final verification gate — **not yet run** +- Task 5: Final verification gate — all 6 steps pass cleanly (Step 3 grep had three false positives — correct new-path sibling links inside `docs/`, not stale references) + +### Post-audit cleanup (2026-05-30) + +- `STATUS.md` + `ROADMAP.md` synced with three weeks of stealth-shipped work (`72a59c6`) +- CLAUDE.md gains rule #4 (plan-state hygiene) + doc-structure plan checkboxes ticked retroactively (`cccb7d7`) +- Vault lock-screen logo: `` added to `renderLockScreen` for parity with popup unlock view (`39ae629`) ## In progress (uncommitted on main) -- Vault lock-screen logo — 1-line `` insertion in `extension/src/vault/vault.ts` lock-screen render (verified via `git diff`) -- `.claude/settings.json` — harness config tweaks -- Two superseded doc-plan/spec files showing modifications — `2026-04-22-relicario-extension-1c-beta1.md` and `2026-04-11-relicario-design.md` +- `.claude/settings.json` — harness config tweaks (kept aside intentionally) +- Two superseded doc-plan/spec files showing modifications — `2026-04-22-relicario-extension-1c-beta1.md` and `2026-04-11-relicario-design.md` (kept aside intentionally) ## Up next -1. **Doc-structure redesign Task 5** — final verification gate (grep for old paths in renamed files, confirm no broken links remain). The four implementation tasks shipped without checking off the plan's checkboxes; the verification task may be redundant or may catch something. -2. **Cut a tag for the v0.5.x train** — version bumped to 0.5.0 on 2026-05-04 but never tagged; scope now includes Phase 2B + v0.5.1 Streams A/B/C + 1C-γ + Plan B refactor + management-surfaces revamp + doc-structure redesign. Given the breadth, `v0.6.0` may fit better than `v0.5.1`; user decides. -3. **CLI restructure** (spec `2026-05-04-cli-restructure-design.md`, no plan yet) — subcommand reorganization + interactive TUI mode. -4. **Extension restructure** (spec `2026-05-04-extension-restructure-design.md`, no plan yet) — bundle / message-routing cleanup. -5. **Security polish** (spec `2026-05-04-security-polish-design.md`, no plan yet) — follow-up security hardening from the architecture review. +1. **Cut a tag for the v0.5.x train.** Version bumped to 0.5.0 on 2026-05-04 but never tagged; scope now includes Phase 2B + v0.5.1 Streams A/B/C + 1C-γ + Plan B refactor + management-surfaces revamp + doc-structure redesign. Given the breadth, `v0.6.0` may fit better than `v0.5.1`; user decides. Tagging will also need a CHANGELOG entry covering the train. +2. **CLI restructure** (spec `2026-05-04-cli-restructure-design.md`, no plan yet) — subcommand reorganization + interactive TUI mode. +3. **Extension restructure** (spec `2026-05-04-extension-restructure-design.md`, no plan yet) — bundle / message-routing cleanup. +4. **Security polish** (spec `2026-05-04-security-polish-design.md`, no plan yet) — follow-up security hardening from the architecture review. See `ROADMAP.md` for the longer arc and `CHANGELOG.md` for tagged-release history (current head: `v0.5.0` entry, dated 2026-05-02 — predates the v0.5.1 train work and will be revised when the next tag cuts).