Skip to content

Remove Preskok CLI wrapper - #34

Merged
GregorGabric merged 1 commit into
mainfrom
feature/remove-preskok-cli
Aug 14, 2026
Merged

GregorGabric merged 1 commit into
mainfrom
feature/remove-preskok-cli

Conversation

@GregorGabric

Copy link
Copy Markdown
Owner

Summary

  • remove the preskok-ui wrapper package now that @preskok is available in the shadcn registry directory
  • migrate component docs, framework guides, the command menu, and the sidebar install command to native shadcn@latest commands
  • remove the obsolete npm navigation link and wrapper lockfile importer

Why

shadcn-ui/ui#10854 is merged and live. The production registry directory now resolves @preskok, so the wrapper's registry registration, argument translation, and dependency-restoration behavior are no longer needed.

Users can initialize and install components directly:

npx shadcn@latest init @preskok/default
npx shadcn@latest add @preskok/button

Validation

  • clean Vite smoke project: shadcn@4.16.2 init @preskok/default @preskok/button
  • pnpm --filter=preskok registry:build
  • pnpm --filter=preskok typecheck
  • pnpm --filter=preskok lint (passes with 18 existing warnings)
  • NEXT_PUBLIC_APP_URL=https://ui-three-mu.vercel.app pnpm --filter=preskok build
  • git diff --check

@vercel

vercel Bot commented Aug 11, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
ui Ready Ready Preview Aug 14, 2026 12:17pm

@GregorGabric
GregorGabric marked this pull request as ready for review August 14, 2026 11:37
@cursor

cursor Bot commented Aug 14, 2026

Copy link
Copy Markdown

Bugbot is not enabled for your account, so this pull request was not reviewed.

Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs.

@GregorGabric
GregorGabric force-pushed the feature/remove-preskok-cli branch from 0f5468f to d131ad5 Compare August 14, 2026 12:14
@GregorGabric
GregorGabric merged commit d96f118 into main Aug 14, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant