What Is Stored
The file carries coordinates, state, and agent-readable history.
Agent Revision Markup uses DOCX custom XML parts to carry structured JSON payloads.
The current reference implementation stores:
- a manifest projection
- a cache projection
The manifest names the session, public verification keys, documents, anchors, and ontology references. The cache gives a fast summary for UI continuity.
The full signed record carriage is the next specification addition. Until then, the cache is a summary, not the complete verifiable ledger.
The important split
Stored in the file:
- public manifest data
- public signing keys
- document anchors
- topic references
- summary state
- record pointers
Not stored in the file:
- private keys
- raw private playbooks
- hidden strategy
- access tokens
- internal model reasoning
- an agent runtime
The file carries the record and coordinates. The agent still lives in a runtime owned by the user or organization.