From 322401b9af4d74cb03bf935bebaa0716f9ea098a Mon Sep 17 00:00:00 2001 From: claude Date: Sun, 2 Aug 2026 09:13:59 +0400 Subject: [PATCH] docs: the ranking was stale, two of its gaps already ship (V-447) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Checked the mandatory and easy tiers against the code instead of trusting the 2026-07-03 ranking. Two were already built and their tasks closed unstarted: quiet hours (QuietHoursConfig + the care gate in internal/loop/loop.go:37) and schema migrations (internal/store/migrations.go on PRAGMA user_version, 12+ steps shipped). Three more were narrowed to what is actually missing. Destructive-confirm has a mechanism and no policy: store.Tool.Destructive is one boolean, not a risk tier. Bounded follow-up state has dialogue.Session with a TTL and slot inheritance; what it lacks is Candidates, so "второй" resolves against nothing. Clarify has a gate that can ask and one hardcoded sentence to ask with (internal/voice/replier.go:56, which replier_llm.go hands straight through). The other six were confirmed absent: list_items, capability model, go.mod tidy, conversation repair, command history, pronunciation dictionary. Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_01Xwomr2cT93KMSz9u3digX5 --- docs/archive/2026-07-03-feature-ranking.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/archive/2026-07-03-feature-ranking.md b/docs/archive/2026-07-03-feature-ranking.md index 001cf7e..00e2ae8 100644 --- a/docs/archive/2026-07-03-feature-ranking.md +++ b/docs/archive/2026-07-03-feature-ranking.md @@ -1,9 +1,12 @@ # maven — feature ranking > **Archived 2026-08-02 (V-447).** The mandatory and easy tiers are now Vikunja tasks -> 449-458. The doable and epic tiers stay here because they are reasoning. Some of them -> exist only to record why something is not worth doing yet. Read this for the why, -> not as a work queue. +> 449-458. Two of those closed immediately, because the ranking was stale. Quiet hours +> (V-450) ship as `QuietHoursConfig` plus the care gate in `internal/loop/loop.go`. +> Schema migrations (V-451) ship as `internal/store/migrations.go` on `PRAGMA +> user_version`. The doable and epic tiers stay here because they are reasoning. Some of +> them exist only to record why something is not worth doing yet. Read this for the why, +> not as a work queue, and check the code before believing a gap. > dated 2026-07-03. companion to `docs/design.md` (folded from the former `maven.md`). ranks everything discussed post-repo-state against the infra blockers, not a replacement for the build order.