A document "window" bounds the set of operations which make up it's current history. It's possible to keep a documents entire history of changes, or only the most recent. The size of the window is determined by the documents' pruning strategy. Below are three basic parameters for configuring when operations should be pruned, by depth (distance from tip) or by timestamp. There is the possibility to introduce custom pruning algorithms which could have application specific logic.
Initially only a documents owner (creator) is authorized to perform any actions (read, write, delete) on it. When collaboration is desired, the owner can issue tokens (aka capabilities) which state who can perform what actions when. The current document is owned by anna, we can simulate issuing capabilities over time ranges here. Type the name ("billy" or "claire") of the author you want to issue the capability to, and state how long it should be valid.