get_version_files
List the files and directories at a specific version (commit) of an app. Use list_versions to get a valid commit hash.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app | Yes | App ID (UUID) or subdomain | |
| hash | Yes | Commit hash (full or abbreviated, from bonto_list_versions) | |
| path | No | Directory path within the commit to list (default: root) |