Track a path before changing it
walkback_trackBefore editing, capture a snapshot of files or directories. This makes any changes reversible later.
Instructions
Capture a file's (or whole directory's) current state BEFORE you create, modify, or delete it. This is what makes the change reversible. Call it on every path you're about to touch. Directories are captured recursively. Paths outside the project are refused.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Project directory. Defaults to the server's working directory. | |
| paths | Yes | Files or directories you're about to change (relative or absolute). |