@deveco-test/hmos-deveco-cli 0.2.1 → 0.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/SKILL.md CHANGED
@@ -15,6 +15,11 @@ description: >-
15
15
 
16
16
  Available commands: `build`, `run`, `update`, `device`, `skills`, `log`, `create`, `init`, `serve`, `docs`.
17
17
 
18
+ **Platform awareness**: On HarmonyOS native PC (2in1), **emulator commands are NOT available** and must never be suggested. The `emulator` command does not exist on this platform. When `device list` shows no devices, instead of suggesting emulator startup, tell the user to:
19
+ 1. Enable wireless debugging in Settings → System → Developer options → Wireless debugging
20
+ 2. Note the port number
21
+ 3. Run `hdc tconn 127.0.0.1:<port>`
22
+
18
23
  **Sandbox Rule**: Commands tagged `[Outside sandbox]` must be run outside the sandbox.
19
24
 
20
25
  ## 1. Code → Build → Deploy → Run → Debug