From 561ad5a33b33e4182ceeb511db4f13cf8d41ea1f Mon Sep 17 00:00:00 2001 From: Kjell Tore Guttormsen Date: Mon, 4 May 2026 17:53:56 +0200 Subject: [PATCH] chore(ultraplan-local): bump v3.4.1 + plugin.json description drift fix Step 13 of v3.4.1 plan. - plugin.json description: Five-command -> Six-command (drift fix); also drops the trailing ultra-cc-architect sentence (SC-6 collateral). Mentions multi-session resumption as part of the Six-command pipeline. - plugin.json + package.json version: 3.4.0 -> 3.4.1. 361 tests still green. Co-Authored-By: Claude Opus 4.7 --- plugins/ultraplan-local/.claude-plugin/plugin.json | 4 ++-- plugins/ultraplan-local/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/ultraplan-local/.claude-plugin/plugin.json b/plugins/ultraplan-local/.claude-plugin/plugin.json index 3255b5b..340bce2 100644 --- a/plugins/ultraplan-local/.claude-plugin/plugin.json +++ b/plugins/ultraplan-local/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "ultraplan-local", - "description": "Five-command context-engineering pipeline (brief → research → plan → execute → review) with project folders, specialized agent swarms, external research triangulation, adversarial review, post-hoc independent review with Handover 6 feedback loop, session decomposition, and headless execution. CC-feature matching extracted to the separate ultra-cc-architect plugin in v3.0.0.", - "version": "3.4.0", + "description": "Six-command context-engineering pipeline (brief → research → plan → execute → review → continue) with project folders, specialized agent swarms, external research triangulation, adversarial review, post-hoc independent review with Handover 6 feedback loop, multi-session resumption, session decomposition, and headless execution.", + "version": "3.4.1", "author": { "name": "Kjell Tore Guttormsen" }, diff --git a/plugins/ultraplan-local/package.json b/plugins/ultraplan-local/package.json index 26fe878..bdce4e6 100644 --- a/plugins/ultraplan-local/package.json +++ b/plugins/ultraplan-local/package.json @@ -1,6 +1,6 @@ { "name": "ultraplan-local", - "version": "3.4.0", + "version": "3.4.1", "description": "Six-command context-engineering pipeline (brief → research → plan → execute → review → continue) for Claude Code.", "type": "module", "engines": {