diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index cc3cc92..0f2f40e 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -1,6 +1,6 @@ { "name": "bandit-claude-marketplace", - "version": "1.0.0", + "version": "2.0.0", "description": "Project management plugins with Gitea and NetBox integrations", "owner": { "name": "Bandit Labs", @@ -9,7 +9,7 @@ "plugins": [ { "name": "projman", - "version": "1.0.0", + "version": "2.0.0", "description": "Sprint planning and project management with Gitea integration", "source": "./plugins/projman" }, diff --git a/README.md b/README.md index dfabcee..6d1af22 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A collection of Claude Code plugins for project management, infrastructure autom ## Plugins -### [projman](./plugins/projman/README.md) v1.0.0 +### [projman](./plugins/projman/README.md) v2.0.0 **Sprint Planning and Project Management** AI-guided sprint planning with full Gitea integration. Transforms a proven 15-sprint workflow into a distributable plugin. @@ -185,7 +185,7 @@ support-claude-mktplace/ └── scripts/ # Setup and maintenance scripts ``` -## Key Features (v1.0.0) +## Key Features (v2.0.0) ### Parallel Execution Tasks are batched by dependency graph for optimal parallel execution: @@ -210,12 +210,6 @@ All agents use MCP tools exclusively. CLI tools like `tea` or `gh` are forbidden | [CANONICAL-PATHS.md](./docs/CANONICAL-PATHS.md) | Authoritative path reference | | [projman/CONFIGURATION.md](./plugins/projman/CONFIGURATION.md) | Projman setup guide | -## Roadmap - -- [x] **Phase 1-8**: projman v1.0.0 (Complete) -- [ ] **Phase 9-11**: PMO plugin for multi-project coordination -- [ ] **Phase 12**: Public marketplace distribution - ## License MIT License - Bandit Labs diff --git a/plugins/projman/.claude-plugin/plugin.json b/plugins/projman/.claude-plugin/plugin.json index 085d25a..c492015 100644 --- a/plugins/projman/.claude-plugin/plugin.json +++ b/plugins/projman/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "projman", - "version": "1.0.0", + "version": "2.0.0", "description": "Sprint planning and project management with Gitea integration", "author": { "name": "Bandit Labs", diff --git a/plugins/projman/CONFIGURATION.md b/plugins/projman/CONFIGURATION.md index 0d3e7c4..691ecaf 100644 --- a/plugins/projman/CONFIGURATION.md +++ b/plugins/projman/CONFIGURATION.md @@ -1,4 +1,4 @@ -# Configuration Guide - Projman Plugin v1.0.0 +# Configuration Guide - Projman Plugin v2.0.0 Complete setup and configuration instructions for the Projman project management plugin. diff --git a/plugins/projman/README.md b/plugins/projman/README.md index 8b80c0d..2225677 100644 --- a/plugins/projman/README.md +++ b/plugins/projman/README.md @@ -1,4 +1,4 @@ -# Projman v1.0.0 - Project Management for Claude Code +# Projman v2.0.0 - Project Management for Claude Code Sprint planning and project management plugin with full Gitea integration. @@ -430,11 +430,11 @@ MIT License - See repository root for details ## Version -**Current:** 1.0.0 +**Current:** 2.0.0 **Changelog:** -- v1.0.0: Full Gitea integration with wiki, milestones, dependencies, parallel execution -- v0.1.0: Initial commands implementation +- v2.0.0: Full Gitea integration with wiki, milestones, dependencies, parallel execution +- v1.0.0: Initial release with basic commands ---