development: new version launched (v2.2.0) #32

Merged
lmiranda merged 12 commits from development into main 2026-01-20 15:23:12 +00:00
5 changed files with 15 additions and 13 deletions
Showing only changes of commit cb0a5ddec5 - Show all commits

View File

@@ -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": {

View File

@@ -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

View File

@@ -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:

View File

@@ -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",

View File

@@ -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