From c1c4f0093d87af69926c381001cf3922dbbb968b Mon Sep 17 00:00:00 2001 From: Evgenii Konev Date: Tue, 30 Jun 2026 16:51:43 +0500 Subject: [PATCH] docs: mark v0.8/v0.9 shipped in README roadmap - Add v0.9 (bundled review agents) and v0.8 (ru templates) rows - Move "current" marker from v0.7 to v0.9 Maintainer: ekonev@smartandpoint.com --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 47ac025..d648259 100644 --- a/README.md +++ b/README.md @@ -205,7 +205,9 @@ For high-stakes artifacts (ADR / research / epic), `/projectstore:review ` | Version | What ships | Status | |---|---|---| -| **v0.7** | First-run welcome (SessionStart one-shot), auto-update follow-up in `/projectstore:bind` | ✅ current | +| **v0.9** | Bundled review agents (`projectstore-critic`, `code-planner`, `code-reviewer`) | ✅ current | +| v0.8 | Russian (`ru`) templates | ✅ | +| v0.7 | First-run welcome (SessionStart one-shot), auto-update follow-up in `/projectstore:bind` | ✅ | | v0.6 | Session isolation (Claude `session_id`), safer rebind, PreCompact `systemMessage` | ✅ | | v0.5 | PreCompact survival packet | ✅ | | v0.4 | Rename `ps` → `projectstore` for namespace clarity | ✅ |