Skip to content

v2.19.0 — Marketplace & Insights-Driven Improvements

Choose a tag to compare

@Data-Wise Data-Wise released this 14 Feb 21:41
· 140 commits to main since this release
707fe47

Highlights

  • Marketplace Distribution — First-class dist:marketplace command for publishing to the Claude Code marketplace, with marketplace.json schema 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.sh rules for false positives and proposes JSON config changes (read-only, never modifies guard script)
  • Autonomous Releases--autonomous flag for unattended release pipeline with --admin safety warnings and audit trail
  • PreToolUse Hook — Python hook that warns when file operations target paths outside the current worktree

Changes

Features

  • Add dist:marketplace command for marketplace distribution channel
  • Add guard-audit skill — 5-step branch guard audit pipeline
  • Add insights-apply skill — extracts and applies CLAUDE.md suggestions from insights reports
  • Add --autonomous flag to release skill for unattended pipelines
  • Add --context flag to check command for context-only phase detection
  • Add validate action to worktree command for health checks
  • Add --swarm flag 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 --admin override 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