chore: refresh registry metadata and docs

This commit is contained in:
2026-03-20 14:39:03 +08:00
parent 6b160e1993
commit 3600f3fcd9
5 changed files with 101 additions and 27 deletions
+4
View File
@@ -37,6 +37,10 @@ pnpm registry:check
The pull request workflow now runs `pnpm registry:check`, and the release version PR
workflow refreshes the registry automatically via `pnpm release:version`.
The generated index includes transitive local helpers, not just component entrypoints. If a
component starts importing a shared file such as `packages/ui/src/lib/icons.tsx`, rebuild the
index before merge so source-copy consumers receive the full dependency graph.
To validate the end-to-end consumer flow locally:
```bash