From 4b7c40e1f5a335cf0018e0bbcaae9c7c614ac2c2 Mon Sep 17 00:00:00 2001 From: lmiranda Date: Wed, 4 Feb 2026 18:05:18 -0500 Subject: [PATCH] chore: release v7.1.0 - Task-specific launcher script (claude-launch.sh) with profiles - Lean/full profile switching for token optimization - Token usage estimation via /sprint-status --tokens - Conditional skill loading in /sprint-status - Fixed stale command references in docs Co-Authored-By: Claude Opus 4.5 --- .claude-plugin/marketplace.json | 26 +++++++++++++------------- CHANGELOG.md | 4 ++++ README.md | 2 +- 3 files changed, 18 insertions(+), 14 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index a0521bc..6c84a6c 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -6,12 +6,12 @@ }, "metadata": { "description": "Project management plugins with Gitea and NetBox integrations", - "version": "7.0.0" + "version": "7.1.0" }, "plugins": [ { "name": "projman", - "version": "3.4.0", + "version": "7.1.0", "description": "Sprint planning and project management with Gitea integration", "source": "./plugins/projman", "author": { @@ -27,7 +27,7 @@ }, { "name": "doc-guardian", - "version": "1.1.0", + "version": "7.1.0", "description": "Automatic documentation drift detection and synchronization", "source": "./plugins/doc-guardian", "author": { @@ -43,7 +43,7 @@ }, { "name": "code-sentinel", - "version": "1.0.1", + "version": "7.1.0", "description": "Security scanning and code refactoring tools", "source": "./plugins/code-sentinel", "author": { @@ -59,7 +59,7 @@ }, { "name": "project-hygiene", - "version": "0.1.0", + "version": "7.1.0", "description": "Post-task cleanup hook that removes temp files and manages orphaned files", "source": "./plugins/project-hygiene", "author": { @@ -75,7 +75,7 @@ }, { "name": "cmdb-assistant", - "version": "1.2.0", + "version": "7.1.0", "description": "NetBox CMDB integration with data quality validation and machine registration", "source": "./plugins/cmdb-assistant", "author": { @@ -91,7 +91,7 @@ }, { "name": "claude-config-maintainer", - "version": "1.2.0", + "version": "7.1.0", "description": "CLAUDE.md and settings.local.json optimization for Claude Code projects", "source": "./plugins/claude-config-maintainer", "author": { @@ -107,7 +107,7 @@ }, { "name": "clarity-assist", - "version": "1.2.0", + "version": "7.1.0", "description": "Prompt optimization and requirement clarification with ND-friendly accommodations", "source": "./plugins/clarity-assist", "author": { @@ -123,7 +123,7 @@ }, { "name": "git-flow", - "version": "1.2.0", + "version": "7.1.0", "description": "Git workflow automation with intelligent commit messages and branch management", "source": "./plugins/git-flow", "author": { @@ -139,7 +139,7 @@ }, { "name": "pr-review", - "version": "1.1.0", + "version": "7.1.0", "description": "Multi-agent pull request review with confidence scoring and actionable feedback", "source": "./plugins/pr-review", "author": { @@ -155,7 +155,7 @@ }, { "name": "data-platform", - "version": "1.3.0", + "version": "7.1.0", "description": "Data engineering tools with pandas, PostgreSQL/PostGIS, and dbt integration", "source": "./plugins/data-platform", "author": { @@ -171,7 +171,7 @@ }, { "name": "viz-platform", - "version": "1.1.0", + "version": "7.1.0", "description": "Visualization tools with Dash Mantine Components validation, Plotly charts, and theming", "source": "./plugins/viz-platform", "author": { @@ -187,7 +187,7 @@ }, { "name": "contract-validator", - "version": "1.2.0", + "version": "7.1.0", "description": "Cross-plugin compatibility validation and Claude.md agent verification", "source": "./plugins/contract-validator", "author": { diff --git a/CHANGELOG.md b/CHANGELOG.md index 853675a..5d25e40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [Unreleased] +--- + +## [7.1.0] - 2026-02-04 + ### Added - **marketplace:** Task-specific launcher script for token optimization diff --git a/README.md b/README.md index 11a4d9a..90514b3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Leo Claude Marketplace - v7.0.0 +# Leo Claude Marketplace - v7.1.0 A collection of Claude Code plugins for project management, infrastructure automation, and development workflows.