feat: 新增多版本知识查询与 v3→v4 迁移能力 - #2
Closed
alvinhui wants to merge 25 commits into
Closed
Conversation
…th @nutui/nutui-react, introducing offline knowledge query capabilities and integrated MCP server for enhanced IDE support
…ncing CLI capabilities for component queries and IDE integration
…tUI React Taro, outlining phases and best practices for a successful transition
…nd NutUI React Taro, ensuring clarity on invoking commands with npx
…ying the handling of web-only APIs and their Taro equivalents
…Taro CLI documentation
…or NutUI React and NutUI React Taro
…ng clarity on component handling and props comparison
…umentation for improved readability and consistency
…ved clarity and completeness, including new command for local MCP server and refined usage instructions
…t Taro, enhancing knowledge query capabilities and installation instructions
…cus on Taro multi-end usage
…ntation to use GitHub repository for skills, enhancing clarity and accessibility
…nhancing clarity and readability
…n for multi-version support - Updated package versions in pnpm-lock.yaml for '@types/react', '@types/react-dom', 'sass', and others. - Enhanced README.md to include new global options for specifying NutUI version and improved usage examples. - Updated CLI configuration to support multi-version snapshots and added relevant scripts for data preparation. - Improved documentation clarity regarding version detection and usage instructions for the CLI.
… knowledge query capability
Owner
Author
|
误创建,应向上游 jdf2e/nutui-react 提交,已改提至 jdf2e#3524 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
概述
为 NutUI React / Taro CLI 与配套 Skill 新增「多版本知识查询」与「v3 → v4 迁移」两项核心能力,并升级 CLI 版本至 v4.1.0。
主要变更
CLI 核心(nutui-react-cli-core)
version.ts)、版本配置(versions.config.mjs)、数据同步(sync.mjs)、元数据构建(build-meta.mjs)。migrate、migrate-parse、diff、diff-compute及源码扫描工具(utils/scan.ts)。diff-compute、migrate-parse、scan、version-routing(vitest)。CLI 包(nutui-react-cli / nutui-react-taro-cli)
nutui-react-v3-to-v4、nutui-react-taro-v3-to-v4(含中英 SKILL 文档与 README)。prepare-data.mjs、cli.ts、tsup.config.ts以支持新能力。文档站点
ai-react/ai-taro下的 CLI 与 MCP 文档(中英双语),补充多版本查询说明。测试计划
pnpm --filter @nutui/nutui-react-cli-core test全部通过nutui-react-cli migrate/diff在 v3 项目上能正确产出迁移建议nutui-react-v3-to-v4/nutui-react-taro-v3-to-v4Skill 在 IDE 中可正常触发