feat: 新增华为云码道 CodeArts 支持(skills-only,关 #20)#99
Merged
Conversation
华为云 CodeArts Doer 的 skills 目录为 .codeartsdoer/skills/(用户在 #20 确认)。 本次做 skills-only 适配:检测 .codeartsdoer/ 或 --tool codearts 安装, 靠 CodeArts 自身 skill 发现加载。其 bootstrap/指令文件约定未证实, 故不生成 bootstrap(docs 已说明,若不自动触发可手动点名 skill)。 - bin: TARGET(.codeartsdoer/skills,检测 .codeartsdoer)+ 别名 (codearts/codeartsdoer/huawei) - 工具数 19 → 20:README/站点/package/FAQ/stats 同步 - docs/README.codearts.md(含自动触发的诚实说明 + 求证请求) - audit TOOLS 加 codearts 测试:audit 124 PASS/0 FAIL(含 codearts 装/幂等/卸载)、全局套件 50/50 回归、站点重建工具数 20。
5 tasks
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.
你要解决什么问题?
issue #20 请求支持 华为云码道 CodeArts(CodeArts Doer)。用户在 issue 里确认其 skills 目录为
.codeartsdoer/skills/,并附了官方文档链接。这个 PR 做了什么改变?
新增 CodeArts skills-only 适配:
npx superpowers-zh自动检测.codeartsdoer/或--tool codearts安装,把 20 个 skills 装到.codeartsdoer/skills/。工具数 19 → 20。这个改变适合放在核心库中吗?
适合本 fork(中文增强版定位就是适配国内主流 AI 编程工具,CodeArts 是华为云国产 IDE)。纯新增 fork 独有适配,不碰上游文件,零同步负担。
你考虑了哪些替代方案?
CLAUDE.md的自动引导文件)issue 里没给、我也无法验证。按本仓库「不写没验证的机制」原则,本次只做 skills-only(靠 CodeArts 自身 skill 发现),并在 docs 里诚实说明:若不自动触发可手动点名 skill,同时在 建议支持 华为云码道 #20 求证其指令文件约定,确认后再补 bootstrap 生成。这个 PR 是否包含多个不相关的改变?
否,单一主题:新增 CodeArts 支持(连带工具计数 19→20 同步、docs、audit 覆盖)。
已有的 PR
测试环境
评估
--tool codearts与自动检测均装到.codeartsdoer/skills(20 skills);--uninstall干净移除;skills-only 不生成 bootstrap(符合设计)严格性
人工审核