OpenTaco comes with built in versioning for units. Right now we do simple version history, keeping the whole version of each document rather than implementing a diff system. The hosted version at https://otaco.app/ stores the latest 10 versions. This is configurable when self-hosting via the environment variableDocumentation Index
Fetch the complete documentation index at: https://docs.opentaco.dev/llms.txt
Use this file to discover all available pages before exploring further.
OPENTACO_MAX_VERSIONS. Version operations respect unit locks.
List Versions
You can list the versions for a unit with the commandtaco unit versions <unit-id>

Restore a past version
You can then restore a version from this list by using the version number rather than the hash withtaco unit restore <unit-id> <version-number>


