snapshots_frankability
List recent snapshotted opIds for a Symbols project. Each entry shows timestamp and files, enabling rollback to pre-state via rollback_frankability.
Instructions
List recent snapshotted opIds for a Symbols project.
Each entry corresponds to a frank-audit op that wrote files. Pass an
opId to rollback_frankability to restore that op's pre-state.
Returns: JSON with { ok, opIds: [{ opId, timestamp, files }] }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbols_dir | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |