Files
leo-claude-mktplace/plugins/projman/commands/clear-cache.md
lmiranda c81c4a9981 fix(projman): add missing YAML frontmatter to command files
clear-cache.md and suggest-version.md were missing the required YAML
frontmatter with description field. This caused Claude Code to skip
loading the entire projman plugin's commands.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-30 11:45:56 -05:00

782 B

description
description
Clear plugin cache to force fresh configuration reload after marketplace updates

Clear Cache

Clear plugin cache to force fresh configuration reload. Run this after marketplace updates.

When to Use

  • After updating the marketplace (git pull or reinstall)
  • When MCP servers show stale configuration
  • When plugin changes don't take effect

What It Does

  1. Clears ~/.claude/plugins/cache/leo-claude-mktplace/
  2. Forces Claude Code to re-read .mcp.json files on next session

Instructions

Run this command, then restart your Claude Code session for changes to take effect.

rm -rf ~/.claude/plugins/cache/leo-claude-mktplace/

After clearing, inform the user: "Cache cleared. Restart Claude Code for changes to take effect."