chore(monorepo): 🤖 file re-architecture, mono-repository migration#938
chore(monorepo): 🤖 file re-architecture, mono-repository migration#938
Conversation
|
6f98dee to
f2d1e91
Compare
f2d1e91 to
ac812a6
Compare
There's a pending pull request addressing this at #967. Do ignore, please! |
e666464 to
c441cdc
Compare
|
Claude finished @punkbit's task in 1m 54s —— View job PR Review: chore(monorepo): 🤖 file re-architecture, mono-repository migration
The monorepo migration is in great shape. Here's the current state after the latest commits: What's confirmed good:
💡 Suggestions (non-blocking)
Everything looks great — ready to merge! 🙌 |
📚 Storybook Preview Deployed✅ Preview URL: https://click-apevfvici-clickhouse.vercel.app Built from commit: |
Why?
The Click UI project is a single package that is growing to meet the needs of different consumer apps. As it grows, different concerns and priorities come into play.
For example, if it contained assets as a dependency, which are consumed through a stable API, it'd mean that when a new version of assets is released (e.g. 1.0.0 → 1.1.0), Click UI would automatically pick up the update without requiring consumer apps to take any action, as long as the new version falls within the compatible version range.
Furthermore, other concerns can be separated, such as design tokens, etc.
How?
Preview?
N/A