v2.19.0 — Marketplace & Insights-Driven Improvements
Highlights
- Marketplace Distribution — First-class
dist:marketplacecommand for publishing to the Claude Code marketplace, withmarketplace.jsonschema and GitHub source integration - Insights-Driven Improvements — Guard audit skill (5-step pipeline), insights apply skill, autonomous releases, context-only checks, worktree validation, swarm orchestration
- Guard Audit Skill — Analyzes
branch-guard.shrules for false positives and proposes JSON config changes (read-only, never modifies guard script) - Autonomous Releases —
--autonomousflag for unattended release pipeline with--adminsafety warnings and audit trail - PreToolUse Hook — Python hook that warns when file operations target paths outside the current worktree
Changes
Features
- Add
dist:marketplacecommand for marketplace distribution channel - Add
guard-auditskill — 5-step branch guard audit pipeline - Add
insights-applyskill — extracts and applies CLAUDE.md suggestions from insights reports - Add
--autonomousflag to release skill for unattended pipelines - Add
--contextflag to check command for context-only phase detection - Add
validateaction to worktree command for health checks - Add
--swarmflag to orchestrate command for unlimited parallel agents - Add PreToolUse Python hook for worktree path validation
Fixes
- Fix VERSION-HISTORY v2.17.0 status (was "In Development", now "Released")
- Fix phase detection gap in check command (pr-prep now checks both PR exists AND clean tree)
- Add safety warning for
--autonomous --adminoverride in release skill, tutorial, and guide - Reconcile marketplace schema with spec, fix stale counts
- Use GitHub source object in marketplace.json
Documentation
- Marketplace distribution guide, tutorial, and getting-started integration
- Insights-driven improvements guide (7 Mermaid diagrams) and tutorial (9 steps)
- Hub, REFCARD, and QUICK-START updated with new features
Tests
- 57 marketplace distribution tests (dogfood + e2e)
- 89 insights improvements tests (59 dogfood + 30 e2e)
Stats
- 109 commands | 25 skills | 8 agents | ~1575 tests passing
- 33 commits since v2.18.0
Full Changelog: v2.18.0...v2.19.0