Reliquary Pre-alpha
Docs menu

Docs / Concepts

Activity

Every change in a vault is recorded in its activity log, which nobody can edit or delete.

What is logged

Each event has a sequence number, a time, who acted, through which agent if any, what happened and where: files written, deleted and erased, proposals made, revised, approved, rejected and applied, comments and review notes, rules set, members invited, changed and removed, variables set, rotated and deleted, exports, and settings changes. Events never hold file text or a variable's value.

The log is append-only: no row can be updated or deleted, by anyone, including the vault's owner and Reliquary's operator. The one exception is deleting a whole vault, which removes its log with it. See Export, delete and erase.

Reading it

  • Activity in the top bar covers all your vaults.
  • A vault's Activity covers that vault.
  • A file's History tab is the same log, for one file.

Filter by person, by agent (or people or agents only), by action, by path prefix and by date. Pages show 50 events at a time.

For agents

changes_since reads the same log as a cursor feed: events after a cursor, oldest first, with the text of comments and review notes (fenced as data). Pass back the next cursor it returns. It names people by id, never by email. See MCP tools.

The variables access log

Reads, reveals and changes of environment variables have their own append-only log, on the Variables page. See Environment variables.

For agents: this page as Markdown, and every page at /llms.txt.