# Functions
GetRepository returns the Repository described by the repository.cue file in the current directory.
NewRepository creates a new repository root and writes the metadata information.
# Variables
go:embed config.cue.
# Structs
Config stores information about the repository location.
Repository is a group of schemas.
Schema is a definition of a set of related models.
Version represents a version of a schema.