From d8c80756fe127c5ee21c7c43a40763787a43b0b4 Mon Sep 17 00:00:00 2001 From: Kjell Tore Guttormsen Date: Sat, 9 May 2026 15:43:28 +0200 Subject: [PATCH] =?UTF-8?q?chore(voyage):=20bump=20version=20to=204.2.0=20?= =?UTF-8?q?=E2=80=94=20annotation=20pipeline=20+=20first=20playground=20sh?= =?UTF-8?q?ip?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit v4.1.0 → v4.2.0. Two-file change per Step 14 manifest (package.json + .claude-plugin/plugin.json). Description tagline expanded from "brief, research, plan, execute, review, continue" to include "revise" and "+ first marketplace playground". Out-of-scope under Step 14 forbidden_paths (left at 4.1.0 intentionally): - lib/exporters/otlp-format.mjs (VOYAGE_SCOPE_VERSION constant) - hooks/scripts/otel-export.mjs (User-Agent header) These constants are touched on the next bump where the constants directory is in scope; keeping them stale for one release is acceptable since otel/otlp telemetry is opt-in and the version field is informational. Verification: - node -e "import('./package.json',{with:{type:'json'}}).then(m=>console.log(m.default.version))" → 4.2.0 - jq -r .version .claude-plugin/plugin.json → 4.2.0 - npm test: 610 pass / 0 fail / 2 skipped (Docker) - SC11 pipeline-self-eat gate: render-artifact.mjs renders own brief.md + plan.md to non-empty HTML --- plugins/voyage/.claude-plugin/plugin.json | 4 ++-- plugins/voyage/package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/voyage/.claude-plugin/plugin.json b/plugins/voyage/.claude-plugin/plugin.json index 374f2ec..86af63d 100644 --- a/plugins/voyage/.claude-plugin/plugin.json +++ b/plugins/voyage/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "voyage", - "description": "Voyage — brief, research, plan, execute, review, continue. Contract-driven Claude Code pipeline.", - "version": "4.1.0", + "description": "Voyage — brief, research, plan, execute, review, revise, continue. Contract-driven Claude Code pipeline + first marketplace playground.", + "version": "4.2.0", "author": { "name": "Kjell Tore Guttormsen" }, diff --git a/plugins/voyage/package.json b/plugins/voyage/package.json index c66edf0..0c31be8 100644 --- a/plugins/voyage/package.json +++ b/plugins/voyage/package.json @@ -1,7 +1,7 @@ { "name": "voyage", - "version": "4.1.0", - "description": "Voyage — brief, research, plan, execute, review, continue. Contract-driven Claude Code pipeline.", + "version": "4.2.0", + "description": "Voyage — brief, research, plan, execute, review, revise, continue. Contract-driven Claude Code pipeline + first marketplace playground.", "type": "module", "engines": { "node": ">=18"