Commit Graph

10 Commits

Author SHA1 Message Date
cheliangzhao
ab3ba1e8a0 refactor: deduplicate content across SKILL.md and device-installation.md - Replace repeated install commands in workflows with anchor references - Remove Build Types section (covered by Single Module Build + Module Types) - Remove duplicate installation workflow from device-installation.md - Merge detailed troubleshooting into SKILL.md table, remove from reference file 2026-02-11 12:56:08 +08:00
cheliangzhao
306be63b7c refactor: remove non-build/deploy content from harmonyos-build-deploy skill
- Remove Wireless Debugging (hdc tconn) section — environment setup, not build/deploy
- Remove Restart App workflow — runtime operation, not build/deploy
- Remove aa dump -a command — runtime debugging, not build/deploy
- Remove duplicate Build Output Structure from device-installation.md
2026-02-11 12:40:24 +08:00
cheliangzhao
d1d89b7225 fix: standardize build output path to outputs/default/bundles/signed 2026-02-11 11:46:38 +08:00
cheliangzhao
01da810dfa fix: use random temp directory names for device installation paths 2026-02-11 11:43:32 +08:00
cheliangzhao
bba88755f6 fix: replace real module names with generic examples in skill docs 2026-02-11 11:40:58 +08:00
cheliangzhao
ab10765eb3 refactor: extract module discovery into separate reference file - Move Finding Modules, Build Outputs, Unwanted Modules (~138 lines) to references/module-discovery.md - Replace with summary table and cross-reference in SKILL.md - Update README file tree and CHANGELOG 2026-02-11 11:38:12 +08:00
cheliangzhao
a131ad1057 refactor: overhaul harmonyos-build-deploy skill - Translate Chinese UI strings to English and remove agent-framework coupling (question/Task tools) - Fix module type identification to use module.json5 type field instead of targets heuristic - Deduplicate SKILL.md and device-installation.md, clarify each file's role - Add device logging (hilog), wireless debugging (hdc tconn), missing bm commands - Add cross-reference to arkts-development skill - Fix unquoted variable in install.sh script 2026-02-11 11:24:09 +08:00
cheliangzhao
a984e27246 fix: move skill directories to repo root and update AGENTS.md structure diagram 2026-02-10 20:04:27 +08:00
cheliangzhao
2378b310a5 Reorganize skill files into skills/ subdirectory 2026-02-10 16:59:56 +08:00
CHE LIANG ZHAO
545efe99ba Add HarmonyOS build & deploy skill and update ArkTS skill with related skills section 2026-01-23 14:07:47 +08:00