powered by
Append-only operation log for a pensar vault. Append a log entry
Appends a structured entry to log.md with timestamp, operation type, and message.
log.md
log_entry(message, operation = "note", vault = default_vault())
Invisible NULL.
NULL
Description of what happened.
Operation type (e.g., "init", "ingest", "lint").
"init"
"ingest"
"lint"
Path to the vault directory.
v <- tempfile("vault-") init_vault(v, rproj = FALSE, agent_instructions = FALSE) log_entry("Reviewed wiki/seed.md", operation = "review", vault = v) unlink(v, recursive = TRUE)
Run the code above in your browser using DataLab