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 <noreply@anthropic.com>
75 lines
2.9 KiB
Markdown
75 lines
2.9 KiB
Markdown
# Changelog
|
|
|
|
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/).
|
|
|
|
## [2.2.0] - 2026-01-20
|
|
|
|
### Added
|
|
- `/review` command for pre-sprint-close code quality checks (projman)
|
|
- `/test-check` command for test verification before sprint close (projman)
|
|
- `code-reviewer` agent for structured code review workflow (projman)
|
|
- Validation script (`scripts/validate-marketplace.sh`) for marketplace compliance
|
|
- `homepage` and `repository` fields to all plugin entries in marketplace.json
|
|
- `metadata` wrapper for description/version in marketplace.json
|
|
- Keywords to all plugin manifests for better discoverability
|
|
- `commands` and `agents` directory references to plugin manifests
|
|
|
|
### Changed
|
|
- Updated marketplace.json with required fields per Claude Code spec
|
|
- Fixed installation documentation to use official Claude Code methods
|
|
- Prioritized public HTTPS URL over Tailscale SSH URL in documentation
|
|
- Updated all plugin manifests with author, homepage, repository, license fields
|
|
|
|
### Fixed
|
|
- Plugin manifests now include all required fields per Claude Code spec
|
|
- Installation section uses `extraKnownMarketplaces` instead of undocumented `pluginMarketplace`
|
|
|
|
## [2.1.0] - Previous Release
|
|
|
|
### Added
|
|
- `docs/CANONICAL-PATHS.md` - Single source of truth for all file paths
|
|
- Path verification rules in CLAUDE.md (mandatory pre-flight check)
|
|
- Recovery protocol for path issues
|
|
- Installation script (`scripts/setup.sh`) for new users
|
|
- Post-update script (`scripts/post-update.sh`) for updates
|
|
- Update documentation (`docs/UPDATING.md`)
|
|
- `/initial-setup` slash command
|
|
- File creation governance rules in CLAUDE.md
|
|
- Architecture diagram specifications in `docs/architecture/`
|
|
- `.scratch/` directory for transient work
|
|
- `scripts/` directory for setup automation
|
|
- `docs/architecture/` for Draw.io diagrams
|
|
- `docs/workflows/` for workflow documentation
|
|
|
|
### Changed
|
|
- Replaced `docs/CORRECT-ARCHITECTURE.md` reference with `docs/CANONICAL-PATHS.md`
|
|
- Added mandatory path verification section to CLAUDE.md
|
|
- Reorganized documentation into `docs/references/`, `docs/architecture/`, `docs/workflows/`
|
|
- Updated CLAUDE.md with file creation governance
|
|
|
|
### Fixed
|
|
- Removed dead reference to non-existent `docs/CORRECT-ARCHITECTURE.md`
|
|
|
|
### Removed
|
|
- Organization/workspace GID variable (no longer needed)
|
|
- Deprecated `cmdb-assistant/` plugin
|
|
- Development output files (test scripts, status reports)
|
|
- IDE-specific workspace files
|
|
- Stray files from project root
|
|
|
|
## [0.1.0] - Initial Release
|
|
|
|
### Added
|
|
- projman plugin for sprint management
|
|
- projman-pmo plugin structure (planned)
|
|
- project-hygiene plugin for cleanup automation
|
|
- Gitea MCP server
|
|
- Wiki.js MCP server
|
|
- 43-label taxonomy system
|
|
- Lessons learned capture system
|
|
- Hybrid configuration system (system + project level)
|
|
- Three-agent model (planner, orchestrator, executor)
|
|
- Branch-aware security model
|