docs: add ecc recovery guidance for wiped setups

This commit is contained in:
Affaan Mustafa
2026-04-09 18:12:08 -07:00
parent 0513898b9d
commit 181bc26b29
2 changed files with 12 additions and 0 deletions

View File

@@ -245,9 +245,17 @@ tmux attach -t dev
- Marketplace cache not updated
- Claude Code version incompatibility
- Corrupted plugin files
- Local Claude setup was wiped or reset
**Solutions:**
```bash
# First inspect what ECC still knows about this machine
ecc list-installed
ecc doctor
ecc repair
# Only reinstall if doctor/repair cannot restore the missing files
# Inspect the plugin cache before changing it
ls -la ~/.claude/plugins/cache/
@@ -259,6 +267,8 @@ mkdir -p ~/.claude/plugins/cache
# Claude Code → Extensions → Everything Claude Code → Uninstall
# Then reinstall from marketplace
# If the issue is marketplace/account access, use ECC Tools billing/account recovery separately; do not use reinstall as a proxy for account recovery
# Check Claude Code version
claude --version
# Requires Claude Code 2.0+