@tomny-dev/uzi 0.1.3 → 0.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +9 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -35,3 +35,12 @@ pnpm dev # watch mode
|
|
|
35
35
|
pnpm build # production build
|
|
36
36
|
pnpm lint # type check
|
|
37
37
|
```
|
|
38
|
+
|
|
39
|
+
## Claude Code
|
|
40
|
+
|
|
41
|
+
A `CLAUDE.md` is included with architecture notes, component conventions, and publishing details. If you're using Claude Code in a consumer repo, you can reference it in your own `CLAUDE.md`:
|
|
42
|
+
|
|
43
|
+
```md
|
|
44
|
+
## UI Components
|
|
45
|
+
See node_modules/@tomny-dev/uzi/CLAUDE.md for component API and usage notes.
|
|
46
|
+
```
|