Recover banner
naman10parikh naman10parikh

Recover

Development community

Description

--- description: Recovery protocol when things go wrong. Shows recent changes, offers revert options, re-loads context. --- Recovery mode activated. Steps: 1. Show recent git log (last 10 commits) with `git log --oneline -10` 2. Show current uncommitted changes with `git diff --stat` 3. If ccundo is installed, show `ccundo list` for recent operations 4. Ask user: "What went wrong? Options: (a) revert last commit, (b) stash changes, (c) ccundo to specific point, (d) just re-read context and con

Installation

Installs to ~/.claude/commands/naman10parikh-agentgrid-recover.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/naman10parikh/agentgrid/HEAD/.claude/commands/recover.md -o ~/.claude/commands/naman10parikh-agentgrid-recover.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository