From 398fc50099b0c232380bd2784e8b9b695a1d598a Mon Sep 17 00:00:00 2001 From: lmiranda Date: Wed, 4 Feb 2026 18:11:43 -0500 Subject: [PATCH] docs: remove stale NEW markers and fix changelog accuracy - Remove 10 stale "NEW in vX.X.X" markers from README.md - Fix CHANGELOG [7.1.0] to clarify switch-profile.sh is superseded - Correct that full profile is the default baseline (not lean) Co-Authored-By: Claude Opus 4.5 --- CHANGELOG.md | 11 ++++------- README.md | 20 ++++++++++---------- 2 files changed, 14 insertions(+), 17 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d25e40..4141998 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,13 +17,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Profiles: sprint (default), review, data, infra, full - Reduces token overhead from ~22K to ~4-6K tokens - Enables `ENABLE_TOOL_SEARCH=true` for MCP lazy loading -- **marketplace:** Lean/full profile switching to reduce token overhead - - New script: `scripts/switch-profile.sh` to toggle between profiles - - Lean profile: 6 plugins (projman, git-flow, pr-review, clarity-assist, code-sentinel, doc-guardian) - - Lean MCP: gitea only (reduces ~12k tokens of MCP server overhead) - - Full profile: all 12 plugins and 5 MCP servers - - New files: `.mcp-lean.json`, `.mcp-full.json`, `marketplace-lean.json`, `marketplace-full.json` - - Default is now lean profile for reduced daily overhead +- **marketplace:** Lean/full profile config files for manual switching (superseded by `claude-launch.sh`) + - Files: `.mcp-lean.json`, `.mcp-full.json`, `marketplace-lean.json`, `marketplace-full.json` + - Script `scripts/switch-profile.sh` available but `claude-launch.sh` is the recommended approach + - Full profile remains the default baseline; launcher handles selective loading - **projman:** Token usage estimation reporting at sprint workflow boundaries - New skill: `token-budget-report.md` with MCP overhead and skill loading estimation model - Token report displayed at end of `/sprint-plan` and `/sprint-close` diff --git a/README.md b/README.md index 90514b3..e1af751 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ AI-guided sprint planning with full Gitea integration. Transforms a proven 15-sp **Commands:** `/sprint-plan`, `/sprint-start`, `/sprint-status`, `/sprint-close`, `/labels-sync`, `/pm-setup`, `/pm-review`, `/pm-test`, `/pm-debug`, `/suggest-version`, `/proposal-status`, `/rfc` -#### [git-flow](./plugins/git-flow) *NEW in v3.0.0* +#### [git-flow](./plugins/git-flow) **Git Workflow Automation** Smart git operations with intelligent commit messages and branch management. @@ -60,7 +60,7 @@ Smart git operations with intelligent commit messages and branch management. **Commands:** `/git-commit`, `/git-commit-push`, `/git-commit-merge`, `/git-commit-sync`, `/branch-start`, `/branch-cleanup`, `/git-status`, `/git-config` -#### [pr-review](./plugins/pr-review) *NEW in v3.0.0* +#### [pr-review](./plugins/pr-review) **Multi-Agent PR Review** Comprehensive pull request review using specialized agents. @@ -79,7 +79,7 @@ Analyze, optimize, and create CLAUDE.md configuration files. Audit and optimize **Commands:** `/analyze`, `/optimize`, `/init`, `/config-diff`, `/config-lint`, `/config-audit-settings`, `/config-optimize-settings`, `/config-permissions-map` -#### [contract-validator](./plugins/contract-validator) *NEW in v5.0.0* +#### [contract-validator](./plugins/contract-validator) **Cross-Plugin Compatibility Validation** Validate plugin marketplaces for command conflicts, tool overlaps, and broken agent references. @@ -94,7 +94,7 @@ Validate plugin marketplaces for command conflicts, tool overlaps, and broken ag ### Productivity -#### [clarity-assist](./plugins/clarity-assist) *NEW in v3.0.0* +#### [clarity-assist](./plugins/clarity-assist) **Prompt Optimization with ND Accommodations** Transform vague requests into clear specifications using structured methodology. @@ -137,7 +137,7 @@ Full CRUD operations for network infrastructure management directly from Claude ### Data Engineering -#### [data-platform](./plugins/data-platform) *NEW in v4.0.0* +#### [data-platform](./plugins/data-platform) **pandas, PostgreSQL/PostGIS, and dbt Integration** Comprehensive data engineering toolkit with persistent DataFrame storage. @@ -152,7 +152,7 @@ Comprehensive data engineering toolkit with persistent DataFrame storage. ### Visualization -#### [viz-platform](./plugins/viz-platform) *NEW in v4.0.0* +#### [viz-platform](./plugins/viz-platform) **Dash Mantine Components Validation and Theming** Visualization toolkit with version-locked component validation and design token theming. @@ -196,7 +196,7 @@ Full Gitea API integration for project management. | Wiki | `list_wiki_pages`, `get_wiki_page`, `create_wiki_page`, `update_wiki_page`, `create_lesson`, `search_lessons` | | Milestones | `list_milestones`, `get_milestone`, `create_milestone`, `update_milestone`, `delete_milestone` | | Dependencies | `list_issue_dependencies`, `create_issue_dependency`, `remove_issue_dependency`, `get_execution_order` | -| **Pull Requests** | `list_pull_requests`, `get_pull_request`, `get_pr_diff`, `get_pr_comments`, `create_pr_review`, `add_pr_comment` *(NEW in v3.0.0)* | +| **Pull Requests** | `list_pull_requests`, `get_pull_request`, `get_pr_diff`, `get_pr_comments`, `create_pr_review`, `add_pr_comment` | | Validation | `validate_repo_org`, `get_branch_protection` | ### NetBox MCP Server (shared) @@ -211,7 +211,7 @@ Comprehensive NetBox REST API integration for infrastructure management. | Virtualization | Clusters, VMs, Interfaces | | Extras | Tags, Custom Fields, Audit Log | -### Data Platform MCP Server (shared) *NEW in v4.0.0* +### Data Platform MCP Server (shared) pandas, PostgreSQL/PostGIS, and dbt integration for data engineering. @@ -222,7 +222,7 @@ pandas, PostgreSQL/PostGIS, and dbt integration for data engineering. | PostGIS | `st_tables`, `st_geometry_type`, `st_srid`, `st_extent` | | dbt | `dbt_parse`, `dbt_run`, `dbt_test`, `dbt_build`, `dbt_compile`, `dbt_ls`, `dbt_docs_generate`, `dbt_lineage` | -### Viz Platform MCP Server (shared) *NEW in v4.0.0* +### Viz Platform MCP Server (shared) Dash Mantine Components validation and visualization tools. @@ -234,7 +234,7 @@ Dash Mantine Components validation and visualization tools. | Theme | `theme_create`, `theme_extend`, `theme_validate`, `theme_export_css`, `theme_list`, `theme_activate` | | Page | `page_create`, `page_add_navbar`, `page_set_auth`, `page_list`, `page_get_app_config` | -### Contract Validator MCP Server (shared) *NEW in v5.0.0* +### Contract Validator MCP Server (shared) Cross-plugin compatibility validation tools.