From cb0a5ddec57c32e63e5eb38d6eb22cf73b1c1f70 Mon Sep 17 00:00:00 2001 From: lmiranda Date: Tue, 20 Jan 2026 10:09:01 -0500 Subject: [PATCH] chore: bump version to v2.2.0 and update documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Version updates: - marketplace.json metadata.version: 2.0.0 → 2.2.0 - marketplace.json projman version: 2.0.0 → 2.2.0 - plugins/projman/plugin.json version: 2.0.0 → 2.2.0 Documentation updates: - CHANGELOG.md: Changed [Unreleased] to [2.2.0] - 2026-01-20 - README.md: Updated projman version to v2.2.0 - README.md: Added /review and /test-check to commands list - README.md: Added code-reviewer to agent list - README.md: Updated Key Features section to v2.2.0 - README.md: Added validate-marketplace.sh to structure - plugins/projman/README.md: Updated title to v2.2.0 - plugins/projman/README.md: Updated version changelog Co-Authored-By: Claude Opus 4.5 --- .claude-plugin/marketplace.json | 4 ++-- CHANGELOG.md | 6 ++---- README.md | 10 ++++++---- plugins/projman/.claude-plugin/plugin.json | 2 +- plugins/projman/README.md | 6 ++++-- 5 files changed, 15 insertions(+), 13 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index fab526b..71b50d8 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -6,12 +6,12 @@ }, "metadata": { "description": "Project management plugins with Gitea and NetBox integrations", - "version": "2.0.0" + "version": "2.2.0" }, "plugins": [ { "name": "projman", - "version": "2.0.0", + "version": "2.2.0", "description": "Sprint planning and project management with Gitea integration", "source": "./plugins/projman", "author": { diff --git a/CHANGELOG.md b/CHANGELOG.md index d8087e1..fcb1b2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to support-claude-mktplace will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). -## [Unreleased] +## [2.2.0] - 2026-01-20 ### Added - `/review` command for pre-sprint-close code quality checks (projman) @@ -26,9 +26,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Plugin manifests now include all required fields per Claude Code spec - Installation section uses `extraKnownMarketplaces` instead of undocumented `pluginMarketplace` ---- - -## [Previous Unreleased] +## [2.1.0] - Previous Release ### Added - `docs/CANONICAL-PATHS.md` - Single source of truth for all file paths diff --git a/README.md b/README.md index 593dc70..2c7125e 100644 --- a/README.md +++ b/README.md @@ -4,19 +4,20 @@ A collection of Claude Code plugins for project management, infrastructure autom ## Plugins -### [projman](./plugins/projman/README.md) v2.1.0 +### [projman](./plugins/projman/README.md) v2.2.0 **Sprint Planning and Project Management** AI-guided sprint planning with full Gitea integration. Transforms a proven 15-sprint workflow into a distributable plugin. -- Three-agent model: Planner, Orchestrator, Executor +- Three-agent model: Planner, Orchestrator, Executor, Code Reviewer - Intelligent label suggestions from 43-label taxonomy - Lessons learned capture via Gitea Wiki - Native issue dependencies with parallel execution - Milestone management for sprint organization - Branch-aware security (development/staging/production) +- Pre-sprint-close code quality review and test verification -**Commands:** `/sprint-plan`, `/sprint-start`, `/sprint-status`, `/sprint-close`, `/labels-sync`, `/initial-setup` +**Commands:** `/sprint-plan`, `/sprint-start`, `/sprint-status`, `/sprint-close`, `/labels-sync`, `/initial-setup`, `/review`, `/test-check` ### [claude-config-maintainer](./plugins/claude-config-maintainer/README.md) **CLAUDE.md Optimization and Maintenance** @@ -208,9 +209,10 @@ support-claude-mktplace/ │ ├── CANONICAL-PATHS.md # Single source of truth for paths │ └── references/ └── scripts/ # Setup and maintenance scripts + └── validate-marketplace.sh # Marketplace compliance validation ``` -## Key Features (v2.1.0) +## Key Features (v2.2.0) ### Parallel Execution Tasks are batched by dependency graph for optimal parallel execution: diff --git a/plugins/projman/.claude-plugin/plugin.json b/plugins/projman/.claude-plugin/plugin.json index 99f756e..09c5b28 100644 --- a/plugins/projman/.claude-plugin/plugin.json +++ b/plugins/projman/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "projman", - "version": "2.0.0", + "version": "2.2.0", "description": "Sprint planning and project management with Gitea integration", "author": { "name": "Leo Miranda", diff --git a/plugins/projman/README.md b/plugins/projman/README.md index 14dd57c..61bb49f 100644 --- a/plugins/projman/README.md +++ b/plugins/projman/README.md @@ -1,4 +1,4 @@ -# Projman v2.0.0 - Project Management for Claude Code +# Projman v2.2.0 - Project Management for Claude Code Sprint planning and project management plugin with full Gitea integration. @@ -481,9 +481,11 @@ MIT License - See repository root for details ## Version -**Current:** 2.0.0 +**Current:** 2.2.0 **Changelog:** +- v2.2.0: Added `/review` and `/test-check` commands, code-reviewer agent, marketplace compliance updates +- v2.1.0: Documentation improvements, canonical paths, initial-setup command - v2.0.0: Full Gitea integration with wiki, milestones, dependencies, parallel execution - v1.0.0: Initial release with basic commands