chore: release v2.0.0

- Remove Roadmap section from README (no longer representative)
- Update all version references to 2.0.0
- marketplace.json: 2.0.0
- projman plugin: 2.0.0
- Update documentation version references

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-19 17:21:42 -05:00
parent ee33f63c9c
commit 856c33dd08
5 changed files with 10 additions and 16 deletions

View File

@@ -1,6 +1,6 @@
{ {
"name": "bandit-claude-marketplace", "name": "bandit-claude-marketplace",
"version": "1.0.0", "version": "2.0.0",
"description": "Project management plugins with Gitea and NetBox integrations", "description": "Project management plugins with Gitea and NetBox integrations",
"owner": { "owner": {
"name": "Bandit Labs", "name": "Bandit Labs",
@@ -9,7 +9,7 @@
"plugins": [ "plugins": [
{ {
"name": "projman", "name": "projman",
"version": "1.0.0", "version": "2.0.0",
"description": "Sprint planning and project management with Gitea integration", "description": "Sprint planning and project management with Gitea integration",
"source": "./plugins/projman" "source": "./plugins/projman"
}, },

View File

@@ -4,7 +4,7 @@ A collection of Claude Code plugins for project management, infrastructure autom
## Plugins ## Plugins
### [projman](./plugins/projman/README.md) v1.0.0 ### [projman](./plugins/projman/README.md) v2.0.0
**Sprint Planning and Project Management** **Sprint Planning and Project Management**
AI-guided sprint planning with full Gitea integration. Transforms a proven 15-sprint workflow into a distributable plugin. 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 └── scripts/ # Setup and maintenance scripts
``` ```
## Key Features (v1.0.0) ## Key Features (v2.0.0)
### Parallel Execution ### Parallel Execution
Tasks are batched by dependency graph for optimal 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 | | [CANONICAL-PATHS.md](./docs/CANONICAL-PATHS.md) | Authoritative path reference |
| [projman/CONFIGURATION.md](./plugins/projman/CONFIGURATION.md) | Projman setup guide | | [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 ## License
MIT License - Bandit Labs MIT License - Bandit Labs

View File

@@ -1,6 +1,6 @@
{ {
"name": "projman", "name": "projman",
"version": "1.0.0", "version": "2.0.0",
"description": "Sprint planning and project management with Gitea integration", "description": "Sprint planning and project management with Gitea integration",
"author": { "author": {
"name": "Bandit Labs", "name": "Bandit Labs",

View File

@@ -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. Complete setup and configuration instructions for the Projman project management plugin.

View File

@@ -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. Sprint planning and project management plugin with full Gitea integration.
@@ -430,11 +430,11 @@ MIT License - See repository root for details
## Version ## Version
**Current:** 1.0.0 **Current:** 2.0.0
**Changelog:** **Changelog:**
- v1.0.0: Full Gitea integration with wiki, milestones, dependencies, parallel execution - v2.0.0: Full Gitea integration with wiki, milestones, dependencies, parallel execution
- v0.1.0: Initial commands implementation - v1.0.0: Initial release with basic commands
--- ---