Initialize a new registry
registry_initCreate a complete starter registry with manifest, components, tokens, patterns, rules, and README at the target path. Fails if a registry already exists unless force is enabled.
Instructions
Create a complete starter registry (.design/registry/{manifest,components,tokens,patterns,rules}.json + README) at the resolved registry path. Fails if a registry already exists there unless force=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force | No | Overwrite an existing registry at this path. Use with caution. | |
| designTool | No | Primary design tool, e.g. 'figma'. Informational only. | |
| projectName | Yes | ||
| projectDescription | No |