From a32372d3a063f00d2d1e9068792d6caf5aac4491 Mon Sep 17 00:00:00 2001
From: MRDula
Date: Tue, 21 Apr 2026 13:10:33 -0400
Subject: [PATCH] chore(release): bump to v2.1.3
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
All the install-UX work that landed since the v2.1.2 tag (signup
rebrand, mailto for token requests, email allowlist enforcement,
hands-free /heal recovery, BYO CRM /integrate) shipped to `main` via
PR #6 but the v2.1.2 tag still points at the older commit — anyone
eyeballing the Releases page sees stale source. Bump to v2.1.3 so the
new tag actually matches what the release asset zip contains.
- plugin/VERSION, plugin/.claude-plugin/plugin.json: 2.1.2 → 2.1.3
- revmyengine/SKILL.md: frontmatter + /heal fallback threshold
- signup.py: footer + Option B download line
Co-Authored-By: Claude Opus 4.7
---
plugin/.claude-plugin/plugin.json | 2 +-
plugin/VERSION | 2 +-
plugin/skills/revmyengine/SKILL.md | 4 ++--
services/mcp-router/router/signup.py | 4 ++--
4 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/plugin/.claude-plugin/plugin.json b/plugin/.claude-plugin/plugin.json
index 2f3bae5..cc2d971 100644
--- a/plugin/.claude-plugin/plugin.json
+++ b/plugin/.claude-plugin/plugin.json
@@ -1,7 +1,7 @@
{
"name": "reva-turbo",
"displayName": "RevAOps Plugin",
- "version": "2.1.2",
+ "version": "2.1.3",
"description": "The Rev A Manufacturing PM copilot — full RFQ-to-delivery workflow with CRM, memory, and 48 skills. Paste your key in chat and you're in; bring your own CRM (HubSpot, Salesforce, Attio, Pipedrive) or use the bundled Nakatomi + AutoMem defaults.",
"author": {
"name": "Rev A Manufacturing / MrDula Solutions",
diff --git a/plugin/VERSION b/plugin/VERSION
index eca07e4..ac2cdeb 100644
--- a/plugin/VERSION
+++ b/plugin/VERSION
@@ -1 +1 @@
-2.1.2
+2.1.3
diff --git a/plugin/skills/revmyengine/SKILL.md b/plugin/skills/revmyengine/SKILL.md
index 5a0f94d..00ac544 100644
--- a/plugin/skills/revmyengine/SKILL.md
+++ b/plugin/skills/revmyengine/SKILL.md
@@ -1,7 +1,7 @@
---
name: revmyengine
preamble-tier: 1
-version: 2.1.2
+version: 2.1.3
description: |
REVA-TURBO master orchestrator for Rev A Manufacturing PM workflow.
Routes requests to the correct sub-skill based on context. Chains the
@@ -755,7 +755,7 @@ prior session's agent discovered:
3. Write `~/.reva-turbo/state/mcp-credentials.env` with the key.
4. Ask the PM to **Cmd-Q + relaunch** (we can't do this without shell).
-This path only works if the running plugin is ≥ v2.1.2 (it is, because
+This path only works if the running plugin is ≥ v2.1.3 (it is, because
`/heal` itself is defined here). If the running plugin is stale the
only option is the Terminal one-liner.
diff --git a/services/mcp-router/router/signup.py b/services/mcp-router/router/signup.py
index 54aeb94..e3a8a44 100644
--- a/services/mcp-router/router/signup.py
+++ b/services/mcp-router/router/signup.py
@@ -426,7 +426,7 @@ def _extract_detail(resp: httpx.Response, fallback: str) -> str:
Option B — Manual upload
-
Downloadreva-turbo-<version>.zip (v2.1.2+) from
+
Downloadreva-turbo-<version>.zip (v2.1.3+) from
GitHub Releases. Don't unzip.
If you already have RevAOps installed (v2.0.x or earlier), go to
@@ -491,7 +491,7 @@ def _extract_detail(resp: httpx.Response, fallback: str) -> str: