Opening the audit log
Click ⊞ Audit log in the sidebar. The log displays the 100 most recent operations, sorted from newest to oldest.Log columns
Date and time of the operation in ISO format, displayed as
YYYY-MM-DD HH:MM.The session ID of the task that triggered the operation. Matches the session ID shown in the sidebar header.
The agent that performed the operation (e.g.,
Builder).The vault-relative path of the file that was modified.
Outcome of the operation:
applied (success), conflict (patch failed), or deleted (file removed).SHA256 hash of the file content before the operation. Empty for newly created files.
SHA256 hash of the file content after the operation. Empty for deleted files.
Filtering by status
Use the Filter by status dropdown to show only operations with a specific outcome:applied, conflict, or deleted. Select All to remove the filter.
Exporting
Click ↓ Export CSV to download the full log as a CSV file. The export includes all visible columns.Status meanings
applied
applied
The operation completed successfully. The file was created, overwritten, or patched as instructed.
conflict
conflict
A patch failed because the target lines were not found in the current file. This can happen if the file was modified between when the plan was made and when the patch was applied.
deleted
deleted
The file was removed from the vault by a
delete_vault_file directive.