rtfm_history
Retrieve prior snapshots of any indexed file to inspect changes or restore a specific version. Lists all saved versions when no version is requested.
Instructions
Show version history of an indexed file, or retrieve a specific version.
Each time a file is re-synced, its previous content is saved as a snapshot.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | file path (an identity also works). | |
| project | No | another project's index to read instead of this one — its name ("hub"), or its path when two projects share a name. | |
| version | No | Version number to retrieve (optional). If omitted, lists all versions. |