チェックポイントを復元
Restores workspace files from a selected checkpoint, overwriting current changes.
/plugin marketplace add kururu6966/work-checkpoints/plugin install work-checkpoints@work-checkpoints-pluginまず以下のコマンドでチェックポイント一覧を取得してください:
${CLAUDE_PLUGIN_ROOT}/scripts/list-checkpoints.sh
一覧をユーザーに表示し、復元したいチェックポイントの番号またはIDを尋ねてください。
ユーザーが選択したら、以下のコマンドで復元を実行してください:
${CLAUDE_PLUGIN_ROOT}/scripts/restore-checkpoint.sh <checkpoint-id>