frankability_log
Retrieve recent audit log entries for a Symbols project to trace audit, fix, apply-edits, and rollback events without re-running operations.
Instructions
Tail the audit log for a Symbols project.
Returns the most recent NDJSON entries from <symbols_dir>/.frank-audit/log.
Each entry records audit/fix/apply-edits/rollback events with opId,
timestamp, and outcome — useful for understanding history without
re-running ops.
Args: symbols_dir: Absolute path to the symbols/ directory. limit: Maximum number of entries to return (default 50).
Returns: JSON with { ok, entries: [...] }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| symbols_dir | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |