8d4bcd600981e006a0c198b5a852574f2f5790c8
- Create components.json (new-york style, slate base, CSS variables) - Add shadcn/ui components: button, card, input, select, badge, scroll-area, checkbox, separator, label, textarea - Create src/lib/utils.ts with cn() helper (clsx + tailwind-merge) - Replace old CSS classes in styles.css with Tailwind v4 @theme inline block containing shadcn color tokens and custom app theme colors - Add radix-ui dependency (required by shadcn components) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
ClawPal MVP (Tauri)
ClawPal is a local helper for OpenClaw configuration:
- install scenarios via Recipes
- one-click rollback for every config change
- local doctor checks with basic auto-fixes
Quick start
npm install
npm run dev
Override folders outside ~/.openclaw
You can place ClawPal-managed files outside ~/.openclaw with env vars:
export CLAWPAL_OPENCLAW_DIR="$HOME/.openclaw" # OpenClaw 配置来源目录(默认)
export CLAWPAL_DATA_DIR="$HOME/.clawpal" # ClawPal 元数据目录(默认: $CLAWPAL_OPENCLAW_DIR/.clawpal)
Build
npm run build
cd src-tauri && cargo build
Release
npm run release:dry-run
npm run release
Project layout
src/React + TypeScript UIsrc-tauri/Rust + Tauri host and command APIsdocs/plans/design and implementation plan
Description
Languages
Rust
49.9%
TypeScript
48.8%
Shell
0.7%
CSS
0.5%