chore: add registry install flow
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
# Registry
|
||||
|
||||
This directory holds the internal Cadence UI registry contract.
|
||||
|
||||
- `config.json` is the maintained source of registry intent.
|
||||
- `index.json` is generated by `pnpm 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](/Users/xd/project/cadence-ui/docs/registry.md) for the install
|
||||
and upgrade flow.
|
||||
Reference in New Issue
Block a user