refactor(v2): unify bundled Skill sources - #538
Open
y4ho0 wants to merge 1 commit into
Open
Conversation
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.
变更内容
apps/main-2.0/assets/bundled-skills/设为 V2 内置 Skill 的唯一内容来源src/automation/engine/shared/bundled-skills/下的重复副本和开发态回退路径sourcePath以及 66 份图示资源验证
npm --prefix apps/main-2.0 run typecheck:通过npm --prefix apps/main-2.0 run build:通过npm run package:smoke:v2:在 macOS 上通过npm run release-note:check:通过全量测试说明
npm run test:v2的结果为 2439 passed / 8 failed / 4 skipped。7 个失败来自本机 Node 25 的localStorage测试环境,并已在未修改主干上复现;另 1 个 PostgreSQL 测试在全量并发运行时超过 5 秒,单独重跑通过。与本次 Skill 资源调整相关的测试全部通过。Closes #534