mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-04-10 17:59:43 +08:00
docs: add ecc recovery guidance for wiped setups
This commit is contained in:
parent
0513898b9d
commit
181bc26b29
@ -180,6 +180,8 @@ Get up and running in under 2 minutes:
|
|||||||
|
|
||||||
> WARNING: **Important:** Claude Code plugins cannot distribute `rules` automatically. Install them manually:
|
> WARNING: **Important:** Claude Code plugins cannot distribute `rules` automatically. Install them manually:
|
||||||
|
|
||||||
|
> If your local Claude setup was wiped or reset, that does not mean you need to repurchase ECC. Start with `ecc list-installed`, then run `ecc doctor` and `ecc repair` before reinstalling anything. That usually restores ECC-managed files without rebuilding your setup. If the problem is account or marketplace access for ECC Tools, handle billing/account recovery separately.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Clone the repo first
|
# Clone the repo first
|
||||||
git clone https://github.com/affaan-m/everything-claude-code.git
|
git clone https://github.com/affaan-m/everything-claude-code.git
|
||||||
|
|||||||
@ -245,9 +245,17 @@ tmux attach -t dev
|
|||||||
- Marketplace cache not updated
|
- Marketplace cache not updated
|
||||||
- Claude Code version incompatibility
|
- Claude Code version incompatibility
|
||||||
- Corrupted plugin files
|
- Corrupted plugin files
|
||||||
|
- Local Claude setup was wiped or reset
|
||||||
|
|
||||||
**Solutions:**
|
**Solutions:**
|
||||||
```bash
|
```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
|
# Inspect the plugin cache before changing it
|
||||||
ls -la ~/.claude/plugins/cache/
|
ls -la ~/.claude/plugins/cache/
|
||||||
|
|
||||||
@ -259,6 +267,8 @@ mkdir -p ~/.claude/plugins/cache
|
|||||||
# Claude Code → Extensions → Everything Claude Code → Uninstall
|
# Claude Code → Extensions → Everything Claude Code → Uninstall
|
||||||
# Then reinstall from marketplace
|
# 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
|
# Check Claude Code version
|
||||||
claude --version
|
claude --version
|
||||||
# Requires Claude Code 2.0+
|
# Requires Claude Code 2.0+
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user