Registry
This directory holds the internal Cadence UI registry contract.
config.jsonis the maintained source of registry intent.index.jsonis generated bypnpm registry:build.
The generated index is what the installer consumes. It records:
- installable item names
- copied source files
- required package dependencies
- package versions for the registry snapshot
Consumers should not edit index.json by hand. Maintainers should regenerate it after
source changes that affect installable components or tokens.
See docs/registry.md for the install and upgrade flow.