tauri-framework-upgrade
Installation
SKILL.md
When to use this skill
ALWAYS use this skill when the user mentions:
- Upgrading from Tauri v1 to v2 / 从 v1 升级到 v2
- Migrating from v2 beta to v2 stable / v2 beta 迁移到稳定版
- Breaking changes in config or permissions / 配置或权限变更
Trigger phrases include:
- "migrate", "upgrade", "breaking changes", "v1 to v2"
- "升级", "迁移", "配置变更", "权限变更"
How to use this skill
- Identify current version and target / 确认当前版本与目标版本
- Review breaking changes across config, plugins, permissions / 盘点变更点
- Update tauri.conf.json and plugin layouts / 更新配置与插件位置
- Migrate capabilities/default.json and scopes / 迁移能力与 Scope
- Validate IPC, CSP, and runtime behavior / 验证 IPC、CSP 与运行行为