The whole hunk
from line 245, old and new numbered
/
lines
from line 245
245245 CLAUDE_CODE_ENABLE_SDK_FILE_CHECKPOINTING=true claude -p --resume <session-id> --rewind-files <checkpoint-uuid>
246246 ```
247247
248 The `--rewind-files` flag does not appear in `claude --help` output, but the CLI accepts it as shown.
248 The `--rewind-files` flag doesn't appear in `claude --help` output, but the CLI accepts it as shown. When the rewind succeeds, the command prints `Files rewound to state at message <checkpoint-uuid>` and exits without sending a prompt.
249249 </Step>
250250</Steps>
251251